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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for PR1224.
Jim Laskey
2007-02-25
1
-35
/
+50
*
Test for PR1224.
Jim Laskey
2007-02-25
1
-0
/
+12
*
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-25
2
-25
/
+29
*
new testcase. @foo should be marked fastcc by globalopt
Chris Lattner
2007-02-25
1
-0
/
+11
*
disable some noisy debug output
Chris Lattner
2007-02-25
1
-12
/
+12
*
no really, this is the right patch
Chris Lattner
2007-02-25
1
-1
/
+1
*
always promote float varargs to double.
Chris Lattner
2007-02-25
1
-1
/
+1
*
1. Provide more detail in file comment.
Reid Spencer
2007-02-25
1
-189
/
+145
*
Fix clearUnusedBits to not depend on "undefined behavior" of >> operator
Reid Spencer
2007-02-25
1
-9
/
+40
*
one important bugfix: PPC32 didn't have both elf and macho support for
Chris Lattner
2007-02-25
2
-6
/
+10
*
add -enable-eh
Chris Lattner
2007-02-25
1
-1
/
+9
*
optimize duplicate ValueMap lookups
Chris Lattner
2007-02-25
1
-9
/
+6
*
cosmetic changes from review of last patch. obvious
Dale Johannesen
2007-02-25
2
-4
/
+5
*
A couple of more places where a register liveness has been extended and its l...
Evan Cheng
2007-02-25
1
-5
/
+57
*
Add an assertion.
Evan Cheng
2007-02-25
1
-2
/
+4
*
Fix a couple of bugs related IsDead back propagation during coalescing.
Evan Cheng
2007-02-25
1
-5
/
+10
*
If the liveinterval of the source instruction has been extended, remove the I...
Evan Cheng
2007-02-25
1
-0
/
+6
*
Only add liveinterval to livein set if it isn't assigned a stack slot.
Evan Cheng
2007-02-25
1
-4
/
+4
*
fastcc functions that return double values now return them in xmm0 on x86-32.
Chris Lattner
2007-02-25
1
-1
/
+3
*
verify that double is returned in XMM0 if the function is fastcc.
Chris Lattner
2007-02-25
1
-3
/
+16
*
allow vectors to be passed to stdcall/fastcall functions
Chris Lattner
2007-02-25
1
-18
/
+10
*
move LowerRET into the 'Return Value Calling Convention Implementation'
Chris Lattner
2007-02-25
1
-75
/
+77
*
make all Lower*CallTo implementations use LowerCallResult to handle their
Chris Lattner
2007-02-25
1
-153
/
+10
*
pass the calling convention into Lower*CallTo, instead of using ad-hoc flags.
Chris Lattner
2007-02-25
2
-23
/
+19
*
factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult
Chris Lattner
2007-02-25
2
-100
/
+97
*
move some code around, pass in calling conv, even though it is unused
Chris Lattner
2007-02-25
1
-39
/
+46
*
fold trivial token factor nodes. This allows us to compile
Chris Lattner
2007-02-25
1
-0
/
+6
*
new testcase
Chris Lattner
2007-02-25
1
-0
/
+12
*
simplify result value lowering by splitting the selection of *where* to return
Chris Lattner
2007-02-25
2
-91
/
+111
*
Allow this to compile now that the header file is checked in.
Reid Spencer
2007-02-25
1
-4
/
+0
*
Add a private constructor for efficiency.
Reid Spencer
2007-02-25
1
-0
/
+4
*
make void-return not a special case
Chris Lattner
2007-02-25
1
-33
/
+17
*
eliminate a bunch more temporary vectors from X86 lowering.
Chris Lattner
2007-02-25
1
-177
/
+142
*
eliminate temporary vectors created during X86 lowering.
Chris Lattner
2007-02-25
1
-70
/
+47
*
remove std::vector's in RET lowering.
Chris Lattner
2007-02-25
1
-22
/
+11
*
verify i128 return on x86-64 continues to codegen optimally.
Chris Lattner
2007-02-25
1
-0
/
+8
*
implement support for the linux/ppc function call ABI. Patch by
Chris Lattner
2007-02-25
8
-102
/
+343
*
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
*
remove these.
Chris Lattner
2007-02-25
1
-1
/
+0
*
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
*
update this for llvm-gcc4
Chris Lattner
2007-02-25
1
-92
/
+76
*
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
[next]