index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize SUnits before DAG building.
Andrew Trick
2012-02-22
5
-75
/
+113
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
2
-5
/
+5
*
Use SparseSet for the RAFast live virtual register map.
Jakob Stoklund Olesen
2012-02-22
1
-73
/
+110
*
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-21
1
-13
/
+68
*
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-21
1
-1
/
+1
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
7
-5
/
+39
*
StackSlotColoring does not use a VirtRegMap
Andrew Trick
2012-02-21
1
-4
/
+0
*
Fix some bugs in HMEditor's moveAllOperandsInto logic.
Lang Hames
2012-02-21
1
-9
/
+10
*
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-20
2
-3
/
+27
*
Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv...
James Molloy
2012-02-20
1
-0
/
+82
*
Make post-ra tail duplication bundle safe. No test case as recent codegen
Evan Cheng
2012-02-20
1
-3
/
+6
*
Silence operator precedence warning.
Benjamin Kramer
2012-02-19
1
-1
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
2
-2
/
+1
*
Add machinery for pushing live ranges onto bundle starts while bundling.
Lang Hames
2012-02-19
1
-2
/
+207
*
Simplify moveEnteringDownFrom rules.
Lang Hames
2012-02-19
1
-11
/
+3
*
Skip through instructions rather than operands when looking for last use slot.
Lang Hames
2012-02-19
1
-1
/
+1
*
Fix TODO and trailing whitespace.
Lang Hames
2012-02-19
1
-10
/
+14
*
Defer sanity checks on live intervals until after all have been updated. Hold...
Lang Hames
2012-02-19
1
-171
/
+170
*
Bring HMEditor into line with LLVM coding standards.
Lang Hames
2012-02-17
1
-160
/
+163
*
Ignore the lifetime intrinsics in fast-isel.
Eric Christopher
2012-02-17
1
-0
/
+4
*
Don't print out pointer values in SUnit::dump().
Jakob Stoklund Olesen
2012-02-17
1
-5
/
+3
*
Sink variable into assert
Matt Beaumont-Gay
2012-02-17
1
-2
/
+2
*
Add support for regmask slots to HMEditor. Also fixes a comment error.
Lang Hames
2012-02-17
1
-3
/
+17
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
3
-13
/
+7
*
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-17
1
-211
/
+245
*
Tidy up.
Jim Grosbach
2012-02-17
3
-5
/
+6
*
Revert r150288, "Allow Post-RA LICM to hoist reserved register reads."
Jakob Stoklund Olesen
2012-02-17
1
-11
/
+0
*
... and it's probably best to use the correct alignment, rather than just gue...
David Chisnall
2012-02-17
1
-1
/
+1
*
It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...
David Chisnall
2012-02-17
1
-3
/
+3
*
Reverse iterator - should be incrementing rather than decrementing.
Lang Hames
2012-02-17
1
-2
/
+2
*
MachineScheduler shouldn't use/preserve LiveDebugVariables.
Lang Hames
2012-02-17
1
-4
/
+0
*
Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG...
Lang Hames
2012-02-17
1
-2
/
+0
*
Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba...
Lang Hames
2012-02-17
1
-3
/
+9
*
Turn off assertion, conservatively compute liveness for live-in un-allocatabl...
Lang Hames
2012-02-17
1
-8
/
+10
*
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
1
-1
/
+1
*
Remove extraneous #include and spelling mistake introduced in r150669.
James Molloy
2012-02-16
1
-2
/
+1
*
Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...
James Molloy
2012-02-16
1
-13
/
+36
*
Oop - r150653 + r150654 broke one of my test cases. Backing out for now...
Lang Hames
2012-02-16
1
-9
/
+3
*
MachineCSE shouldn't extend the live ranges of reserved or allocatable regist...
Lang Hames
2012-02-16
1
-3
/
+9
*
Handle register masks in branch folding.
Jakob Stoklund Olesen
2012-02-15
1
-0
/
+8
*
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
1
-6
/
+19
*
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
2
-4
/
+16
*
Use 'getDataNoRel' for the section kind.
Bill Wendling
2012-02-15
1
-5
/
+4
*
Fix assertion condition.
Lang Hames
2012-02-15
1
-1
/
+1
*
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
2
-38
/
+38
*
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
1
-1
/
+1
*
Remove overly conservative assert.
Lang Hames
2012-02-15
1
-1
/
+0
*
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
1
-0
/
+147
*
Revert r150565 again. Appears to be a stage2 failure with dragonegg.
Andrew Trick
2012-02-15
1
-6
/
+8
*
Reapply r150565 with the typo fix properly merged.
Andrew Trick
2012-02-15
1
-8
/
+6
[next]