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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2006-05-27
A few small clean-ups, and the addition of an LCSSA statistic.
Owen Anderson
2006-05-26
Make CALL node consistent with RET node. Signness of value has type MVT::i32
Evan Cheng
2006-05-26
Change RET node to include signness information of the return values. i.e.
Evan Cheng
2006-05-26
Change RET node to include signness information of the return values. e.g.
Evan Cheng
2006-05-26
Fix a copy-and-paste-o that would break some compilers.
Owen Anderson
2006-05-26
Clean up and refactor LCSSA a bunch. It should also run faster now, though
Owen Anderson
2006-05-26
Vector argument must be passed in memory location aligned on 16-byte boundary.
Evan Cheng
2006-05-26
Mac OS X ABI document lied. The first four XMM registers are used to pass
Evan Cheng
2006-05-26
Implement Transforms/InstCombine/store.ll:test2.
Chris Lattner
2006-05-26
Fix a bug in the bc reader/writer: we were not correctly encoding varargs
Chris Lattner
2006-05-26
Minor update to make the code more clear
Evan Cheng
2006-05-26
Update more comments.
Evan Cheng
2006-05-26
Fix some comments.
Evan Cheng
2006-05-26
No need to handle illegal types.
Evan Cheng
2006-05-26
Skeletal LCSSA pass. This is currently non-functional. Expect functionality
Owen Anderson
2006-05-26
On ARM, alignment is in bits
Rafael Espindola
2006-05-26
Remove a couple of bogus casts.
Evan Cheng
2006-05-26
Remove a bogus cast.
Evan Cheng
2006-05-26
Minor bug caught by Ashwin Chandra
Evan Cheng
2006-05-26
Transform things like (splat(splat)) -> splat
Chris Lattner
2006-05-25
Introduce a helper function that simplifies interpretation of shuffle masks.
Chris Lattner
2006-05-25
Consistency
Evan Cheng
2006-05-25
Turn (cast (shuffle (cast)) -> shuffle (cast) if it reduces the # casts in
Chris Lattner
2006-05-25
extract element from a shuffle vector can be trivially turned into an
Chris Lattner
2006-05-25
Some clean up.
Evan Cheng
2006-05-25
Add support for the missing FP condition codes
Chris Lattner
2006-05-25
Remove some dead code.
Evan Cheng
2006-05-25
X86 / Cygwin asm / alignment fixes.
Evan Cheng
2006-05-25
Revert a patch that is unsafe, due to out of range array accesses in inner
Chris Lattner
2006-05-25
Build breakage.
Evan Cheng
2006-05-25
Fix build failure of povray
Chris Lattner
2006-05-25
Fix Benchmarks/MallocBench/cfrac
Chris Lattner
2006-05-25
implement initial version of ARMAsmPrinter::printOperand
Rafael Espindola
2006-05-25
port the ARM backend to use ISD::CALL instead of LowerCallTo
Rafael Espindola
2006-05-25
Turn on -sched-commute-nodes by default.
Evan Cheng
2006-05-25
Switch X86 over to a call-selection model where the lowering code creates
Evan Cheng
2006-05-25
CALL node change (arg / sign pairs instead of just arguments).
Evan Cheng
2006-05-25
CALL node change: now including signness of every argument.
Evan Cheng
2006-05-25
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-24
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-24
For PR786:
Reid Spencer
2006-05-24
For PR786:
Reid Spencer
2006-05-24
Patch for a new instcombine xform, patch contributed by Nick Lewycky!
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
Fix CodeGen/Generic/vector.ll:test_div with altivec.
Chris Lattner
2006-05-24
Handle SETO* like we handle SET*, restoring behavior after Evan's setcc
Chris Lattner
2006-05-23
Print struct return functions and calls as actually returning the hidden
Chris Lattner
2006-05-23
Fix file header comment
Chris Lattner
2006-05-23
Better way to check for vararg.
Evan Cheng
2006-05-23
Remove PreprocessCCCArguments and PreprocessFastCCArguments now that
Evan Cheng
[prev]
[next]