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
2009-10-21
Cleanup of frame index scavenging. Better code flow and more accurately
Jim Grosbach
2009-10-21
Need a comma after imp-use.
Evan Cheng
2009-10-21
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
Dan Gohman
2009-10-20
Respect src register allocation requirements when breaking anti-dependencies....
David Goodwin
2009-10-20
Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)
Anton Korobeynikov
2009-10-20
Oops. Backing out 84681 - needs to wait for the indexing patch.
Lang Hames
2009-10-20
Added some debugging output to pre-alloc splitting.
Lang Hames
2009-10-20
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-20
Better handle instructions that re-def a scratch register
Jim Grosbach
2009-10-20
Register re-use for scavenged frame indices must check for re-deginition
Jim Grosbach
2009-10-20
Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are
Dan Gohman
2009-10-20
Trim unnecessary includes.
Evan Cheng
2009-10-20
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
Dan Gohman
2009-10-20
If the physical register being spilled does not have an interval, spill its s...
Evan Cheng
2009-10-20
Enable post-pass frame index register scavenging for ARM and Thumb2
Jim Grosbach
2009-10-19
Adjust the scavenge register spilling to allow the target to choose an
Jim Grosbach
2009-10-19
Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux
Anton Korobeynikov
2009-10-19
Fix a typo in a comment.
Dan Gohman
2009-10-19
Change a few instance variables to be local variables.
Dan Gohman
2009-10-18
Spill slots cannot alias.
Evan Cheng
2009-10-18
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-18
Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...
Evan Cheng
2009-10-17
Fix my -Asserts warning fix.
Daniel Dunbar
2009-10-17
Suppress -Asserts warning.
Daniel Dunbar
2009-10-17
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
80 col violation.
Evan Cheng
2009-10-17
Delete an obsolete comment.
Dan Gohman
2009-10-17
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic
Dan Gohman
2009-10-16
Allow widening of extract subvector
Mon P Wang
2009-10-16
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
Change createPostRAScheduler so it can be turned off at llc -O1.
Evan Cheng
2009-10-16
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
If post-alloc scheduler is not enabled, it should return false, not true.
Evan Cheng
2009-10-16
Indent code.
Zhongxing Xu
2009-10-16
80 column violation.
Evan Cheng
2009-10-15
Report errors correctly for unselected target intrinsics.
Jakob Stoklund Olesen
2009-10-15
Make CodePlacementOpt align loops, rather than loop headers. The
Dan Gohman
2009-10-14
When LiveVariables is adding implicit-def to model "partial dead", add the ea...
Evan Cheng
2009-10-14
Print earlyclobber for implicit-defs as well.
Evan Cheng
2009-10-14
Make loop not recalc getNumOperands() each time around
Jim Grosbach
2009-10-14
Add support to record DbgScope as inlined scope.
Devang Patel
2009-10-14
quiet compiler warning
Jim Grosbach
2009-10-14
I don't see any point in having both eh.selector.i32 and eh.selector.i64,
Duncan Sands
2009-10-14
This remat entry is basically done. There are hooks to allow targets
Dan Gohman
2009-10-13
Add a few README.txt items.
Dan Gohman
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
Introduce new convenience methods for sign extending or
Duncan Sands
[next]