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
*
PTX: Fix detection of stack load/store vs. global load/store, as well as fix the
Justin Holewinski
2011-09-26
1
-2
/
+2
*
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-26
1
-0
/
+47
*
PTX: Add .align tests to stack object test file
Justin Holewinski
2011-09-26
1
-2
/
+11
*
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
1
-0
/
+10
*
PTX: Unify handling of loads/stores
Justin Holewinski
2011-09-26
2
-130
/
+0
*
Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...
David Meyer
2011-09-26
1
-1
/
+1
*
PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...
David Meyer
2011-09-26
2
-6
/
+1
*
Fix VEX decoding in i386 mode. Fixes PR11008.
Craig Topper
2011-09-26
1
-0
/
+289
*
Only run MF.verify() with EXPENSIVE_CHECKS=1.
Jakob Stoklund Olesen
2011-09-24
1
-3
/
+0
*
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
1
-0
/
+3
*
PR10998: It is not legal to sink an instruction past the terminator of a bloc...
Eli Friedman
2011-09-23
1
-0
/
+43
*
Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...
Owen Anderson
2011-09-23
1
-0
/
+2
*
Also match negative offsets for addrmode3 and addrmode5.
Jakob Stoklund Olesen
2011-09-23
1
-0
/
+18
*
Fix incorrect disassembly test.
Owen Anderson
2011-09-23
1
-1
/
+1
*
Post-index loads/stores in still need to print the post-indexed immediate, ev...
Owen Anderson
2011-09-23
1
-0
/
+7
*
Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...
Owen Anderson
2011-09-23
1
-2
/
+2
*
PTX: Handle function call return values
Justin Holewinski
2011-09-23
1
-0
/
+13
*
PTX: Start fixing function calls
Justin Holewinski
2011-09-23
1
-2
/
+1
*
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-23
1
-7
/
+4
*
PR10989: Don't print .hidden on Windows.
Eli Friedman
2011-09-23
1
-6
/
+13
*
PR10991: make fast-isel correctly check whether accessing a global through an...
Eli Friedman
2011-09-22
1
-1
/
+17
*
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
Dan Gohman
2011-09-22
1
-6
/
+6
*
Synthesize SSE3/AVX 128 bit horizontal add/sub instructions from
Duncan Sands
2011-09-22
1
-0
/
+194
*
PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.
Eli Friedman
2011-09-22
1
-0
/
+40
*
PTX: fixup test cases for register changes
Justin Holewinski
2011-09-22
22
-524
/
+526
*
Fix register printing in disassembling of push/pop of segment registers and i...
Craig Topper
2011-09-22
1
-0
/
+12
*
Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...
Owen Anderson
2011-09-21
1
-2
/
+4
*
Print out immediate offset versions of PC-relative load/store instructions as...
Owen Anderson
2011-09-21
2
-1
/
+3
*
Do not unnecessarily use AT_specification DIE because it does not add any value.
Devang Patel
2011-09-21
1
-0
/
+20
*
Remove +.
Akira Hatanaka
2011-09-21
1
-1
/
+1
*
Re-enable some of the disabled tests. Use FileCheck instead of grep to check
Akira Hatanaka
2011-09-21
5
-40
/
+25
*
add another testcase for pr10902
Nadav Rotem
2011-09-21
1
-0
/
+12
*
[VECTOR-SELECT] Address one of the bugs in pr10902.
Nadav Rotem
2011-09-21
1
-0
/
+15
*
Remove llvm-gcc and various compiler handling from llvm. It's not needed
Eric Christopher
2011-09-20
3
-33
/
+1
*
This test is completely invalid with the modern EH model. Delete.
Bill Wendling
2011-09-20
1
-17
/
+0
*
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-20
1
-0
/
+18
*
Add a DAGCombine for subvector extracts to remove useless chains of
Bruno Cardoso Lopes
2011-09-20
1
-0
/
+19
*
Revert r140097, working on a better approach
Bruno Cardoso Lopes
2011-09-20
1
-7
/
+0
*
Update this test to the new EH model.
Bill Wendling
2011-09-20
1
-0
/
+4
*
The wrong relocation was being emitted for several SSSE3 instructions.
Bruno Cardoso Lopes
2011-09-20
1
-0
/
+6
*
Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...
Evan Cheng
2011-09-20
1
-6
/
+38
*
Update to new EH model.
Bill Wendling
2011-09-20
1
-1
/
+4
*
Port over more Thumb2 encoding tests to decoding tests.
Owen Anderson
2011-09-20
1
-0
/
+608
*
test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.
NAKAMURA Takumi
2011-09-20
1
-4
/
+4
*
Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.
Craig Topper
2011-09-20
1
-0
/
+65
*
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
1
-0
/
+54
*
Nuke obsolete test file.
Jim Grosbach
2011-09-20
1
-337
/
+0
*
Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.
Jim Grosbach
2011-09-20
1
-0
/
+20
*
Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.
Jim Grosbach
2011-09-20
1
-0
/
+118
*
Thumb2 assembly parsing and encoding for USUB8/USUB16.
Jim Grosbach
2011-09-20
1
-0
/
+16
[next]