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
*
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
*
Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.
Jyotsna Verma
2013-04-23
1
-0
/
+45
*
Add more tests for r179925 to verify correct handling of signext/zeroext; str...
Stephen Lin
2013-04-23
1
-0
/
+64
*
Hexagon: Remove assembler mapped instruction definitions.
Jyotsna Verma
2013-04-23
1
-0
/
+87
*
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
1
-0
/
+15
*
R600: Add CF_END
Vincent Lejeune
2013-04-23
3
-3
/
+3
*
Hexagon: Remove duplicate instructions to handle global/immediate values
Jyotsna Verma
2013-04-23
1
-0
/
+18
*
Move test from grep to FileCheck.
Rafael Espindola
2013-04-23
1
-2
/
+5
*
[mips] In performDSPShiftCombine, check that all elements in the vector are
Akira Hatanaka
2013-04-22
1
-0
/
+56
*
Extra paranoid test for r179925 (verify that tail calls are not generated to ...
Stephen Lin
2013-04-22
1
-0
/
+14
*
Fix for 5.5 Parameter Passing --> Stage C:
Stepan Dyatkovskiy
2013-04-22
3
-0
/
+184
*
Cleanup: test source files do not need to be executable
Arnaud A. de Grandmaison
2013-04-22
12
-0
/
+0
*
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-22
27
-27
/
+27
*
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
1
-32
/
+14
*
ARM: Split out cost model vcvt testcases.
Jim Grosbach
2013-04-21
2
-172
/
+171
*
Passing arguments to varags functions under the SPARC v9 ABI.
Jakob Stoklund Olesen
2013-04-21
1
-0
/
+13
*
Fix the SETHIimm pattern for 64-bit code.
Jakob Stoklund Olesen
2013-04-21
1
-0
/
+6
*
ARM: fix part of test which actually needed an asserts build
Tim Northover
2013-04-21
2
-6
/
+30
*
ARM: Use ldrd/strd to spill 64-bit pairs when available.
Tim Northover
2013-04-21
1
-13
/
+27
*
Remove tbaa metadata.
Bill Wendling
2013-04-21
1
-7
/
+3
*
Compile varargs functions for SPARCv9.
Jakob Stoklund Olesen
2013-04-20
1
-0
/
+62
*
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
Tim Northover
2013-04-20
1
-0
/
+36
*
Minor renaming of tests (for consistency with an in-development patch)
Stephen Lin
2013-04-20
1
-10
/
+10
*
Don't litter .s files in test directory.
Benjamin Kramer
2013-04-20
1
-1
/
+1
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
2
-0
/
+180
*
Allow tail call opportunity detection through nested and/or multiple iteratio...
Stephen Lin
2013-04-20
1
-0
/
+88
*
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-19
1
-0
/
+75
*
Fix PPC optimizeCompareInstr swapped-sub argument handling
Hal Finkel
2013-04-19
1
-0
/
+42
*
Do not mangle in MS-way the globals with magic \001 in the name.
Anton Korobeynikov
2013-04-19
2
-8
/
+21
*
Make test slightly more readable.
Bill Wendling
2013-04-19
1
-4
/
+4
*
Add a testcase to make sure we generate the proper compact unwind section for...
Bill Wendling
2013-04-19
1
-0
/
+60
*
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
27
-27
/
+27
*
PR14606: debug info imported_module support
David Blaikie
2013-04-19
27
-27
/
+27
*
R600: Add pattern for the BFI_INT instruction
Tom Stellard
2013-04-19
1
-0
/
+34
*
R600: Reorganize lit tests and document how they should be organized
Tom Stellard
2013-04-19
29
-128
/
+174
*
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
1
-1
/
+1
*
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-18
1
-0
/
+101
*
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
1
-0
/
+136
[next]