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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add XLForm_1_ext template, patch by Nicolas Geoffray.
Chris Lattner
2007-02-25
1
-14
/
+24
*
Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!
Chris Lattner
2007-02-25
3
-2
/
+70
*
this doesn't compile, disable it
Chris Lattner
2007-02-25
1
-0
/
+4
*
Clean up lshr and ashr to coding standards.
Reid Spencer
2007-02-25
1
-53
/
+79
*
remove crediting of Evan Cheng and me.
Dale Johannesen
2007-02-25
1
-1
/
+0
*
initialize a instance variable
Chris Lattner
2007-02-25
1
-0
/
+1
*
Whoops, last word with bits in large shift left wasn't correct.
Reid Spencer
2007-02-25
1
-1
/
+1
*
Fix the > 64 bits case for left shift.
Reid Spencer
2007-02-25
1
-22
/
+47
*
Removed WaterListOffset, inserted BBOffsets. Remove TODO item about this
Dale Johannesen
2007-02-25
2
-109
/
+114
*
Fix the remainder shifting in KnuthDiv.
Reid Spencer
2007-02-24
1
-6
/
+13
*
1. Fix a bug in fromString for the <= 64bits case
Reid Spencer
2007-02-24
1
-17
/
+29
*
1. Fix last bug in KnuthDiv. All divide tests pass up to 1024 bits now.
Reid Spencer
2007-02-24
1
-63
/
+55
*
Deal with cases when MMI is not requested.
Jim Laskey
2007-02-24
1
-0
/
+14
*
Drop unused operand.
Jim Laskey
2007-02-24
1
-2
/
+0
*
1. Make internal functions take const arguments where they should, just
Reid Spencer
2007-02-24
1
-21
/
+61
*
Fix PR1216 by cleaning up the ownership of JITResolver.
Chris Lattner
2007-02-24
2
-29
/
+42
*
Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219
Chris Lattner
2007-02-24
1
-2
/
+2
*
remove folding set debug output
Chris Lattner
2007-02-24
1
-4
/
+0
*
Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215
Chris Lattner
2007-02-24
1
-1
/
+2
*
Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217
Chris Lattner
2007-02-24
1
-1
/
+2
*
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-24
2
-98
/
+199
*
PR1164:
Bill Wendling
2007-02-23
1
-22
/
+52
*
Avoid TBAA issue.
Chris Lattner
2007-02-23
1
-1
/
+4
*
bugfix: SP wasn't updated for varargs when frame pointer was eliminated.
Lauro Ramos Venancio
2007-02-23
1
-63
/
+63
*
Reuse extends the liveness of a register. Transfer the kill to the operand th...
Evan Cheng
2007-02-23
1
-1
/
+6
*
Handle improper cast.
Jim Laskey
2007-02-23
1
-6
/
+19
*
Handle cases when joining live intervals of two virtual registers.
Evan Cheng
2007-02-23
1
-7
/
+17
*
Don't spill LR as a callee saved register.
Jim Laskey
2007-02-23
3
-2
/
+19
*
Fix stack alignment in functions with varargs.
Lauro Ramos Venancio
2007-02-23
1
-2
/
+5
*
fix an obscure and tricky bug the inliner can hit sometimes.
Chris Lattner
2007-02-23
1
-1
/
+1
*
Fix thinko.
Devang Patel
2007-02-23
1
-1
/
+2
*
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
1
-1
/
+1
*
Mark livein registers as being in used.
Evan Cheng
2007-02-23
1
-0
/
+6
*
rewrite of constant islands
Dale Johannesen
2007-02-23
2
-87
/
+276
*
Added -march=thumb; removed -enable-thumb.
Evan Cheng
2007-02-23
4
-20
/
+36
*
80 col. violation.
Evan Cheng
2007-02-23
1
-1
/
+2
*
External weak linkage is supported by recent binutils on mingw32.
Anton Korobeynikov
2007-02-23
2
-1
/
+2
*
1. Fix a carry out problem in add if destination and x point to the same
Reid Spencer
2007-02-23
1
-92
/
+43
*
A spill kills the register being stored. But it is later being reused by spil...
Evan Cheng
2007-02-23
1
-25
/
+39
*
First potential client of register scavenger.
Evan Cheng
2007-02-23
1
-4
/
+13
*
By default, spills kills the register being stored.
Evan Cheng
2007-02-23
5
-27
/
+32
*
Add option to turn on register scavenger; By default, spills kills the regist...
Evan Cheng
2007-02-23
2
-6
/
+20
*
Use findRegisterUseOperand to find a kill of particular register.
Evan Cheng
2007-02-23
1
-3
/
+5
*
Initial check in of register scavenger. Its only current functionality is tra...
Evan Cheng
2007-02-23
1
-0
/
+140
*
Teach LoopPass to assign itself one Loop Pass Manager.
Devang Patel
2007-02-23
1
-0
/
+41
*
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
1
-0
/
+13
*
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-23
1
-0
/
+13
*
remove obsolete file
Chris Lattner
2007-02-22
1
-7
/
+0
*
Populate and walk loop queue.
Devang Patel
2007-02-22
1
-6
/
+20
*
Add LoopQueue. This is used by loop pass manager to manage loop nest.
Devang Patel
2007-02-22
1
-0
/
+36
[next]