index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable this test for now...
Daniel Dunbar
2011-02-11
1
-0
/
+3
*
Fix buggy fcopysign lowering.
Evan Cheng
2011-02-11
1
-13
/
+40
*
Add mips o32 tests again with the hope that the buildbot won't complaint again
Bruno Cardoso Lopes
2011-02-10
1
-0
/
+322
*
Remove the test to silence the buildbot, will check it in again with a proper...
Bruno Cardoso Lopes
2011-02-10
1
-321
/
+0
*
Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...
Bruno Cardoso Lopes
2011-02-10
1
-0
/
+321
*
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
1
-1
/
+8
*
After 3-addressifying a two-address instruction, update the register maps; ad...
Evan Cheng
2011-02-10
1
-10
/
+22
*
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-09
1
-0
/
+14
*
PostRA antidependence breaker unit test for PR8986.
Andrew Trick
2011-02-08
1
-0
/
+89
*
PostRA antidependence breaker unit test for rdar://8959122.
Andrew Trick
2011-02-08
1
-0
/
+128
*
Fix an obvious typo which caused an isel assertion. rdar://8964854.
Evan Cheng
2011-02-07
1
-0
/
+17
*
Reduce test case, smaller is better.
Devang Patel
2011-02-07
1
-789
/
+33
*
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
11
-0
/
+381
*
Rework some .ARM.attribute work for improved gcc compatibility.
Jason W Kim
2011-02-07
2
-17
/
+35
*
Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...
NAKAMURA Takumi
2011-02-05
4
-20
/
+17
*
Move a test that ended up in the wrong place.
Bob Wilson
2011-02-05
2
-18
/
+18
*
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
1
-0
/
+827
*
Mark that the return is using EAX so that we don't use it for some other
Nick Lewycky
2011-02-04
1
-0
/
+14
*
DebugLoc associated with a machine instruction is used to emit location entri...
Devang Patel
2011-02-04
2
-2
/
+72
*
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-03
1
-0
/
+97
*
Add -march to fix the bots.
Rafael Espindola
2011-02-03
1
-1
/
+1
*
Fix PR9127 by reversing the operands even if they have more then one use.
Rafael Espindola
2011-02-03
1
-0
/
+12
*
Add support for trampolines on the XCore.
Richard Osborne
2011-02-02
1
-0
/
+37
*
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-02
1
-0
/
+28
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-0
/
+84
*
Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.
Richard Osborne
2011-01-31
1
-0
/
+10
*
Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...
Benjamin Kramer
2011-01-30
1
-0
/
+9
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
1
-5
/
+6
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
1
-6
/
+5
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
1
-5
/
+6
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
1
-6
/
+5
*
Add a triple.
Rafael Espindola
2011-01-28
1
-1
/
+1
*
Print the visibility of declarations.
Rafael Espindola
2011-01-28
1
-0
/
+11
*
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-28
2
-55
/
+6
*
Add a testcase for my last checkin.
Eric Christopher
2011-01-27
1
-0
/
+21
*
Target/X86: Tweak win64's tailcall.
NAKAMURA Takumi
2011-01-26
2
-6
/
+34
*
Fix whitespace.
NAKAMURA Takumi
2011-01-26
1
-1
/
+0
*
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-25
1
-1
/
+0
*
Don't merge restore with tail call instruction.
Evan Cheng
2011-01-25
1
-0
/
+22
*
Speculatively revert r124138.
Devang Patel
2011-01-24
1
-0
/
+1
*
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-24
1
-0
/
+103
*
fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!
Chris Lattner
2011-01-24
1
-0
/
+9
*
Pass sret arguments through the stack instead of through registers in Sparc b...
Venkatraman Govindaraju
2011-01-22
1
-0
/
+36
*
Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...
Venkatraman Govindaraju
2011-01-22
1
-22
/
+51
*
Sparc backend:
Venkatraman Govindaraju
2011-01-21
1
-16
/
+34
*
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-21
6
-39
/
+65
*
Implement support for byval arguments in Sparc backend.
Venkatraman Govindaraju
2011-01-21
1
-0
/
+18
*
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
2
-6
/
+11
*
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-21
4
-17
/
+17
*
Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative
Evan Cheng
2011-01-20
1
-2
/
+6
[next]