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-02-10
Add mips o32 tests again with the hope that the buildbot won't complaint again
Bruno Cardoso Lopes
2011-02-10
Remove the test to silence the buildbot, will check it in again with a proper...
Bruno Cardoso Lopes
2011-02-10
Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...
Bruno Cardoso Lopes
2011-02-10
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
After 3-addressifying a two-address instruction, update the register maps; ad...
Evan Cheng
2011-02-09
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-08
PostRA antidependence breaker unit test for PR8986.
Andrew Trick
2011-02-08
PostRA antidependence breaker unit test for rdar://8959122.
Andrew Trick
2011-02-07
Fix an obvious typo which caused an isel assertion. rdar://8964854.
Evan Cheng
2011-02-07
Reduce test case, smaller is better.
Devang Patel
2011-02-07
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
Rework some .ARM.attribute work for improved gcc compatibility.
Jason W Kim
2011-02-05
Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...
NAKAMURA Takumi
2011-02-05
Move a test that ended up in the wrong place.
Bob Wilson
2011-02-04
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
Mark that the return is using EAX so that we don't use it for some other
Nick Lewycky
2011-02-04
DebugLoc associated with a machine instruction is used to emit location entri...
Devang Patel
2011-02-03
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-03
Add -march to fix the bots.
Rafael Espindola
2011-02-03
Fix PR9127 by reversing the operands even if they have more then one use.
Rafael Espindola
2011-02-02
Add support for trampolines on the XCore.
Richard Osborne
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.
Richard Osborne
2011-01-30
Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...
Benjamin Kramer
2011-01-29
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-28
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
Add a triple.
Rafael Espindola
2011-01-28
Print the visibility of declarations.
Rafael Espindola
2011-01-28
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-27
Add a testcase for my last checkin.
Eric Christopher
2011-01-26
Target/X86: Tweak win64's tailcall.
NAKAMURA Takumi
2011-01-26
Fix whitespace.
NAKAMURA Takumi
2011-01-25
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-25
Don't merge restore with tail call instruction.
Evan Cheng
2011-01-24
Speculatively revert r124138.
Devang Patel
2011-01-24
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-24
fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!
Chris Lattner
2011-01-22
Pass sret arguments through the stack instead of through registers in Sparc b...
Venkatraman Govindaraju
2011-01-22
Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...
Venkatraman Govindaraju
2011-01-21
Sparc backend:
Venkatraman Govindaraju
2011-01-21
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-21
Implement support for byval arguments in Sparc backend.
Venkatraman Govindaraju
2011-01-21
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-20
Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative
Evan Cheng
2011-01-20
Allow sign-extending of i8 and i16 to i128 on SPU.
Kalle Raiskila
2011-01-20
Expand invalid return values for umulo and smulo. Handle these similarly
Eric Christopher
[prev]
[next]