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
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
3
-4
/
+4
*
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-11
3
-9
/
+44
*
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
1
-0
/
+72
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
2
-0
/
+14
*
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-11
3
-2
/
+299
*
Add MachO-x86-64 tests.
Rafael Espindola
2013-04-11
3
-87
/
+213
*
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
Eli Bendersky
2013-04-10
11
-15
/
+31
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
1
-0
/
+29
*
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
*
fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test cases
Kay Tiong Khoo
2013-04-10
2
-0
/
+18
*
Revert "Update the version of dwarf we say we're emitting to at least 3."
Eric Christopher
2013-04-10
1
-19
/
+0
*
Add object-emission flag for lit tests. This flag is used
Jyotsna Verma
2013-04-10
6
-2
/
+14
*
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-10
1
-0
/
+40
*
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
*
Use a scheme closer to that of GNU as when deciding the type of a
Peter Collingbourne
2013-04-10
1
-9
/
+44
*
R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addr
Vincent Lejeune
2013-04-10
1
-0
/
+44
*
[test] Use lit's shell test runner on Windows
Reid Kleckner
2013-04-10
1
-3
/
+12
*
ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.
Tim Northover
2013-04-10
6
-18
/
+82
*
R600/SI: dynamical figure out the reg class of MIMG
Christian Konig
2013-04-10
1
-15
/
+15
*
R600/SI: adjust writemask to only the used components
Christian Konig
2013-04-10
1
-31
/
+65
*
R600/SI: remove image sample writemask
Christian Konig
2013-04-10
1
-17
/
+17
*
__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in
Evan Cheng
2013-04-10
1
-1
/
+3
*
Mips specific inline asm operand modifier 'D'
Jack Carter
2013-04-09
1
-0
/
+17
*
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
2
-0
/
+89
*
Update the version of dwarf we say we're emitting to at least 3.
Eric Christopher
2013-04-09
1
-0
/
+17
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
9
-0
/
+575
*
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
7
-0
/
+280
*
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
1
-13
/
+13
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-128
/
+0
*
DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...
Benjamin Kramer
2013-04-09
1
-0
/
+23
*
Use virtual base registers on PPC
Hal Finkel
2013-04-09
2
-0
/
+52
*
Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheck
Hal Finkel
2013-04-09
1
-1
/
+5
*
Rewrite test/Linker tests to use FileCheck instead of grep.
Eli Bendersky
2013-04-09
25
-34
/
+57
*
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
Michael Gottesman
2013-04-09
8
-17
/
+21
*
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-09
3
-21
/
+17
*
Compute correct frame sizes for SPARC v9 64-bit frames.
Jakob Stoklund Olesen
2013-04-09
1
-0
/
+16
*
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-08
3
-17
/
+21
*
Rewrite test/Integer tests to use FileCheck instead of grep
Eli Bendersky
2013-04-08
3
-5
/
+7
*
Rewrite test/ExecutionEngine tests to use FileCheck instead of grep
Eli Bendersky
2013-04-08
4
-6
/
+10
*
Rewrite test/Verifier tests to use FileCheck instead of grep
Eli Bendersky
2013-04-08
13
-19
/
+28
*
X86 cost model: Model cost for uitofp and sitofp on SSE2
Arnold Schwaighofer
2013-04-08
2
-0
/
+643
*
Generate PPC early conditional returns
Hal Finkel
2013-04-08
2
-4
/
+58
*
Simplify the quoting here. Our lit emulator doesn't deal well with the
Chandler Carruth
2013-04-08
1
-1
/
+1
*
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-04-08
2
-180
/
+207
*
Cleanup and improve PPC fsel generation
Hal Finkel
2013-04-07
1
-0
/
+137
*
TargetLowering: Fix getTypeConversion handling of extended vector types
Arnold Schwaighofer
2013-04-07
3
-14
/
+12
*
Implement LowerCall_64 for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-07
1
-3
/
+147
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+63
[next]