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
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2010-11-23
Division by pow-of-2 is not cheap on SPU, do it with
Kalle Raiskila
2010-11-23
filecheckize
Chris Lattner
2010-11-22
Fix epilogue codegen to avoid leaving the stack pointer in an invalid
Evan Cheng
2010-11-22
Fix a bug with extractelement on SPU.
Kalle Raiskila
2010-11-22
Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.
Benjamin Kramer
2010-11-21
Implement branch analysis in the MBlaze backend.
Wesley Peck
2010-11-20
Removing the useless test that I added recently. It was meant as an example, ...
Andrew Trick
2010-11-19
Prefetch has a MemOperand now. FileCheckize a test.
Dale Johannesen
2010-11-19
Make isScalarToVector to return false if the node is a scalar. This will prevent
Mon P Wang
2010-11-18
Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...
Tanya Lattner
2010-11-18
The DAGCombiner was threading select over pairs of extending loads even
Duncan Sands
2010-11-18
Rewrite stack callee saved spills and restores to use push/pop instructions.
Eric Christopher
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
Do not throw away alignment when generating the DAG for
Dale Johannesen
2010-11-18
Fixed to use input redirection for source - to eliminate .s output.
John Thompson
2010-11-17
Bug 8621 fix - pointer cast stripped from inline asm constraint argument.
John Thompson
2010-11-17
These tests are looking for library function names that
Dale Johannesen
2010-11-17
Change ARMGlobalMerge to keep BSS globals in separate pools.
Bob Wilson
2010-11-17
Fix ARMGlobalMerge pass to check if globals are entirely within range.
Bob Wilson
2010-11-17
Change the symbol for merged globals from "merged" to "_MergedGlobals".
Bob Wilson
2010-11-17
Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.
Bob Wilson
2010-11-17
Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,
Evan Cheng
2010-11-17
Add simple arithmetics and %type directive for PTX
Che-Liang Chiou
2010-11-16
Fix PR8612 in the standard spiller, take two.
Jakob Stoklund Olesen
2010-11-15
Revert "Fix PR8612 in the standard spiller as well."
Jakob Stoklund Olesen
2010-11-15
Recommit this change and remove the failing part of the test - it didn't
Eric Christopher
2010-11-15
Fix PR8612 in the standard spiller as well.
Jakob Stoklund Olesen
2010-11-15
When spilling a register defined by an early clobber, make sure that the new
Jakob Stoklund Olesen
2010-11-15
remove a pointless testcase.
Chris Lattner
2010-11-15
remove some extraneous quotes to make the new instprinter match.
Chris Lattner
2010-11-14
add some nounwind's.
Chris Lattner
2010-11-13
Recognise 32-bit ror-based bswap implementation used by uclibc
Peter Collingbourne
2010-11-13
Add conditional move of large immediate.
Evan Cheng
2010-11-13
Fix an obvious typo which inverted an immediate.
Evan Cheng
2010-11-13
This should be still failing, but is. Disable it with the
Eric Christopher
2010-11-12
Add conditional mvn instructions.
Evan Cheng
2010-11-12
Add some missing isel predicates on def : pat patterns to avoid generating VF...
Evan Cheng
2010-11-12
Emacs auto-fill bug.
Andrew Trick
2010-11-12
Test case for PR8287: SD scheduling time. Fixed in r118904.
Andrew Trick
2010-11-12
Fix memory access lowering on SPU, adding
Kalle Raiskila
2010-11-12
Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>
Bruno Cardoso Lopes
2010-11-11
Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.
Dan Gohman
2010-11-10
Add a test to the previous added clo instruction. Patch by Akira again
Bruno Cardoso Lopes
2010-11-09
Do not use MEMBARRIER_MCR for any Thumb code.
Bob Wilson
2010-11-09
Testcase for PR8211 (llc crash at -O0).
Duncan Sands
2010-11-09
Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl
Dan Gohman
2010-11-09
Delete an extraneous svn:executable property.
Dan Gohman
2010-11-09
Fix an inline asm pasto from 117667; was preventing
Dale Johannesen
2010-11-08
Add support for ARM's specialized vector-compare-against-zero instructions.
Owen Anderson
2010-11-08
Revert 118422 in search of bot verdancy.
Dale Johannesen
[next]