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-11-18
John McCall
Fix an assertion when ending a function definition.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Alexander Kornienko
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Reid Kleckner
Handle use of default member initializers before end...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Duncan P. N...
IR: Simplify uniquing for MDNode
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Enrico Granata
Fix a problem where the StringPrinter could be mistakin...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Enrico Granata
Add APIs on SBFunction and SBCompileUnit to inquire...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Reid Kleckner
Revert "ADT: correctly report isMSVCEnvironment for...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
David Blaikie
Revert "Improve memory ownership/management in TableGen...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Eric Christopher
Fix override/virtual warnings.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
Change HostThread::GetNativeThread() to return a derive...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Oleksiy Vyalov
Fix broken NativeProcessLinux.cpp after signature chang...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
David Blaikie
Improve memory ownership/management in TableGen by...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Oleksiy Vyalov
Fix broken Linux build after signature change of Resolv...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Peter Collingbourne
CMake: Use the new USES_TERMINAL option for test suite...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Saleem Abdulrasool
ADT: correctly report isMSVCEnvironment for windows...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Saleem Abdulrasool
CodeGen: make a check stricter
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
Move the thread logic around to fit better into LLDB...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
Disable Editline on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
Fix broken build after signature change of ResolveExecu...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Matt Arsenault
R600/SI: Don't copy flags when extracting subreg
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Matt Arsenault
R600/SI: Assume SIFixSGPRCopies makes changes
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Fix the autoconf build.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Factor common code it Linker::init.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Jason Molenda
Small tweaks to make the editline sources match the...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Pass a reference to ValueEnumerator.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Sylvestre Ledru
Missing comma in a string array initialization (CID...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Juergen Ributzka
[SimplifyCFG] Make the value type of the hole check...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Greg Clayton
Fixed more fallout from running the test suite remotely...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Revert commits r222146 and r222137.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Marshall Clow
Fix the tests I broke with the last commit. Sorry for...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Hans Wennborg
clang-cl: Allow /Fo without an argument (PR21589)
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Kate Stone
Complete rewrite of interactive editing support for...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Marshall Clow
Implement LWG2400 - 'shared_ptr's get_deleter() should...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Enrico Granata
Not all things callable have an im_self, so harden...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Marshall Clow
Reworked mismatch tests to count the number of comparis...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Daniel Jasper
clang-format: Fix more incorrect pointer detection.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Hans Wennborg
test/Driver/cl-outputs.c: tweak some check prefixes...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Greg Clayton
Fixes for remote test suite execution of the "lldb...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Saleem Abdulrasool
Basic: tweak comment
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
Fix buildSwigWrapperClasses.py after recent break.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Greg Clayton
Fix some issue with running the test suite remotely...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Sylvestre Ledru
Fix the indentation: Nesting level does not match inden...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Aaron Ballman
Fixing a use of stringstream to use an LLVM helper...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
Reformat lldb-mi using clang-format.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Fix GraphTraits for "const CallGraphNode *" and "const...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
[ProcessWindows] Create a TargetThreadWindows class.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Zachary Turner
[ProcessWindows] Implement read / write process memory.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Avoid undefined behavior by masking the shift amount.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Alexander Kornienko
[clang-tidy] Move the missing namespace comment warning...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Chad Rosier
[Reassociate] Update test cases due to r222142.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Marshall Clow
Fix a warning in the test; no functionality change
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Chad Rosier
[Reassociate] As the expression tree is rewritten make...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Alexey Volkov
[X86] Use ADD/SUB instead of INC/DEC for Haswell and...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Timur Iskhodzhanov
Minor readability tweaks to VFTableBuilder.cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Chad Rosier
[Reassociate] Canonicalize constants to RHS operand.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Marshall Clow
Implement void_t from N3911. Add a private version...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Use a more canonical way of computing a mask with N...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Ed Maste
Fix Darwin and FreeBSD OS type detection
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Ed Maste
Whitespace cleanup and remove non-canonical headers
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Ed Maste
Add decorator for intermittently failing test on FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Timur Iskhodzhanov
Add a couple more examples illustrating why we need...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Marshall Clow
Add tests to ensure that reference_wrapper<T> is trivia...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Samuel Benzaquen
Remove VariadicOperatorMatcherInterface as it is redund...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Alexander Kornienko
A small correction for r221884. No functional changes.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Renato Golin
Fix ARM triple parsing
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Daniel Jasper
clang-format: Fix regression introduced in r221609.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Jason Molenda
Add a little sketch of a program that can extract unwind
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
David Majnemer
ScalarEvolution: Construct SCEVDivision's Derived type...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Oliver Stannard
[Thumb1] Re-write emitThumbRegPlusImmediate
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
David Majnemer
Object, COFF: Tighten the object file parser
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Oliver Stannard
Fix optimisations of SELECT_CC which assumed result...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Yaron Keren
silence gcc 4.9.1 warning in /llvm/lib/Support/Windows...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Erik Eckstein
Optimize switch lookup tables with linear mapping.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Bob Wilson
Fix CR/LF line endings in test case.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Craig Topper
Add missing semicolon from r222118.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Craig Topper
Move register class name strings to a single array...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rafael Espindola
Add back r222061 with a fix.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Rui Ueyama
[PECOFF] Fix 32-bit delay-import table.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Frederic Riss
Implement MachODumper::printFileHeaders
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Craig Topper
Replace a couple asserts with static_asserts.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Enable SCEV based code generation by default
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Modify test cases to work with SCEV based code generation
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Make usage of scev based code generation explicit in...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Craig Topper
Convert some EVTs to MVTs where only a SimpleValueType...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Fix formatting
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Alexey Samsonov
[Sanitizer] Parse and produce all sanitizer-relevant...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
David Majnemer
ScalarEvolution: Introduce SCEVSDivision and SCEVUDivision
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Independent blocks: SE->forget() scalars translated...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Remove an unnecessary ifdef
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Switch default code generation backend to isl
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Jingyue Wu
[DependenceAnalysis] Allow subscripts of different...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Tobias Grosser
Introduce minimalistic cost model for auto parallelization
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Jay Foad
Revert r222091 because it caused a buildbot failure.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
Craig Topper
[x86] Remove two redundant isel patterns. They equivale...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
David Majnemer
ScalarEvolution: HowFarToZero was wrongly using signed...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-16
David Majnemer
InstSimplify: Optimize ICmpInst xform that uses compute...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-15
Jay Foad
[ASan] Fix leak tests on 64-bit targets other than...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-15
Andrea Di Biagio
[DAG] Improved target independent vector shuffle foldin...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-15
Tobias Grosser
Remove one incomplete test case accidentally committed
commit
|
commitdiff
|
tree
|
snapshot
next