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
2011-06-29
Don't depend on the optimization reverted in r134067.
Benjamin Kramer
2011-06-29
Revert a part of r126557 which could create unschedulable DAGs.
Benjamin Kramer
2011-06-28
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-28
FileCheckize a couple of tests.
Jakob Stoklund Olesen
2011-06-28
FileCheck-ize a test that had the strangest TCL quote I've seen yet: an
Chandler Carruth
2011-06-27
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-27
Allow lr in the register options here.
Eric Christopher
2011-06-27
Move all inline-asm-fpstack tests to a single file.
Jakob Stoklund Olesen
2011-06-25
PTX: corrected tests that were failing
Dan Bailey
2011-06-25
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
Test case for r133858 (tail call optimize in the presence of byval).
Chad Rosier
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-24
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
The Neon VCVT (between floating-point and fixed-point, Advanced SIMD)
Chad Rosier
2011-06-24
Change the chain input of nodes that load the address of a function. This change
Akira Hatanaka
2011-06-24
Prevent generation of redundant addiu instructions that compute address of
Akira Hatanaka
2011-06-23
PTX: Always use registers for return values, but use .param space for device
Justin Holewinski
2011-06-23
PTX: Fixup test cases for device param changes
Justin Holewinski
2011-06-22
lit support for REQUIRES: asserts.
Andrew Trick
2011-06-22
Reenable tail duplication of bb with just an unconditional jump, but
Rafael Espindola
2011-06-22
Needs a triple.
Nick Lewycky
2011-06-22
Emit trailing padding on constant vectors when TargetData says that the vector
Nick Lewycky
2011-06-22
PTX: Add signed integer comparisons
Justin Holewinski
2011-06-22
PTX: Add .address_size directive if PTX version >= 2.3
Justin Holewinski
2011-06-22
Test case for r133560.
Devang Patel
2011-06-21
Revert r133452: "Emit movq for 64-bit register to XMM register moves..."
Bob Wilson
2011-06-21
Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...
Anna Zaks
2011-06-21
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-21
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-20
PTX: Fix conversion between predicates and value types
Justin Holewinski
2011-06-20
Emit movq for 64-bit register to XMM register moves, but continue to accept
Nick Lewycky
2011-06-20
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
Roman Divacky
2011-06-20
Fix PromoteIntRes_TRUNCATE: Add support for cases where the
Nadav Rotem
2011-06-19
Update test.
Benjamin Kramer
2011-06-19
Reduce the runtime of the test. Keep only the interesting cases.
Nadav Rotem
2011-06-19
Remove support for parsing the "type i32" syntax for defining a numbered
Chris Lattner
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
Switch ARM to using AltOrders instead of MethodBodies.
Jakob Stoklund Olesen
2011-06-18
Moved to the right place.
Galina Kistanova
2011-06-18
Fix UMULO support for 2x register width to allow the full
Eric Christopher
2011-06-17
Fix a bug in the type-lowering of integer-promoted elements. Add a check that
Nadav Rotem
2011-06-17
Add an alternative rev16 pattern. We should figure out a better way to handle...
Evan Cheng
2011-06-17
Lower multiply with overflow checking to __mulo<mode>
Eric Christopher
2011-06-17
est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.
Galina Kistanova
2011-06-17
Stop accepting and ignoring attributes in function types. Attributes are app...
Chris Lattner
2011-06-17
Fix a few places where 32bit instructions/registerset were used on PPC64.
Roman Divacky
2011-06-17
PTX: Adjust rounding modes
Justin Holewinski
2011-06-17
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
[next]