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-30
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
Mark Darwin call instructions as using "r7" to prevent the frame-register
Evan Cheng
2010-11-29
Add missing colon.
Benjamin Kramer
2010-11-29
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-28
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-27
Lower TLS_addr32 and TLS_addr64.
Rafael Espindola
2010-11-27
Add NEON VLD1-dup instructions (load 1 element to all lanes).
Bob Wilson
2010-11-24
Allow for 'fcmp ogt' in SPU.
Kalle Raiskila
2010-11-23
Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.
Bob Wilson
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
[next]