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
*
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-10
1
-1
/
+1
*
ARM stm/ldm instructions require more than one register in the register list.
Jim Grosbach
2010-12-09
2
-3
/
+3
*
Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2010-12-09
1
-0
/
+40
*
Rewrite the darwin tlv support to use a chain and return to copying
Eric Christopher
2010-12-09
1
-0
/
+16
*
Remove extraneous copy from DAG conversion for darwin tls. This was
Eric Christopher
2010-12-09
1
-0
/
+32
*
Move this test to tlv* to make it easier to notice versus linux tls
Eric Christopher
2010-12-08
1
-0
/
+0
*
ARM/MC/ELF TPsoft is now a proper pseudo inst.
Jason W Kim
2010-12-08
1
-0
/
+52
*
Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal
Evan Cheng
2010-12-07
1
-0
/
+40
*
Match a pattern generated by a dag combiner opt where:
Bruno Cardoso Lopes
2010-12-07
1
-0
/
+15
*
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-12-06
12
-288
/
+227
*
Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.
Wesley Peck
2010-12-06
2
-4
/
+4
*
Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.
Wesley Peck
2010-12-06
1
-1
/
+1
*
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Update test for the extra =.
Rafael Espindola
2010-12-06
1
-1
/
+1
*
ptx: add shift instructions
Che-Liang Chiou
2010-12-06
2
-0
/
+65
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-1
/
+2
*
Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags
Chris Lattner
2010-12-05
1
-0
/
+22
*
it turns out that when ".with.overflow" intrinsics were added to the X86
Chris Lattner
2010-12-05
1
-1
/
+7
*
fix the rest of the linux miscompares :)
Chris Lattner
2010-12-05
1
-1
/
+1
*
generalize the previous check to handle -1 on either side of the
Chris Lattner
2010-12-05
1
-0
/
+24
*
relax this to handle linux defaulting to -static.
Chris Lattner
2010-12-05
1
-1
/
+1
*
Improve an integer select optimization in two ways:
Chris Lattner
2010-12-05
1
-0
/
+58
*
merge some tests into select.ll and make them more specific.
Chris Lattner
2010-12-05
7
-99
/
+88
*
rename test
Chris Lattner
2010-12-05
1
-0
/
+0
*
remove two tests that aren't really testing anything.
Chris Lattner
2010-12-05
2
-88
/
+0
*
Add patterns for the x86 popcnt instruction.
Benjamin Kramer
2010-12-04
1
-0
/
+38
*
The Thumb tADDrSPi instruction is not valid when the destination is SP.
Bob Wilson
2010-12-04
1
-0
/
+11
*
When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the
Jim Grosbach
2010-12-03
1
-1
/
+1
*
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
Devang Patel
2010-12-02
2
-1
/
+30
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-0
/
+22
*
Fix test.
Evan Cheng
2010-12-02
1
-2
/
+2
*
Fix and re-enable tail call optimization of expanded libcalls.
Evan Cheng
2010-12-01
1
-6
/
+12
*
Add correct encodings for STRD and LDRD, including fixup support. Additional...
Owen Anderson
2010-12-01
1
-1
/
+1
*
Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.
Evan Cheng
2010-12-01
1
-0
/
+1
*
ARM/MC/ELF relocation "hello world" for movw/movt.
Jason W Kim
2010-12-01
1
-0
/
+42
*
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
2
-29
/
+69
*
ptx: add command-line options for gpu target and ptx version
Che-Liang Chiou
2010-11-30
1
-0
/
+6
*
Not all platforms use _<func>. Duh.
Eric Christopher
2010-11-30
1
-2
/
+2
*
Rewrite mwait and monitor support and custom lower arguments.
Eric Christopher
2010-11-30
1
-0
/
+26
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-30
1
-0
/
+23
*
Mark Darwin call instructions as using "r7" to prevent the frame-register
Evan Cheng
2010-11-29
1
-0
/
+28
*
Add missing colon.
Benjamin Kramer
2010-11-29
1
-1
/
+1
*
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
1
-1
/
+1
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
1
-0
/
+20
*
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
1
-2
/
+14
*
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
2
-4
/
+4
*
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-28
1
-0
/
+32
*
Lower TLS_addr32 and TLS_addr64.
Rafael Espindola
2010-11-27
3
-10
/
+11
*
Add NEON VLD1-dup instructions (load 1 element to all lanes).
Bob Wilson
2010-11-27
2
-1
/
+43
*
Allow for 'fcmp ogt' in SPU.
Kalle Raiskila
2010-11-24
1
-6
/
+19
[next]