index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
move testcase into appropriate X86 subdirectory.
Adrian Prantl
2013-03-29
1
-3
/
+4
*
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
1
-0
/
+37
*
Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...
Adrian Prantl
2013-03-29
1
-0
/
+371
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
5
-7
/
+7
*
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-29
2
-18
/
+126
*
[Mips Assembler] Add support for OR macro with imediate opperand
Jack Carter
2013-03-28
1
-0
/
+2
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
3
-1
/
+146
*
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
1
-2
/
+34
*
[Mips Assembler] Add alias definitions for jal
Jack Carter
2013-03-28
1
-1
/
+15
*
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-28
1
-11
/
+67
*
Specify CPUs on the PPC bswap-load-store test
Hal Finkel
2013-03-28
1
-2
/
+2
*
Only enable 64-bit bswap DAG combines for PPC64
Hal Finkel
2013-03-28
1
-0
/
+1
*
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
1
-2
/
+2
*
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
2
-5
/
+6
*
Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.
Jyotsna Verma
2013-03-28
1
-1
/
+0
*
Remove -O3.
Akira Hatanaka
2013-03-28
1
-3
/
+3
*
Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
2013-03-28
1
-0
/
+30
*
Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...
Gordon Keiser
2013-03-28
1
-0
/
+3
*
Move test since it depends on the X86 backend.
Rafael Espindola
2013-03-28
1
-0
/
+0
*
Hexagon: Use multiclass for gp-relative instructions.
Jyotsna Verma
2013-03-28
1
-0
/
+33
*
AArch64: implement GICv3 system registers
Tim Northover
2013-03-28
3
-0
/
+506
*
Add the PPC64 popcntd instruction
Hal Finkel
2013-03-28
1
-0
/
+41
*
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-0
/
+33
*
Revert "Updated ELF relocation test for .eh_frame section"
Michael Gottesman
2013-03-28
1
-26
/
+4
*
Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructions
Hal Finkel
2013-03-28
2
-4
/
+412
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
95
-1240
/
+1240
*
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-28
1
-0
/
+15
*
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
4
-5
/
+422
*
Updated ELF relocation test for .eh_frame section
Jack Carter
2013-03-27
1
-4
/
+26
*
[ms-inline asm] Add support of imm displacement before bracketed memory
Chad Rosier
2013-03-27
1
-0
/
+20
*
test file name change to correct typo
Jack Carter
2013-03-27
1
-0
/
+0
*
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
1
-0
/
+45
*
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
2
-0
/
+26
*
Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
2013-03-27
1
-3
/
+3
*
Disable ASan/MSan symbolization of reports in tests.
Evgeniy Stepanov
2013-03-27
2
-11
/
+0
*
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
2
-2
/
+41
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
3
-3
/
+3
*
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-27
1
-0
/
+16
*
R600/SI: add srl/sha patterns for SI
Christian Konig
2013-03-27
2
-0
/
+28
*
Allocate r0 on PPC
Hal Finkel
2013-03-27
1
-0
/
+18
*
Remove the link register from the GPR classes on PowerPC.
Bill Schmidt
2013-03-27
7
-15
/
+15
*
Added back in the test for arc-annotations.
Michael Gottesman
2013-03-27
1
-0
/
+307
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
95
-1240
/
+1240
*
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-27
2
-5
/
+10
*
Add XTEST codegen support
Michael Liao
2013-03-26
1
-0
/
+11
*
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
2
-3
/
+3
*
Use multiple virtual registers in PPC CR spilling
Hal Finkel
2013-03-26
1
-17
/
+23
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
1
-3
/
+3
*
Fix PRFCHW test on non-x86 builds
Michael Liao
2013-03-26
1
-1
/
+1
*
Add PREFETCHW codegen support
Michael Liao
2013-03-26
1
-0
/
+3
[next]