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-02-22
Don't compute latencies for regmask operands.
Jakob Stoklund Olesen
2012-02-22
Handle regmasks in RegisterScavenging.
Jakob Stoklund Olesen
2012-02-22
misched: Use SparseSet for VRegDegs for constant time clear().
Andrew Trick
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
Comment from code review
Andrew Trick
2012-02-22
Remove extra semi-colons.
Chad Rosier
2012-02-22
80 col.
Jakob Stoklund Olesen
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-22
Remove extra semi-colon.
Eric Christopher
2012-02-22
misched: DAG builder should not track dependencies for SSA defs.
Andrew Trick
2012-02-22
Initialize SUnits before DAG building.
Andrew Trick
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
Use SparseSet for the RAFast live virtual register map.
Jakob Stoklund Olesen
2012-02-21
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-21
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
StackSlotColoring does not use a VirtRegMap
Andrew Trick
2012-02-21
Fix some bugs in HMEditor's moveAllOperandsInto logic.
Lang Hames
2012-02-20
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-20
Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv...
James Molloy
2012-02-20
Make post-ra tail duplication bundle safe. No test case as recent codegen
Evan Cheng
2012-02-19
Silence operator precedence warning.
Benjamin Kramer
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
Add machinery for pushing live ranges onto bundle starts while bundling.
Lang Hames
2012-02-19
Simplify moveEnteringDownFrom rules.
Lang Hames
2012-02-19
Skip through instructions rather than operands when looking for last use slot.
Lang Hames
2012-02-19
Fix TODO and trailing whitespace.
Lang Hames
2012-02-19
Defer sanity checks on live intervals until after all have been updated. Hold...
Lang Hames
2012-02-17
Bring HMEditor into line with LLVM coding standards.
Lang Hames
2012-02-17
Ignore the lifetime intrinsics in fast-isel.
Eric Christopher
2012-02-17
Don't print out pointer values in SUnit::dump().
Jakob Stoklund Olesen
2012-02-17
Sink variable into assert
Matt Beaumont-Gay
2012-02-17
Add support for regmask slots to HMEditor. Also fixes a comment error.
Lang Hames
2012-02-17
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-17
Tidy up.
Jim Grosbach
2012-02-17
Revert r150288, "Allow Post-RA LICM to hoist reserved register reads."
Jakob Stoklund Olesen
2012-02-17
... and it's probably best to use the correct alignment, rather than just gue...
David Chisnall
2012-02-17
It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...
David Chisnall
2012-02-17
Reverse iterator - should be incrementing rather than decrementing.
Lang Hames
2012-02-17
MachineScheduler shouldn't use/preserve LiveDebugVariables.
Lang Hames
2012-02-17
Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG...
Lang Hames
2012-02-17
Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba...
Lang Hames
2012-02-17
Turn off assertion, conservatively compute liveness for live-in un-allocatabl...
Lang Hames
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
Remove extraneous #include and spelling mistake introduced in r150669.
James Molloy
2012-02-16
Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...
James Molloy
2012-02-16
Oop - r150653 + r150654 broke one of my test cases. Backing out for now...
Lang Hames
[prev]
[next]