index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-06-15
Added -stress-sched flag in the Asserts build.
Andrew Trick
2011-06-15
getZeroExtendInReg needs to get a scalar type
Nadav Rotem
2011-06-15
Enable the simplification of truncating-store after fixing the usage of
Nadav Rotem
2011-06-14
When pattern matching during instruction selection make sure shl x,1 is not
Chad Rosier
2011-06-14
Revert r133004 ; it's breaking nightly tests.
Eli Friedman
2011-06-14
Partial revert of 132882.
Rafael Espindola
2011-06-14
Add 132986 back, but avoid non-determinism if a bb address gets reused.
Rafael Espindola
2011-06-14
revert 132986 to see if the bots go green.
Rafael Espindola
2011-06-14
Add a testcase for checking the integer-promotion of many different vector
Nadav Rotem
2011-06-14
Disable trunc-store simplification on vectors.
Nadav Rotem
2011-06-14
Implement Jakob's suggestion on how to detect fall thought without calling
Rafael Espindola
2011-06-14
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-06-14
Make the threshold used by branch folding softer. Before we would get a
Rafael Espindola
2011-06-13
Fix a bug in FindMemType. When widening vector loads, use a wider memory type
Nadav Rotem
2011-06-13
Be less aggressive about hinting in RAFast.
Jakob Stoklund Olesen
2011-06-13
Include callee-saved registers in debug output.
Jakob Stoklund Olesen
2011-06-13
Fix invalid uses of Twine. Hopefully this fixes the problem that Takumi is
Rafael Espindola
2011-06-12
Fix a bug in the calculation of the vectorTypeBreakdown into registers. Odd
Nadav Rotem
2011-06-12
Improve the generated code by getCopyFromPartsVector for promoted integer types.
Nadav Rotem
2011-06-12
Really fix the fall-through logic.
Rafael Espindola
2011-06-12
Fix silly bug I introduce in the previous commit. Fixes debug builds.
Rafael Espindola
2011-06-12
AnalyzeBranch doesn't change which successors a bb has, just the order
Rafael Espindola
2011-06-11
Revert r132871.
Chad Rosier
2011-06-11
Typo.
Chad Rosier
2011-06-10
80-col cleanups.
Eric Christopher
2011-06-10
Removed tabs. Also fixed my editor...
Rafael Espindola
2011-06-10
Rename the ParmContext enum values to make a bit more sense and add a small
Cameron Zwarich
2011-06-10
Remove tabs.
Cameron Zwarich
2011-06-10
Remove a pointless const_cast.
Cameron Zwarich
2011-06-10
Remove duplicated test.
Rafael Espindola
2011-06-10
Ensure that EmitGlobalVariable is correctly differentiating between declarations
Chad Rosier
2011-06-09
Make the optional verification step more strict.
Rafael Espindola
2011-06-09
Avoid a gcc warning about multiline comments.
Rafael Espindola
2011-06-09
On last fix to the early tail duplication.
Rafael Espindola
2011-06-09
Also consider phi nodes when deciding if a register is live out.
Rafael Espindola
2011-06-09
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...
Eli Friedman
2011-06-09
AnalyzeBranch modifies the bb, but we don't want to modify a bb with
Rafael Espindola
2011-06-09
A PHI in this basic block is a use in another basic block.
Rafael Espindola
2011-06-09
Refactor some checks into shouldTailDuplicate. Update comments.
Rafael Espindola
2011-06-09
Recommit r132764 since it didn't cause the windows buildbot failures.
Eric Christopher
2011-06-09
Temporarily revert 132764 to see if it fixes the Windows buildbot.
Eric Christopher
2011-06-09
If the alignment of the byval argument is greater than the alignment
Eric Christopher
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
Remove a temporary test case probe in CheckForLiveRegDef.
Andrew Trick
2011-06-08
Fix count.
Rafael Espindola
2011-06-08
Count how many phis we are creating.
Rafael Espindola
2011-06-07
Fix an issue where the two-address conversion pass incorrectly rewrites untied
Cameron Zwarich
2011-06-07
Fix a silly error I introduce in r131951.
Rafael Espindola
2011-06-07
Fix a merge bug in preRAsched for handling physreg aliases.
Andrew Trick
2011-06-06
Simplify local live range splitting's safeguard to fix PR10070.
Jakob Stoklund Olesen
[prev]
[next]