platform/upstream/llvm.git
2014-03-10 Chandler Carruth[PM] Comment on all of the totally pointless definition...
2014-03-10 Chandler Carruth[PM] I have been educated by several folks that MSVC...
2014-03-10 Richard SmithWhen a type's definition is instantiated, the definitio...
2014-03-09 Venkatraman... [Sparc] Add support for decoding 'swap' instruction.
2014-03-09 Bob WilsonFix inconsistent whitespace.
2014-03-09 Bob WilsonRemove trailing whitespace.
2014-03-09 Jason MolendalibBacktraceRecording __introspection_dispatch_queue_ge...
2014-03-09 Jason MolendaSBQueue::GetNumPendingItems() should not force a fetch...
2014-03-09 Ed MasteWork around FreeBSD rtld rpath $ORIGIN limitation
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Nick LewyckyTab to spaces. No functionality change.
2014-03-09 Logan ChienFix uninitialized value in AttributedTypeLoc.
2014-03-09 Benjamin KramerStackColoring: Use range-based for loops.
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-09 Benjamin KramerSimplifyCFG: Simplify the weight scaling algorithm.
2014-03-09 Simon Atanasyan[Mips] Fix addendum reading for R_MIPS_26 relocation.
2014-03-09 Simon Atanasyan[Mips] Fix addendum reading for R_MIPS_32 relocation.
2014-03-09 Simon Atanasyan[Mips] Fix addendum reading for R_MIPS_HI16 / R_MIPS_LO...
2014-03-09 Simon Atanasyan[Mips] Create ELF object reader for MIPS target.
2014-03-09 Simon Atanasyan[ELF] Factor out the code creates a Reference for the...
2014-03-09 Simon Atanasyan[Mips] Rename R_MIPS_26 relocation handling test case.
2014-03-09 Simon Atanasyan[Mips] Remove redundant 'mips' prefix from names of...
2014-03-09 Simon Atanasyan[Mips] Reduce the code indentation.
2014-03-09 Simon Atanasyan[Mips] Change unused return type from 'bool' to 'void'.
2014-03-09 Simon Atanasyan[Mips] Remove unnecessary LLVM_ATTRIBUTE_UNUSED attribute.
2014-03-09 Simon Atanasyan[Mips] Do not inherit MipsDynamicLibraryWriter and...
2014-03-09 Simon Atanasyan[Mips] Mark class by 'final' keyword.
2014-03-09 Simon Atanasyan[Mips] Remove redundant 'mips' prefix from names of...
2014-03-09 Simon Atanasyan[Mips] Remove redundant call to the unique_ptr::get...
2014-03-09 Simon Atanasyan[Mips] Remove unused class field.
2014-03-09 Aaron Ballman[C++11] Replacing some using declarations which are...
2014-03-09 Ahmed Charles[C++11] Use std::unique_ptr for ownership in a vector.
2014-03-09 Chandler Carruth[LCG] Simplify a bunch of the LCG code with range for...
2014-03-09 Chandler Carruth[C++11] Add range views for various parts of a Module.
2014-03-09 Ahmed CharlesChange documentation based on feedback from Chandler.
2014-03-09 Chandler Carruth[C++11] Now that we have C++11 and I've replaced the...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Ahmed CharlesFix build break, replace take() with release().
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-09 Ahmed Charles[C++11] Remove the remaining uses of OwningPtr.
2014-03-09 Ahmed Charles[C++11] Add llvm::make_unique, according to N3656.
2014-03-09 NAKAMURA TakumiRevert r203230, "CodeGenPrep: sink extends of illegal...
2014-03-09 Virgile BelloFix unwind_plan test conditions (could result in NULL...
2014-03-09 Virgile BelloPlatformWindows: Fix ObjectFile presence test condition...
2014-03-09 Virgile BelloImplement ObjectFilePECOFF::GetModuleSpecifications().
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr with std::unique_ptr.
2014-03-09 Chandler Carruth[C++11] Update to reflect the Value::use_iterator and
2014-03-09 Ted Kremenek[-Wunreachable-code] Handle Objective-C bool literals...
2014-03-09 Craig TopperDe-virtualize some methods since they don't override...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 David MajnemerUpdate clang to account for changes made to LLVM in...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-09 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString a bit
2014-03-09 David BlaikieRemove uses of SmallString::equals in favor of SmallVec...
2014-03-09 Argyrios Kyrtzidis[Sema] Fix assertion hit with #pragma weak.
2014-03-09 Ahmed Charles[C++11] Fix break due to MSVC bug.
2014-03-09 Argyrios Kyrtzidis[libclang] Don't pad the main buffer for the preamble.
2014-03-09 NAKAMURA Takumiclang-tools-extra/test/pp-trace/pp-trace-modules.cpp...
2014-03-09 NAKAMURA Takumiclang-tools-extra/test/pp-trace/pp-trace-modules.cpp...
2014-03-09 NAKAMURA Takumiretain-comments-from-system-headers.c: Flush module...
2014-03-09 Ahmed CharlesFix build break.
2014-03-09 Chandler Carruth[C++11] Update Clang for the change to LLVM's Use-Def...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Ted Kremenek[-Wunreachable-code] Tweak heuristic for configuration...
2014-03-08 Aaron Ballman[C++11] Replacing Decl iterators attr_begin() and attr_...
2014-03-08 Adam NemetUpdate comment from r203315 based on review
2014-03-08 Argyrios Kyrtzidis[Preprocessor] Only check for -Wunused-macros if the...
2014-03-08 Saleem AbdulrasoolPOSIX: fix possible API misuse
2014-03-08 Saleem AbdulrasoolPOSIX: fix possible invalid API usage
2014-03-08 Saleem AbdulrasoolPOSIX: add missing curly braces
2014-03-08 Aaron BallmanAdding some includes to appease build bots. Amends...
2014-03-08 Aaron Ballman[C++11] Replacing RecordDecl iterators field_begin...
2014-03-08 Aaron BallmanAdding range-based STL-like helper APIs. llvm::distance...
2014-03-08 Aaron Ballman[C++11] Replacing EnumDecl iterators enumerator_begin...
2014-03-08 Lang HamesMake createObjectImage and createObjectImageFromFile...
2014-03-08 Aaron BallmanReapplying r203299 in a slightly different manner....
2014-03-08 Virgile BelloImplement ObjectFilePECOFF::SetLoadAddress().
2014-03-08 Virgile BelloRemove %zx in printf (only GCC supports it, not MSVC).
2014-03-08 Virgile BelloAdd inttypes.h to SBQueue.cpp (MSVC compilation error...
2014-03-08 Duncan P. N... Change else if => if after return, after r203265
2014-03-08 Ahmed CharlesFix 80 cols.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Adam Nemet[bugpoint] Don't ignore arg in -compile-commad="tool...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Adrian PrantlRevert "Experimentally enable --verify-debug-info on...
2014-03-08 David BlaikieDebugInfo: further improvements to test following up...
2014-03-08 Ted Kremenek[-Wunreachabe-code] Don't warn about unreachable destru...
2014-03-08 Ted KremenekFix CFG bug where the 'isTemporaryDtorsBranch' bit...
2014-03-08 Ted Kremenek[CFG] Record would-be successor for noreturn destructor.
2014-03-08 Ted Kremenek[-Wunreachable-code] Handle 'return' with no argument...
2014-03-08 Jason MolendaNeed to use rm -rf on dSYM bundle directories.
2014-03-08 Rui UeyamaRemove extra space.
2014-03-08 Jason MolendaAdd API logging to the SBQueue/SBQueueItem/SBThread...
2014-03-08 David BlaikieDebugInfo: Fix test fallout from r203323
2014-03-08 Rui UeyamaAdd one more test for r203308.
next