projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2013-04-22
Chad Rosier
[ms-inline asm] Refactor/clean up the SemaLookup interf...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Jia Liu
Add AArch64 into $llvm_cv_target_arch in configure...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Jia Liu
typo
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Benjamin Kramer
Make doxygen comment match declaration.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Rafael Espindola
Also verify llvm.compiler_used.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Rafael Espindola
Clarify that llvm.used can contain aliases.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
No really, don't store anything to this since it's...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Remove variable store that is never read.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Remove variable store that is never read.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Stepan Dyatkovskiy
Fix for 5.5 Parameter Passing --> Stage C:
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Add .ll as a valid test suffix for Object, this allows...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Add the same todo about a command iterator interface...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Add a TODO about wanting an iterator interface.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Nico Rieck
llvm-readobj: Dump more COFF auxiliary records
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Nico Rieck
llvm-readobj: Check for null section pointer
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Nico Rieck
llvm-readobj: Do not print NULL StringRefs
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Arnaud A. de...
Cleanup: test source files do not need to be executable
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Tidy.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Eric Christopher
Update comment. Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
David Blaikie
Revert "Revert "PR14606: debug info imported_module...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Craig Topper
Convert windows line endings to linux/unix line endings.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Craig Topper
Fix indentation. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Craig Topper
Put 'else' on same line as preceding curly brace per...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Craig Topper
Remove an unreachable 'break' following a 'return'.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Jim Grosbach
Legalize vector truncates by parts rather than just...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Jim Grosbach
ARM: Split out cost model vcvt testcases.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Jakob Stoklund...
Passing arguments to varags functions under the SPARC...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Jim Grosbach
Tidy up comment grammar.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Jakob Stoklund...
Fix the SETHIimm pattern for 64-bit code.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Stephen Lin
Remove unused, undefined ArgFlagsTy::getArgFlagsString...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Benjamin Kramer
SROA: Don't crash on a select with two identical operands.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Arnold Schwaighofer
Revert "SimplifyCFG: If convert single conditional...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Tim Northover
ARM: fix part of test which actually needed an asserts...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Tim Northover
ARM: Use ldrd/strd to spill 64-bit pairs when available.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Sylvestre Ledru
Remove the executable bit on cmake files
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Nadav Rotem
SLPVectorize: Add support for vectorization of casts.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Nadav Rotem
SLPVectorizer: Fix a bug in the code that scans the...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
[objc-arc] Check that objc-arc-expand properly handles...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
[objc-arc] Renamed the test file clang-arc-used-intrins...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Bill Wendling
Remove tbaa metadata.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
When we strength reduce an objc_retainBlock call to...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
Fixed comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
[objc-arc] Fixed typo in debug message.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
[objc-arc] Fixed comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-21
Michael Gottesman
[objc-arc] Refactored OptimizeReturns so that it uses...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Michael Gottesman
[objc-arc] Added debug statement saying when we are...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Jakob Stoklund...
Compile varargs functions for SPARCv9.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
Fix PR15800. Do not try to vectorize vectors and structs.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Arnold Schwaighofer
SimplifyCFG: If convert single conditional stores
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Tim Northover
ARM: don't add FrameIndex offset for LDMIA (has no...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nuno Lopes
recommit tests
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stephen Lin
Minor renaming of tests (for consistency with an in...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Tim Northover
AArch64: remove useless comment
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stephen Lin
Move 'kw_align' case to proper section, reorganize...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Tim Northover
Remove unused ShouldFoldAtomicFences flag.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Tim Northover
Remove unused MEMBARRIER DAG node; it's been replaced...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rafael Espindola
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Benjamin Kramer
Don't litter .s files in test directory.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Benjamin Kramer
VecUtils: Clean up uses of dyn_cast.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Benjamin Kramer
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
SLPVectorizer: Reduce the compile time by eliminating...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
refactor tryToVectorizePair to a new method that suppor...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
Fix an unused variable warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
SLPVectorizer: Improve the cost model for loop invarian...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
Report the number of stores that were found in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
Fix the header comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Nadav Rotem
Use 64bit arithmetic for calculating distance between...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Hal Finkel
Move PPC getSwappedPredicate for reuse
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stephen Lin
Add CodeGen support for functions that always return...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stephen Lin
Allow tail call opportunity detection through nested...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rafael Espindola
These can be void.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rafael Espindola
Rename obj2yaml local namespace to avoid conflicts...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rafael Espindola
Remove local namespace yaml to avoid confusion with...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rafael Espindola
Small obj2yaml cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Rafael Espindola
Remove COFFYAML::Header.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Stephen Lin
Test commit
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Eli Bendersky
Simplify the code in FastISel::tryToFoldLoad, add an...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Akira Hatanaka
[mips] Instruction selection patterns for DSP-ASE vecto...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Benjamin Kramer
MergeFunc: Make pointer and integer types generate...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Bill Wendling
Make variable match any name.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Eli Bendersky
Move TryToFoldFastISelLoad to FastISel, where it belong...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Michael Liao
ArrayRefize getMachineNode(). No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Hal Finkel
Fix PPC optimizeCompareInstr swapped-sub argument handling
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Jakob Stoklund...
Add an MRI::verifyUseLists() function.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Eli Bendersky
Use dbgs() consistently for -debug printouts
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Rafael Espindola
Remove COFFYAML::Relocation.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Bill Wendling
Try explicitly setting the target triple to see if...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Anton Korobeynikov
Do not mangle in MS-way the globals with magic \001...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Bill Wendling
Make test slightly more readable.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Bill Wendling
Add a testcase to make sure we generate the proper...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Arnold Schwaighofer
LoopVectorizer: Use matcher from PatternMatch.h for...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Eric Christopher
80-col fixup.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Eric Christopher
Reformat and nuke trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Adrian Prantl
Rename ClassType to the more accurate UnderlyingType...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Chad Rosier
[ms-inline asm] Make code layout more canonical with...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Chad Rosier
Attempt to pacify this test for the buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Akira Hatanaka
[mips] First patch which adds support for micromips.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Akira Hatanaka
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlia...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-19
Chad Rosier
[ms-inline asm] Refactor the parsing of identifiers...
commit
|
commitdiff
|
tree
|
snapshot
next