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: 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
*
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
1
-0
/
+18
*
Fix for PR14824, An ARM Load/Store Optimization bug
Hao Liu
2013-04-18
1
-0
/
+82
*
This patch teaches x86 fast-isel to generate the native div/idiv instructions
Eli Bendersky
2013-04-17
2
-0
/
+163
*
R600: Make Export Instruction not duplicable
Vincent Lejeune
2013-04-17
1
-1
/
+3
*
[XCore] Extend test to check positve offsets are folded into addresses.
Richard Osborne
2013-04-16
1
-7
/
+24
*
[XCore] Give test more generic name.
Richard Osborne
2013-04-16
1
-0
/
+0
*
[XCore] Convert a couple of tests to FileCheck.
Richard Osborne
2013-04-16
2
-17
/
+22
*
Implement ARM unwind opcode assembler.
Logan Chien
2013-04-16
5
-13
/
+148
*
Add 64-bit multiply and divide instructions for SPARC v9.
Jakob Stoklund Olesen
2013-04-16
1
-0
/
+21
*
R600/SI: Emit config values in register value pairs.
Tom Stellard
2013-04-15
1
-3
/
+8
*
R600/SI: Emit configuration value in the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
1
-0
/
+1
*
R600: Emit ELF formatted code rather than raw ISA.
Tom Stellard
2013-04-15
1
-0
/
+11
*
Avoid outputting temporary test file into source tree.
Tim Northover
2013-04-15
1
-1
/
+1
*
Fix PPC64 CR spill location for callee-saved registers
Hal Finkel
2013-04-15
1
-19
/
+10
*
Use i32 for all SPARC shift amounts, even in 64-bit mode.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+10
*
Add support for the abs64 SPARC v9 code model.
Jakob Stoklund Olesen
2013-04-14
2
-0
/
+20
*
Add support for the SPARC v9 abs44 code model.
Jakob Stoklund Olesen
2013-04-14
2
-0
/
+16
*
Also put target flags on SPARC constant pool references.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+30
*
Fix patterns for 64-bit pointers.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+9
*
Define SPARC code models.
Jakob Stoklund Olesen
2013-04-13
1
-0
/
+23
*
Spill and restore PPC CR registers using the FP when we have one
Hal Finkel
2013-04-13
1
-1
/
+14
*
Further generalize this scheduler test.
Andrew Trick
2013-04-13
1
-2
/
+2
*
Fix a dislexic regex.
Andrew Trick
2013-04-13
1
-1
/
+1
*
Add a missing REQUIRES: asserts
Andrew Trick
2013-04-13
1
-0
/
+1
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
1
-0
/
+48
*
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
1
-7
/
+106
*
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
1
-106
/
+7
*
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
1
-0
/
+11
*
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-12
1
-7
/
+95
*
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
15
-365
/
+231
*
Fix the test on linux by setting the triple and the align format
Nadav Rotem
2013-04-12
1
-4
/
+4
*
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
1
-0
/
+22
*
Use FileCheck instead of grep.
Preston Gurd
2013-04-11
2
-17
/
+12
*
Mips specific inline asm memory operand modifier test case
Jack Carter
2013-04-11
1
-0
/
+16
*
Add a CHECK-NOT for a more faithful translation of the original grep | count 2.
Eli Bendersky
2013-04-11
1
-0
/
+1
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
1
-1
/
+1
*
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-11
2
-7
/
+31
*
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
1
-0
/
+72
*
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-11
3
-2
/
+299
*
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
Eli Bendersky
2013-04-10
11
-15
/
+31
*
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
2
-1
/
+1
*
Mips specific inline asm memory operand modifier test case
Jack Carter
2013-04-10
1
-5
/
+12
*
R600/SI: Add pattern for AMDGPUurecip
Michel Danzer
2013-04-10
1
-0
/
+12
*
This is for an experimental option -mips-os16. The idea is to compile all
Reed Kotler
2013-04-10
2
-0
/
+226
*
R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addr
Vincent Lejeune
2013-04-10
1
-0
/
+44
[next]