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
*
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
1
-0
/
+40
*
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
1
-0
/
+8
*
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
1
-0
/
+9
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
2
-0
/
+80
*
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-05-03
1
-0
/
+29
*
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-03
1
-8
/
+3
*
R600: Expand vector or, shl, srl, and xor nodes
Tom Stellard
2013-05-03
4
-0
/
+52
*
R600: Add pattern for SHA-256 Ma function
Tom Stellard
2013-05-03
1
-0
/
+18
*
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-05-02
1
-0
/
+20
*
R600: Signed literals are 64bits wide
Vincent Lejeune
2013-05-02
1
-0
/
+165
*
R600: If previous bundle is dot4, PV valid chan is always X
Vincent Lejeune
2013-05-02
1
-0
/
+244
*
R600: Add a test to check that use_kill is emitted
Vincent Lejeune
2013-05-02
1
-0
/
+1
*
R600: Prettier asmPrint of Alu
Vincent Lejeune
2013-05-02
34
-101
/
+127
*
Hexagon - Add peephole optimizations for zero extends.
Pranav Bhandarkar
2013-05-02
2
-6
/
+24
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
3
-54
/
+38
*
Rewrite X86 codegen regression test with FileCheck
Michael Liao
2013-05-02
1
-4
/
+7
*
Avoid generating tempfile(s) never used
Michael Liao
2013-05-01
1
-2
/
+2
*
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
1
-89
/
+0
*
Optimize away nop CONCAT_VECTOR nodes.
Nadav Rotem
2013-05-01
1
-0
/
+13
*
Put VMOVPQIto64rr in the VRPDI class.
Rafael Espindola
2013-05-01
1
-0
/
+10
*
Forget remove the tempfile argument
Michael Liao
2013-05-01
1
-1
/
+1
*
More rewrites of x86 codegen regression tests with FileCheck
Michael Liao
2013-05-01
19
-28
/
+78
*
[mips] Fix handling of instructions which copy to/from accumulator registers.
Akira Hatanaka
2013-04-30
1
-0
/
+21
*
Only pass 'returned' to target-specific lowering code when the value of entir...
Stephen Lin
2013-04-30
2
-64
/
+178
*
[mips] Instruction selection patterns for DSP-ASE vector select and compare
Akira Hatanaka
2013-04-30
1
-0
/
+641
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
4
-6
/
+6
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
4
-6
/
+6
*
LocalStackSlotAllocation improvements
Hal Finkel
2013-04-30
2
-6
/
+2
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
44
-423
/
+261
*
R600: fix loop-address.ll test
Vincent Lejeune
2013-04-30
1
-2
/
+2
*
Rewrite X86 codegen regression test with FileCheck
Michael Liao
2013-04-30
16
-34
/
+75
*
R600: use native for alu
Vincent Lejeune
2013-04-30
3
-5
/
+6
*
R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions
Vincent Lejeune
2013-04-30
1
-2
/
+2
*
Rewrite test in FileCheck instead of grep in X86 codegen
Michael Liao
2013-04-30
1
-4
/
+7
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-29
11
-69
/
+32
*
Duplicate a testcase.
Bill Wendling
2013-04-29
1
-0
/
+89
*
Rewrite some tests with FileCHeck in X86 codegen
Michael Liao
2013-04-29
20
-28
/
+85
*
R600: Use correct CF_END instruction on Northern Island GPUs
Tom Stellard
2013-04-29
1
-2
/
+5
*
R600: Fix encoding of CF_END_{EG, R600} instructions
Tom Stellard
2013-04-29
1
-0
/
+6
*
Make all darwin ppc stubs local.
Rafael Espindola
2013-04-27
1
-5
/
+5
*
Make CHECK lines a bit less strict so they also match code generated for win64.
Benjamin Kramer
2013-04-26
1
-10
/
+10
*
R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE
Tom Stellard
2013-04-26
1
-1
/
+3
*
ARM/NEON: Pattern match vector integer abs to vabs.
Benjamin Kramer
2013-04-26
1
-0
/
+91
*
X86: Now that we have a canonical form for vector integer abs, match it into ...
Benjamin Kramer
2013-04-26
1
-13
/
+130
*
DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...
Benjamin Kramer
2013-04-26
1
-0
/
+66
*
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
4
-1
/
+174
*
[inline asm] Add a test case for r180226. The specific issue is that the inline
Chad Rosier
2013-04-25
1
-0
/
+9
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-0
/
+18
*
R600: Use SHT_PROGBITS for the .AMDGPU.config section
Tom Stellard
2013-04-24
1
-0
/
+1
*
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
1
-0
/
+30
[next]