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
*
Non-fast-isel followup to 129634; correctly handle branches controlled
Stuart Hastings
2011-05-12
1
-3
/
+4
*
Correction. Use explicit target triple in the test.
Galina Kistanova
2011-05-12
1
-1
/
+1
*
Re-enable branchfolding common code hoisting optimization. Fixed a liveness t...
Evan Cheng
2011-05-12
1
-0
/
+28
*
Move this test to CodeGen/Thumb. rdar://problem/9416774
Stuart Hastings
2011-05-11
1
-0
/
+60
*
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-11
1
-0
/
+55
*
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
2011-05-11
4
-11
/
+28
*
Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...
Nadav Rotem
2011-05-11
1
-0
/
+142
*
Revert 131172 as it is causing clang to miscompile itself. I will try
Rafael Espindola
2011-05-11
1
-28
/
+0
*
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
2011-05-11
1
-0
/
+28
*
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
1
-2
/
+2
*
PTX: add test cases for cvt, fneg, and selp
Justin Holewinski
2011-05-10
3
-0
/
+274
*
X86: Add a bunch of peeps for add and sub of SETB.
Benjamin Kramer
2011-05-08
2
-4
/
+85
*
Emit a proper error message when register allocators run out of registers.
Jakob Stoklund Olesen
2011-05-06
1
-0
/
+17
*
PTX: add PTX 2.3 language target
Justin Holewinski
2011-05-06
1
-0
/
+1
*
Re-revert r130877; it's apparently causing a regression on 197.parser,
Eli Friedman
2011-05-06
2
-45
/
+2
*
Don't produce a __debug_frame.
Rafael Espindola
2011-05-05
1
-4
/
+18
*
Avoid extra vreg copies for arguments passed in registers. Specifically, thi...
Eli Friedman
2011-05-05
2
-1
/
+22
*
Prepare remaining tests for -join-physreg going away.
Jakob Stoklund Olesen
2011-05-04
15
-34
/
+48
*
Fix a batch of x86 tests to be coalescer independent.
Jakob Stoklund Olesen
2011-05-04
7
-29
/
+38
*
Give this test an explicit register allocator, so that it can work even if
Dan Gohman
2011-05-04
1
-1
/
+1
*
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
2011-05-04
1
-0
/
+93
*
Re-commit r130862 with a minor change to avoid an iterator running off the ed...
Eli Friedman
2011-05-04
2
-2
/
+24
*
This test fails on ARM. The test shouldn't explicitly specify alignment (and ...
Galina Kistanova
2011-05-04
1
-4
/
+4
*
Back out r130862; it appears to be breaking bootstrap.
Eli Friedman
2011-05-04
2
-24
/
+2
*
Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...
Eli Friedman
2011-05-04
2
-2
/
+24
*
Fix more register and coalescing dependencies.
Jakob Stoklund Olesen
2011-05-04
4
-9
/
+7
*
Explicitly request physreg coalesing for a bunch of Thumb2 unit tests.
Jakob Stoklund Olesen
2011-05-04
7
-7
/
+26
*
FileCheckize and break dependence on coalescing order.
Jakob Stoklund Olesen
2011-05-04
1
-8
/
+6
*
Explicitly request -join-physregs for some tests that depend on it.
Jakob Stoklund Olesen
2011-05-04
1
-1
/
+1
*
Do not emit location expression size twice.
Devang Patel
2011-05-04
1
-0
/
+59
*
Remove LLVM IR metadata in test case committed in r130847.
Akira Hatanaka
2011-05-04
1
-6
/
+3
*
Prevent instructions using $gp from being placed between a jalr and the instr...
Akira Hatanaka
2011-05-04
2
-1
/
+36
*
Don't depend on the physreg coalescing order.
Jakob Stoklund Olesen
2011-05-04
2
-5
/
+4
*
Don't run this test through -regalloc=basic.
Jakob Stoklund Olesen
2011-05-04
1
-1
/
+0
*
Fix register-dependent XCore tests
Jakob Stoklund Olesen
2011-05-04
1
-6
/
+3
*
Fix register-dependent test in MSP430.
Jakob Stoklund Olesen
2011-05-04
1
-1
/
+1
*
Fix a bunch of ARM tests to be register allocation independent.
Jakob Stoklund Olesen
2011-05-03
8
-30
/
+30
*
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
Bill Wendling
2011-05-03
1
-0
/
+19
*
Make the test less likely to fail with minor changes.
Evan Cheng
2011-05-03
1
-1
/
+1
*
Remove test for iOS divmod function, since that is disabled for now.
Bob Wilson
2011-05-03
1
-58
/
+0
*
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
1
-0
/
+39
*
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-05-03
1
-0
/
+80
*
Add 130690 back.
Rafael Espindola
2011-05-02
2
-4
/
+2
*
Revert while I debug the tests that use march but not mtriple.
Rafael Espindola
2011-05-02
2
-2
/
+4
*
Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...
Rafael Espindola
2011-05-02
2
-4
/
+2
*
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-05-01
6
-16
/
+20
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
1
-0
/
+38
*
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
6
-20
/
+16
*
Enable CFI on OS X.
Rafael Espindola
2011-04-30
6
-16
/
+20
*
Allow folded spills in test.
Jakob Stoklund Olesen
2011-04-30
1
-2
/
+2
[next]