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
2012-04-10
Revert r154397, which was causing make check failures on the buildbots.
Owen Anderson
2012-04-10
Fix a dagcombine optimization which assumes that the vsetcc result type is al...
Nadav Rotem
2012-04-10
Make a somewhat subtle change in the logic of block placement. Sometimes
Chandler Carruth
2012-04-10
Transform div to mul with reciprocal only when fp imm is legal.
Anton Korobeynikov
2012-04-10
Make the code slightly more palatable.
Evan Cheng
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
Don't try to zExt just to check if an integer constant is zero, it might
Rafael Espindola
2012-04-09
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-09
Patch r153892 for PR11861 apparently broke an external project (see PR12493).
Lang Hames
2012-04-09
Pattern match a setcc of boolean value with 0 as a truncate.
Rafael Espindola
2012-04-09
Remove unnecessary type check when combining and/or/xor of swizzles. Move som...
Craig Topper
2012-04-09
Remove unnecessary 'else' on an 'if' that always returns
Craig Topper
2012-04-09
Optimize code slightly. No functionality change.
Craig Topper
2012-04-09
Replace some explicit checks with asserts for conditions that should never ha...
Craig Topper
2012-04-08
Optimize code a bit. No functional change intended.
Craig Topper
2012-04-08
Silence sign-compare warning.
Benjamin Kramer
2012-04-08
Only have codegen turn fdiv by a constant into fmul by the reciprocal
Duncan Sands
2012-04-08
Simplify code that tries to do vector extracts for shuffles when the mask wid...
Craig Topper
2012-04-08
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
Remove an over zealous assert. The assert was trying to catch places
Chandler Carruth
2012-04-08
Add a debug-only 'dump' method to the BlockChain structure to ease
Chandler Carruth
2012-04-07
Turn avx2 vinserti128 intrinsic calls into INSERT_SUBVECTOR DAG nodes and rem...
Craig Topper
2012-04-07
Remove 'else' after 'if' that ends in return.
Craig Topper
2012-04-07
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-05
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
Don't break the IV update in TLI::SimplifySetCC().
Jakob Stoklund Olesen
2012-04-05
Treat f16 the same as f80/f128 for the purposes of generating constants durin...
Owen Anderson
2012-04-04
REG_SEQUENCE expansion to COPY instructions wasn't taking account of sub regi...
Pete Cooper
2012-04-04
f16 FREM can now be legalized by promoting to f32
Pete Cooper
2012-04-04
Remove spurious debug output.
Jakob Stoklund Olesen
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
Remove default case from switch that was already covering all cases.
Craig Topper
2012-04-04
Removed useless switch for default case when switch was covering all the enum...
Pete Cooper
2012-04-03
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-04-03
Removed one last bad continue statement meant to be removed in r153914.
Pete Cooper
2012-04-03
Fix an issue in SimplifySetCC() specific to vector comparisons.
Chad Rosier
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
During two-address lowering, rescheduling an instruction does not untie
Lang Hames
2012-04-02
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-04-02
Optimizing swizzles of complex shuffles may generate additional complex shuff...
Nadav Rotem
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-01
This commit contains a few changes that had to go in together.
Nadav Rotem
2012-04-01
Fix typo.
Lang Hames
[prev]
[next]