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
2013-07-22
Enea Zaffanella
Implement the part of C89 6.5.7 p3 requiring a constant...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Enea Zaffanella
Improve clarity/consistency of a few UsingDecl methods...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Craig Topper
Fix typo. Change %cl to CL in Intel pattern.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Craig Topper
More Intel syntax alias fixes.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Craig Topper
More Intel syntax alias fixes.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Craig Topper
Change %xmm0 to XMM0 in Intel side of asm strings for...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Craig Topper
Add Intel variants to aliases for some FP instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Tim Northover
ARM: remove now unneeded custom Asm converters
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Craig Topper
Reverse operands for Intel syntax form of 'bt' alias.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Nadav Rotem
Delete unused helper functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Robert Wilhelm
Remove superfluous cast.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Tobias Grosser
RegisterPass: Unhide -polly-show and -polly-show-only
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Tobias Grosser
ScopDetect: move "return false" out of INVALID macro.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Richard Smith
PR16288: A template is only missing a default template...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Richard Smith
Implement DR257 / fix PR16659:
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
NAKAMURA Takumi
SemaTemplate.cpp: Prune a stray "\param NumParamLists...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Michael Gottesman
Added missing - in the header of PrologEpilogInserter...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Richard Smith
Test updates missed from r186799.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Richard Smith
Tighten up the set of operator new/operator delete...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Richard Smith
Treat nothrow forms of ::operator delete and ::operator...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Craig Topper
Const-correct some iterators. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Craig Topper
Replace 'unsigned short' with 'uint16_t' in a packed...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Craig Topper
Revert r186649 because it wasn't unnecessary and add...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Robert Wilhelm
Convert Sema::MatchTemplateParametersToScopeSpecifier...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Lubos Lunak
report unused-value warning also for warn_unused types
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Rafael Espindola
Handle replacement into a position past the original...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Rafael Espindola
Remove unused fields.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Benjamin Kramer
mem2reg: Minor STL usage cleanup. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Daniel Jasper
clang-format: Smarter replacement in the vim integration.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Chandler Carruth
Make the mem2reg interface use an ArrayRef as it keeps...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Craig Topper
Mark that the _ftol2 function used by windows on x86...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Nadav Rotem
Revert a part of r186420. Don't forbid multiple store...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Logan Chien
Fix exception demo: Add mcjit to link component.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Chandler Carruth
Hoist the rest of the logic for promoting single-store...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Chandler Carruth
Hoist the rest of the logic for fully promoting allocas...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Chandler Carruth
Remove a method made dead by the prior refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Hoist the two trivial promotion routines out of the...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Hoist the AllocaInfo struct to the top of the file.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Sink a typedef and comparator down to the function...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rafael Espindola
Don't crash when llvm.compiler.used becomes empty.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Don't allocate the DIBuilder on the heap and remove...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Rename constructor parameters to follow the common...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Reformat the implementation of mem2reg with clang-forma...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Andrew Trick
Comment: try to clarify loop iteration order.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Remove a DenseMapInfo specialization for std::pair...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Chandler Carruth
Update mem2reg's comments to conform to the new doxygen...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rui Ueyama
[PECOFF] Fix use-after-free.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Enea Zaffanella
Added preproc callback for pragma directives.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Richard Smith
Add missing check for creating an instance of an abstra...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Richard Smith
Undisable a test for a c++98-compat warning for inherit...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Matt Arsenault
Disallow global aliases to bitcast between address...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Matt Arsenault
Remove trailing whitespace, fix file path in comment
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Lubos Lunak
add type attribute warn_unused, for -Wunused-variable...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Lubos Lunak
avoid bogus warnings about "unknown" pragmas with ...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Lubos Lunak
fix sometimes incorrect line numbers in -frewrite-inclu...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Benjamin Kramer
Silence GCC warning for using both enum and unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Benjamin Kramer
SROA: Microoptimization: Remove dead entries first...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
David Majnemer
DiagnosticIDs: Forbid Diag ID from being valid
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Stephen Lin
InstCombine: call FoldOpIntoSelect for all floating...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Matt Arsenault
Have InlineCost check constant fcmps
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Richard Trieu
If a default argument is a dependent type, get the...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Hans Wennborg
Add Option unit tests to the make build
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Nick Kledzik
[mach-o] factor out all cputype <-> arch conversions...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Eli Friedman
Fix bug in computing POD-for-layout.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Alexander Kornienko
Use -lines option instead of -offset/-length. This...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rui Ueyama
[PECOFF][Driver] Add -base command line option.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Eli Friedman
Make IgnoreParens() look through ChooseExprs.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Manman Ren
Debug Info Verifier: simplify DIxxx::Verify
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Matt Arsenault
Fix size_t -> uint warnings with MSVC 64-bit build
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Lang Hames
Refactor AnalyzeBranch on ARM. The previous version...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rui Ueyama
Retry submitting r186623: COFFDumper: Dump data directo...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Nadav Rotem
fix an 80-col line.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Nadav Rotem
Use LLVMs ADTs that improve the compile time of this...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Nadav Rotem
SLPVectorizer: Improve the compile time of isConsecutiv...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Larisse Voufo
FIXME fix: improving diagnostics for template arguments...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Larisse Voufo
Revert "Use function overloading instead of template...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Eli Friedman
Fix pack instantiation with function types.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Larisse Voufo
Use function overloading instead of template specializa...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Eli Friedman
Correctly handle packs for variadic type traits.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Vincent Lejeune
R600: Don't emit empty then clause and use alu_pop_after
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Vincent Lejeune
R600: Simplify AMDILCFGStructurize by removing template...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Vincent Lejeune
R600: Replace legacy debug code in AMDILCFGStructurizer.cpp
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Craig Topper
Remove trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rafael Espindola
Fix inserting new elements in a specified location.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Hans Wennborg
Add a cl.exe compatible driver mode
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Reid Kleckner
Use an i686 triple for this test now that it uses stdcall
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Jean-Daniel...
Fix another place where clang check objc selector name...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Ashok Thirumurthi
Reworked the test decorators to match the test results...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Fariborz Jahanian
ObjectiveC migrator: Another use case of enum
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Samuel Benzaquen
Add support for raw_ostream on the printing methods...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Reid Kleckner
Create calling convention AttributedType sugar nodes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Eli Friedman
Fix for template substitution with packs.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Daniel Malea
Add another link to the Python API docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Richard Smith
Update users manual to indicate:
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Akira Hatanaka
[mips] Add support for command-line options -mno-check...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Argyrios Kyrtzidis
[arcmt] After checking is successful disable auto-synth...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Aaron Ballman
Replace some existing type attribute diagnostics with a
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
John Thompson
Add SourceRange to PPCallbacks::Defined callback.
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Ashok Thirumurthi
Updated the test suite to fix xpasses on the gcc buildb...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rafael Espindola
s/compiler_used/compiler.used/.
commit
|
commitdiff
|
tree
|
snapshot
next