platform/upstream/llvm.git
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.
2014-03-08 Adrian PrantlExperimentally enable --verify-debug-info on some testc...
2014-03-08 Adrian PrantlAdd back the original version of the test, too. (as...
2014-03-08 Rafael EspindolaAdd an option to disable plugins in clang.
2014-03-08 Adrian PrantlWork around a bug in LLDB (it finds the wrong "C",...
2014-03-08 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TA...
2014-03-08 Rui UeyamaFix a bug that mergeCases table does not match the...
2014-03-08 Rafael EspindolaRevert "Add an option to disable plugins in clang."
2014-03-08 Rafael EspindolaAdd an option to disable plugins in clang.
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-08 Richard SmithRevert accidentally-committed file.
2014-03-08 Richard SmithModule [extern_c] attribute: inherit to submodules...
2014-03-07 Adam Nemet[DAGCombiner] Distribute TRUNC through AND in rotation...
2014-03-07 Adam Nemet[DAGCombiner] Recognize another rotation idiom
2014-03-07 Adam Nemet[DAGCombiner] Slightly improve readability of matchRota...
2014-03-07 Michael J.... [docs] Add missing features for the x86-64 ELF backend.
2014-03-07 Jason MolendaFix a small inferior process memory leak in SystemRunti...
2014-03-07 Arnold SchwaighoferISel: Make VSELECT selection terminate in cases where...
2014-03-07 Jason MolendaRe-enable ProcessElfCore for non-FreeBSD/Linux builds...
2014-03-07 Adrian PrantlRemove unnecessary test for Darwin and update testcase...
2014-03-07 Rui Ueyama[PECOFF] Support a new type of weak symbol.
2014-03-07 Eric ChristopherAdd a virtual destructor to quiet a warning.
2014-03-07 Owen AndersonRange-ify some for loops.
2014-03-07 Eric ChristopherActually add the header file.
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Eric ChristopherAdd include guards and make public a few routines that...
next