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
*
Undo PHI elimination copy placement patch. This causes coalescing (performace...
Evan Cheng
2008-04-04
1
-30
/
+1
*
This is done.
Evan Cheng
2008-04-04
1
-4
/
+0
*
if some functions don't have debug info, we were outputing the same label at ...
Andrew Lenharth
2008-04-03
1
-2
/
+5
*
- Turn copies of implicit_def into implicit_def instructions.
Evan Cheng
2008-04-03
2
-6
/
+71
*
Special handling of zero-sized live intervals.
Evan Cheng
2008-04-03
1
-5
/
+19
*
- Treat a live range defined by an implicit_def as a zero-sized one.
Evan Cheng
2008-04-03
1
-2
/
+28
*
- PHI elimination also eliminates implicit_def that fits into a PHI node rath...
Evan Cheng
2008-04-03
1
-42
/
+84
*
Start of a series of patches related to implicit_def.
Evan Cheng
2008-04-03
1
-37
/
+70
*
Backing out 48222 temporarily.
Evan Cheng
2008-04-03
6
-137
/
+108
*
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-04-02
1
-2
/
+4
*
Now that I am told MachineRegisterInfo also tracks physical register uses / d...
Evan Cheng
2008-04-02
1
-24
/
+64
*
Remove #include<map> from LiveVariables.h. Not referenced.
Evan Cheng
2008-04-02
2
-1
/
+3
*
Cosmetic changes per EH patch review feedback.
Dale Johannesen
2008-04-02
1
-1
/
+1
*
In some situations, we need to check for local interferences between the PHI
Owen Anderson
2008-04-02
1
-2
/
+11
*
Correctly mark a valno that was previous defined by a PHI node as having an
Owen Anderson
2008-04-02
1
-4
/
+7
*
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-02
4
-90
/
+98
*
Re-materialization is for uses only.
Evan Cheng
2008-04-01
1
-4
/
+4
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
3
-26
/
+17
*
Don't dereference MBB->end().
Owen Anderson
2008-04-01
1
-1
/
+1
*
More soft fp fixes.
Evan Cheng
2008-04-01
1
-1
/
+2
*
Pasto.
Evan Cheng
2008-04-01
1
-1
/
+1
*
Add comment.
Evan Cheng
2008-04-01
1
-0
/
+1
*
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-04-01
1
-3
/
+11
*
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
3
-17
/
+26
*
It's not safe to fold a load from GV stub or constantpool into a two-address ...
Evan Cheng
2008-03-31
1
-2
/
+3
*
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-31
2
-4
/
+15
*
Fix a DAGCombiner optimization to respect volatile qualification.
Dan Gohman
2008-03-31
1
-1
/
+2
*
The support for remat of instructions with a register operand is hackish, to ...
Evan Cheng
2008-03-31
1
-18
/
+7
*
Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin...
Owen Anderson
2008-03-31
1
-1
/
+1
*
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-30
1
-0
/
+1
*
Cosmetic changes.
Evan Cheng
2008-03-29
1
-24
/
+3
*
Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ...
Owen Anderson
2008-03-29
1
-58
/
+25
*
ifdef out a dead function. Should this be removed?
Chris Lattner
2008-03-28
1
-0
/
+2
*
Rename getAnyLoad to getLoad is suggested by Evan.
Duncan Sands
2008-03-28
2
-17
/
+17
*
New entry.
Evan Cheng
2008-03-28
1
-0
/
+2
*
Implement LegalizeTypes support for softfloat LOAD.
Duncan Sands
2008-03-27
3
-78
/
+64
*
Avoid creating chain dependencies from CopyToReg nodes to load and store
Dan Gohman
2008-03-27
1
-54
/
+72
*
Fix spelling. Thanks, Duncan! :-)
Roman Levenstein
2008-03-27
1
-1
/
+1
*
Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function
Roman Levenstein
2008-03-27
1
-2
/
+25
*
Fix a memory bug: increment an iterator of a deleted machine instr.
Evan Cheng
2008-03-27
1
-2
/
+7
*
Fix a bug in Darwin EH: FDE->CIE pointer must
Dale Johannesen
2008-03-26
1
-13
/
+9
*
One more coalescer fix wrt deadness propagation.
Evan Cheng
2008-03-26
1
-14
/
+22
*
Avoid commuting a def MI in order to coalesce a copy instruction away if any ...
Evan Cheng
2008-03-26
2
-2
/
+13
*
Use a linked data structure for the uses lists of an SDNode, just like
Roman Levenstein
2008-03-26
6
-108
/
+137
*
Fixed some spelling errors. Thanks, Duncan!
Roman Levenstein
2008-03-26
1
-52
/
+54
*
Some improvements related to the computation of isReachable.
Roman Levenstein
2008-03-26
1
-54
/
+315
*
Dead PHI instructions need to be handled specially.
Owen Anderson
2008-03-26
1
-0
/
+22
*
Remove some debugging code.
Owen Anderson
2008-03-25
1
-3
/
+0
*
StrongPHIElimination doesn't support swapping live intervals like the coalesc...
Owen Anderson
2008-03-25
1
-9
/
+6
*
A quick nm audit turned up several fixed tables and objects that were
Dan Gohman
2008-03-25
3
-8
/
+8
[next]