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
Age
Commit message (
Expand
)
Author
2007-02-25
Fix for PR1224.
Jim Laskey
2007-02-25
Test for PR1224.
Jim Laskey
2007-02-25
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-25
new testcase. @foo should be marked fastcc by globalopt
Chris Lattner
2007-02-25
disable some noisy debug output
Chris Lattner
2007-02-25
no really, this is the right patch
Chris Lattner
2007-02-25
always promote float varargs to double.
Chris Lattner
2007-02-25
1. Provide more detail in file comment.
Reid Spencer
2007-02-25
Fix clearUnusedBits to not depend on "undefined behavior" of >> operator
Reid Spencer
2007-02-25
one important bugfix: PPC32 didn't have both elf and macho support for
Chris Lattner
2007-02-25
add -enable-eh
Chris Lattner
2007-02-25
optimize duplicate ValueMap lookups
Chris Lattner
2007-02-25
cosmetic changes from review of last patch. obvious
Dale Johannesen
2007-02-25
A couple of more places where a register liveness has been extended and its l...
Evan Cheng
2007-02-25
Add an assertion.
Evan Cheng
2007-02-25
Fix a couple of bugs related IsDead back propagation during coalescing.
Evan Cheng
2007-02-25
If the liveinterval of the source instruction has been extended, remove the I...
Evan Cheng
2007-02-25
Only add liveinterval to livein set if it isn't assigned a stack slot.
Evan Cheng
2007-02-25
fastcc functions that return double values now return them in xmm0 on x86-32.
Chris Lattner
2007-02-25
verify that double is returned in XMM0 if the function is fastcc.
Chris Lattner
2007-02-25
allow vectors to be passed to stdcall/fastcall functions
Chris Lattner
2007-02-25
move LowerRET into the 'Return Value Calling Convention Implementation'
Chris Lattner
2007-02-25
make all Lower*CallTo implementations use LowerCallResult to handle their
Chris Lattner
2007-02-25
pass the calling convention into Lower*CallTo, instead of using ad-hoc flags.
Chris Lattner
2007-02-25
factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult
Chris Lattner
2007-02-25
move some code around, pass in calling conv, even though it is unused
Chris Lattner
2007-02-25
fold trivial token factor nodes. This allows us to compile
Chris Lattner
2007-02-25
new testcase
Chris Lattner
2007-02-25
simplify result value lowering by splitting the selection of *where* to return
Chris Lattner
2007-02-25
Allow this to compile now that the header file is checked in.
Reid Spencer
2007-02-25
Add a private constructor for efficiency.
Reid Spencer
2007-02-25
make void-return not a special case
Chris Lattner
2007-02-25
eliminate a bunch more temporary vectors from X86 lowering.
Chris Lattner
2007-02-25
eliminate temporary vectors created during X86 lowering.
Chris Lattner
2007-02-25
remove std::vector's in RET lowering.
Chris Lattner
2007-02-25
verify i128 return on x86-64 continues to codegen optimally.
Chris Lattner
2007-02-25
implement support for the linux/ppc function call ABI. Patch by
Chris Lattner
2007-02-25
Add XLForm_1_ext template, patch by Nicolas Geoffray.
Chris Lattner
2007-02-25
Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!
Chris Lattner
2007-02-25
this doesn't compile, disable it
Chris Lattner
2007-02-25
remove these.
Chris Lattner
2007-02-25
Clean up lshr and ashr to coding standards.
Reid Spencer
2007-02-25
remove crediting of Evan Cheng and me.
Dale Johannesen
2007-02-25
initialize a instance variable
Chris Lattner
2007-02-25
update this for llvm-gcc4
Chris Lattner
2007-02-25
Whoops, last word with bits in large shift left wasn't correct.
Reid Spencer
2007-02-25
Fix the > 64 bits case for left shift.
Reid Spencer
2007-02-25
Removed WaterListOffset, inserted BBOffsets. Remove TODO item about this
Dale Johannesen
2007-02-24
Fix the remainder shifting in KnuthDiv.
Reid Spencer
2007-02-24
1. Fix a bug in fromString for the <= 64bits case
Reid Spencer
[next]