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-26
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-25
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
Remove the -disable-cross-class-join option.
Jakob Stoklund Olesen
2012-04-25
Cross-class joining is winning.
Jakob Stoklund Olesen
2012-04-24
Fix a naughty header include that breaks "installed" builds.
Andrew Trick
2012-04-24
MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...
Evan Cheng
2012-04-24
cmake: new file
Andrew Trick
2012-04-24
misched: DAG builder must special case earlyclobber
Andrew Trick
2012-04-24
misched: try (not too hard) to place debug values where they belong
Andrew Trick
2012-04-24
misched: ignore debug values during scheduling
Andrew Trick
2012-04-24
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-24
RegisterPressure: A utility for computing register pressure within a
Andrew Trick
2012-04-24
Look for the 'Is Simulated' module flag. This indicates that the program is c...
Bill Wendling
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
Print <def,read-undef> to avoid confusion.
Jakob Stoklund Olesen
2012-04-20
New and improved comment.
Andrew Trick
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
misched: initialize BB
Andrew Trick
2012-04-19
Allow targets to select the default scheduler by name.
Andrew Trick
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-18
LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...
Pete Cooper
2012-04-17
Fixes a problem in instruction selection with testing whether or not the
Joel Jones
2012-04-17
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-16
Make comment here more clear.
Eric Christopher
2012-04-16
Fix updateTerminator to be resiliant to degenerate terminators where
Chandler Carruth
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
2012-04-16
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-15
When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...
Nadav Rotem
2012-04-13
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-12
HexagonPacketizer patch.
Sirish Pande
2012-04-11
Reapply 154397. Original message:
Nadav Rotem
2012-04-11
Fix an overly indented line. Remove an 'else' after an 'if' that returns.
Craig Topper
2012-04-11
Inline implVisitAluOverflow by introducing a nested switch to convert the int...
Craig Topper
2012-04-11
Optimize code a bit by calling push_back only once in some loops. Reduces com...
Craig Topper
2012-04-11
Tweak MachineLICM heuristics for cheap instructions.
Jakob Stoklund Olesen
2012-04-11
Only check for PHI uses inside the current loop.
Jakob Stoklund Olesen
2012-04-10
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-04-10
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
To ensure that we have more accurate line information for a block
Eric Christopher
[prev]
[next]