projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2014-03-09
Chandler Carruth
[PM] Switch new pass manager from polymorphic_ptr to...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
Fix build break, replace take() with release().
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
[C++11] Replace OwningPtr include with <memory>.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
[C++11] Remove the remaining uses of OwningPtr.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
[C++11] Add llvm::make_unique, according to N3656.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
NAKAMURA Takumi
Revert r203230, "CodeGenPrep: sink extends of illegal...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Virgile Bello
Fix unwind_plan test conditions (could result in NULL...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Virgile Bello
PlatformWindows: Fix ObjectFile presence test condition...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Virgile Bello
Implement ObjectFilePECOFF::GetModuleSpecifications().
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
[C++11] Replace OwningPtr with std::unique_ptr.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Chandler Carruth
[C++11] Update to reflect the Value::use_iterator and
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ted Kremenek
[-Wunreachable-code] Handle Objective-C bool literals...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Craig Topper
De-virtualize some methods since they don't override...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
David Majnemer
Update clang to account for changes made to LLVM in...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
David Majnemer
IR: Change inalloca's grammar a bit
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
David Blaikie
Revert "Clean up SmallString a bit"
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
David Blaikie
Clean up SmallString a bit
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
David Blaikie
Remove uses of SmallString::equals in favor of SmallVec...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Argyrios Kyrtzidis
[Sema] Fix assertion hit with #pragma weak.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
[C++11] Fix break due to MSVC bug.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Argyrios Kyrtzidis
[libclang] Don't pad the main buffer for the preamble.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
NAKAMURA Takumi
clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
NAKAMURA Takumi
clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
NAKAMURA Takumi
retain-comments-from-system-headers.c: Flush module...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Ahmed Charles
Fix build break.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Chandler Carruth
[C++11] Update Clang for the change to LLVM's Use-Def...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Ted Kremenek
[-Wunreachable-code] Tweak heuristic for configuration...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Aaron Ballman
[C++11] Replacing Decl iterators attr_begin() and attr_...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Adam Nemet
Update comment from r203315 based on review
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Argyrios Kyrtzidis
[Preprocessor] Only check for -Wunused-macros if the...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Saleem Abdulrasool
POSIX: fix possible API misuse
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Saleem Abdulrasool
POSIX: fix possible invalid API usage
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Saleem Abdulrasool
POSIX: add missing curly braces
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Aaron Ballman
Adding some includes to appease build bots. Amends...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Aaron Ballman
[C++11] Replacing RecordDecl iterators field_begin...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Aaron Ballman
Adding range-based STL-like helper APIs. llvm::distance...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Aaron Ballman
[C++11] Replacing EnumDecl iterators enumerator_begin...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Lang Hames
Make createObjectImage and createObjectImageFromFile...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Aaron Ballman
Reapplying r203299 in a slightly different manner....
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Virgile Bello
Implement ObjectFilePECOFF::SetLoadAddress().
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Virgile Bello
Remove %zx in printf (only GCC supports it, not MSVC).
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Virgile Bello
Add inttypes.h to SBQueue.cpp (MSVC compilation error...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Duncan P. N...
Change else if => if after return, after r203265
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Ahmed Charles
Fix 80 cols.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Adam Nemet
[bugpoint] Don't ignore arg in -compile-commad="tool...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Craig Topper
De-virtualize a method since it doesn't override anythi...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Adrian Prantl
Revert "Experimentally enable --verify-debug-info on...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
David Blaikie
DebugInfo: further improvements to test following up...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Ted Kremenek
[-Wunreachabe-code] Don't warn about unreachable destru...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Ted Kremenek
Fix CFG bug where the 'isTemporaryDtorsBranch' bit...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Ted Kremenek
[CFG] Record would-be successor for noreturn destructor.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Ted Kremenek
[-Wunreachable-code] Handle 'return' with no argument...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Jason Molenda
Need to use rm -rf on dSYM bundle directories.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rui Ueyama
Remove extra space.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Jason Molenda
Add API logging to the SBQueue/SBQueueItem/SBThread...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
David Blaikie
DebugInfo: Fix test fallout from r203323
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rui Ueyama
Add one more test for r203308.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Adrian Prantl
Experimentally enable --verify-debug-info on some testc...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Adrian Prantl
Add back the original version of the test, too. (as...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rafael Espindola
Add an option to disable plugins in clang.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Adrian Prantl
Work around a bug in LLDB (it finds the wrong "C",...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
David Blaikie
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TA...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rui Ueyama
Fix a bug that mergeCases table does not match the...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rafael Espindola
Revert "Add an option to disable plugins in clang."
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Rafael Espindola
Add an option to disable plugins in clang.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Eric Christopher
Add support for hashing location information for CU...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Richard Smith
Revert accidentally-committed file.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Richard Smith
Module [extern_c] attribute: inherit to submodules...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Adam Nemet
[DAGCombiner] Distribute TRUNC through AND in rotation...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Adam Nemet
[DAGCombiner] Recognize another rotation idiom
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Adam Nemet
[DAGCombiner] Slightly improve readability of matchRota...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Michael J....
[docs] Add missing features for the x86-64 ELF backend.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Jason Molenda
Fix a small inferior process memory leak in SystemRunti...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Arnold Schwaighofer
ISel: Make VSELECT selection terminate in cases where...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Jason Molenda
Re-enable ProcessElfCore for non-FreeBSD/Linux builds...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Adrian Prantl
Remove unnecessary test for Darwin and update testcase...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Rui Ueyama
[PECOFF] Support a new type of weak symbol.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Eric Christopher
Add a virtual destructor to quiet a warning.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Owen Anderson
Range-ify some for loops.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Eric Christopher
Actually add the header file.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Eric Christopher
Two part patch:
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Eric Christopher
Add include guards and make public a few routines that...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Ismail Pazarbasi
Replace "can not" with "cannot" in diagnostics messages.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Eli Bendersky
Remove unused method declaration
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Adrian Prantl
Revert "Remove unnecessary check for Darwin. rdar:...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Aaron Ballman
In my tests, I'm finding that declaring iterators in...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Sasa Stankovic
Moved test file from test/MC/Mips to test/CodeGen/Mips.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Adrian Prantl
Remove unnecessary check for Darwin. rdar://problem...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
David Blaikie
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlin...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
David Blaikie
DebugInfo: Update test to cover linux (with a FIXME...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Benjamin Kramer
[C++11] Revert uses of lambdas with array_pod_sort.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Benjamin Kramer
[C++11] Revert uses of lambdas with array_pod_sort.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Greg Clayton
Remove unused code.
commit
|
commitdiff
|
tree
|
snapshot
next