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
Commit message (
Expand
)
Author
Age
Files
Lines
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
69
-639
/
+385
*
Set debug locations for branch instructions created during inlining, even
Adrian Prantl
2013-04-30
1
-0
/
+154
*
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
1
-0
/
+12
*
R600: fix loop-address.ll test
Vincent Lejeune
2013-04-30
1
-2
/
+2
*
s tightens up the encoding description for ARM post-indexed ldr instructions....
Mihai Popa
2013-04-30
1
-1
/
+0
*
Fix "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-30
1
-0
/
+109
*
Rewrite X86 codegen regression test with FileCheck
Michael Liao
2013-04-30
16
-34
/
+75
*
Collect the Addend for external relocs.
Rafael Espindola
2013-04-30
1
-1
/
+0
*
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
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-29
6
-47
/
+24
*
Rewrite some tests with FileCHeck in X86 codegen
Michael Liao
2013-04-29
20
-28
/
+85
*
Improve documentation.
Adrian Prantl
2013-04-29
1
-1
/
+2
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-1
/
+0
*
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
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-0
/
+108
*
Disable the MCJIT tests on 32 bit darwin.
Rafael Espindola
2013-04-29
1
-0
/
+3
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
4
-4
/
+4
*
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-29
3
-51
/
+56
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-0
/
+27
*
AArch64: convert MC-layer test to .s file
Tim Northover
2013-04-27
2
-51
/
+48
*
[objc-arc] Test cleanups.
Michael Gottesman
2013-04-27
9
-14
/
+40
*
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
1
-1
/
+1
*
Move the XFAIL out of the middle of a comment.
Eric Christopher
2013-04-27
1
-1
/
+1
*
Make all darwin ppc stubs local.
Rafael Espindola
2013-04-27
1
-5
/
+5
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-11
/
+11
*
Make CHECK lines a bit less strict so they also match code generated for win64.
Benjamin Kramer
2013-04-26
1
-10
/
+10
*
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-26
5
-0
/
+173
*
R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE
Tom Stellard
2013-04-26
1
-1
/
+3
*
cleanup testcase some more
Adrian Prantl
2013-04-26
1
-11
/
+11
*
ARM: Fix encoding of hint instruction for Thumb.
Quentin Colombet
2013-04-26
6
-6
/
+37
*
Add missing ':'.
Rafael Espindola
2013-04-26
1
-1
/
+1
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-0
/
+100
*
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
*
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...
Nadav Rotem
2013-04-26
1
-0
/
+84
*
Mips assembler: .set reorder support
Jack Carter
2013-04-25
1
-0
/
+18
*
Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.
Michael Liao
2013-04-25
1
-0
/
+7
*
ARM cost model: Integer div and rem is lowered to a function call
Arnold Schwaighofer
2013-04-25
1
-0
/
+450
*
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
4
-1
/
+174
*
LoopVectorizer: No need to generate pointer disambiguation checks between rea...
Nadav Rotem
2013-04-25
1
-0
/
+36
*
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2013-04-25
1
-0
/
+21
*
Fix section relocation for SECTIONREL32 with immediate offset.
Rafael Espindola
2013-04-25
1
-0
/
+19
*
[inline asm] Add a test case for r180226. The specific issue is that the inline
Chad Rosier
2013-04-25
1
-0
/
+9
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
2
-0
/
+18
[next]