projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-06-14
Evan Cheng
Also recognize ARM v4t and v5e variants.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Dan Gohman
This test is still failing. Delete the rest of it.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Dan Gohman
Revert r132991. This test is failing on the
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Jakob Stoklund...
Fix a compile time regression caused by too small hash...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rafael Espindola
Add 132986 back, but avoid non-determinism if a bb...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Nadav Rotem
Add a testcase for #9623
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rafael Espindola
revert 132986 to see if the bots go green.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Nadav Rotem
This testcase cause a failure on some bots. Remove...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Nadav Rotem
Add a testcase for checking the integer-promotion of...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Nadav Rotem
Disable trunc-store simplification on vectors.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Cameron Zwarich
Be more obvious about what is being tested.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rafael Espindola
Implement Jakob's suggestion on how to detect fall...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Bruno Cardoso...
Since ARM's prefetch implementation predicted the prese...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Bruno Cardoso...
Add one more argument to the prefetch intrinsic to...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Rafael Espindola
Make the threshold used by branch folding softer. Befor...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Nick Lewycky
Fit banner in 80-col and adjust whitespace. No function...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Bill Wendling
Heuristic: If the number of operands in the alias are...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
John McCall
Test case for r132797.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
John McCall
Use IRBuilder to make our intrinsic calls in the inline...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Evan Cheng
Update BitcodeWriter to match recent Triple changes...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-14
Nick Lewycky
Use Value::stripPointerCasts instead of reinventing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Cameron Zwarich
Fix grammar.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Jim Grosbach
Clean up a few 80 column violations.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Cameron Zwarich
Rename MergeInType to MergeInTypeForLoadOrStore.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Cameron Zwarich
Remove the HadAVector instance variable and replace...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Cameron Zwarich
Remove a vacuous check.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Cameron Zwarich
Have SRoA explicitly track the kind of scalar it is...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Cameron Zwarich
Remove an argument that is always true.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Jim Grosbach
Fix coordination for using R4 in Thumb1 as a scratch...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Evan Cheng
Aliased flag options should be directed to stdout,...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Bill Wendling
Add compatibility version when compiling the Apple...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Stuart Hastings
Avoid fusing bitcasts with dynamic allocas if the amoun...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Benjamin Kramer
Move class into an anonymous namespace.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Nadav Rotem
Fix a bug in FindMemType. When widening vector loads...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Chris Lattner
mention graph vis isn't available in Release builds.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Benjamin Kramer
InstCombine: Fold A-b == C --> b == A-C if A and C...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Benjamin Kramer
Revert r132910 and r132909 on behalf of Michael. They...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Michael J....
Revert the last two commits in the series. r132911...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Michael J....
Modify llvm-nm to use new Binary creation method.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Michael J....
Make Binary the parent of ObjectFile and update childre...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Michael J....
Add Binary class. This is a cleaner parent than ObjectFile.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Michael J....
Add Object/Error.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Michael J....
Fix spelling and sort CMakeLists.txt.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Nick Lewycky
It's possible that an all-zero GEP may be used as the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Jakob Stoklund...
Be less aggressive about hinting in RAFast.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Jakob Stoklund...
Include callee-saved registers in debug output.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Rafael Espindola
Fix invalid uses of Twine. Hopefully this fixes the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Benjamin Kramer
InstCombine: Shrink ((zext X) & C1) == C2 to fold away...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Benjamin Kramer
Simplify code. No functionality changes, name changes...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Benjamin Kramer
Happy new year.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Nadav Rotem
Fix a bug in the calculation of the vectorTypeBreakdown...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Nadav Rotem
Improve the generated code by getCopyFromPartsVector...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Nadav Rotem
Bugfix: When looking for a legal vector type, stop...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Jakob Stoklund...
Tweak hash function and compress hash tables.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Jakob Stoklund...
Remove now dead code.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Jakob Stoklund...
Extract the generateHashTable function.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rafael Espindola
Really fix the fall-through logic.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rafael Espindola
Test for the previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rafael Espindola
Fix silly bug I introduce in the previous commit. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Rafael Espindola
AnalyzeBranch doesn't change which successors a bb...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Jakob Stoklund...
Compute lists of sub-regs, super-regs, and overlapping...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Charles Davis
Put FrameSetup flag on x86 instructions that set up...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Bill Wendling
Reformatting. Moving class definitions to more natural...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Chad Rosier
Revert r132871.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Eli Friedman
Make sure to pass OpFlags into MachineInstrBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Andrew Trick
Branch profiling: floating-point avoidance.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Jakob Stoklund...
Move the list of registers into CodeGenRegBank.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Eli Friedman
Add full x86 fast-isel support for memcpy and memset.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Eric Christopher
80-col cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Dan Gohman
Initialize BasicAA's AliasCache to set it to use fewer...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Bill Wendling
Install libprofile_rt.dylib where it's more available...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Rafael Espindola
Removed tabs. Also fixed my editor...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Cameron Zwarich
Provide an ARMCCState subclass of CCState so that ARM...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Cameron Zwarich
Rename the ParmContext enum values to make a bit more...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Cameron Zwarich
Remove tabs.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Cameron Zwarich
Remove a pointless const_cast.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Rafael Espindola
Remove duplicated test.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Jakob Stoklund...
Move some sub-register index calculations to CodeGenReg...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Richard Osborne
Fix example code in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Eli Friedman
Add -mattr=+sse2 to make the buildbots happy.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Galina Kistanova
Reverted r132785. It seems this test needs more research.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Galina Kistanova
Changed condition.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Chad Rosier
Adding a test case for revision 132825.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Eli Friedman
PR10092 (second try): Don't crash on a load without...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Chad Rosier
Ensure that EmitGlobalVariable is correctly differentia...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Eli Friedman
Add a simple test which makes sure folding immediate...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Rafael Espindola
Make the optional verification step more strict.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Rafael Espindola
Avoid a gcc warning about multiline comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Rafael Espindola
On last fix to the early tail duplication.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Eli Friedman
Chris fixed this README a while back by changing how...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Rafael Espindola
Also consider phi nodes when deciding if a register...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Cameron Zwarich
A CCState was being created without setting whether...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Eli Friedman
Change this DAGCombine to build AND of SHR instead...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Rafael Espindola
AnalyzeBranch modifies the bb, but we don't want to...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Rafael Espindola
A PHI in this basic block is a use in another basic...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
John McCall
When deleting a basic block, remove call edges only...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Roman Divacky
Fix emission of PPC64 assembler on non-darwin platforms...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Johnny Chen
Modify comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
John McCall
SplitCriticalEdge can sometimes split the edge from...
commit
|
commitdiff
|
tree
|
snapshot
next