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-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
2012-02-16
MachineCSE shouldn't extend the live ranges of reserved or allocatable regist...
Lang Hames
2012-02-15
Handle register masks in branch folding.
Jakob Stoklund Olesen
2012-02-15
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
Use 'getDataNoRel' for the section kind.
Bill Wendling
2012-02-15
Fix assertion condition.
Lang Hames
2012-02-15
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
Remove overly conservative assert.
Lang Hames
2012-02-15
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
Revert r150565 again. Appears to be a stage2 failure with dragonegg.
Andrew Trick
2012-02-15
Reapply r150565 with the typo fix properly merged.
Andrew Trick
2012-02-15
reverting r150565. Premature push.
Andrew Trick
2012-02-15
Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!
Andrew Trick
2012-02-15
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
Don't emit live ranges for physregs live-ins that are dead.
Lang Hames
2012-02-15
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-15
Added hook to let targets custom lower splitting of illegal vectors
Pete Cooper
2012-02-14
Fix global live range splitting regmask accuracy.
Jakob Stoklund Olesen
2012-02-14
Fix details in local live range splitting with regmasks.
Jakob Stoklund Olesen
2012-02-14
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
Use the proper clobber check in handleLiveInRegister().
Jakob Stoklund Olesen
2012-02-14
Dump live intervals in numerical order.
Jakob Stoklund Olesen
2012-02-14
Don't create a new copy of reserved regs - we already have one handy.
Lang Hames
2012-02-14
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
Update MachineVerifier to check the new physreg live-in rules.
Lang Hames
2012-02-14
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
Turn push_back loops into append/insert.
Benjamin Kramer
[next]