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 test to Transforms/InstCombine.
Stuart Hastings
2011-05-19
2
-19
/
+16
*
Add test for PR9946.
Rafael Espindola
2011-05-19
1
-0
/
+18
*
More instcombine cleanup, towards improving debug line info.
Eli Friedman
2011-05-18
1
-2
/
+2
*
Handle perfect shuffle case that generates a vrev for vectors of floats.
Tanya Lattner
2011-05-18
1
-0
/
+15
*
When forming an ICmpZero LSRUse, normalize the non-IV operand
Dan Gohman
2011-05-18
1
-0
/
+91
*
Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...
Johnny Chen
2011-05-18
1
-0
/
+3
*
Enables vararg functions that pass all arguments via registers to be optimize...
Chad Rosier
2011-05-18
2
-2
/
+87
*
More instcombine cleanup aimed towards improving debug line info.
Eli Friedman
2011-05-18
1
-4
/
+4
*
An imminent fix to the x86_64 byval logic will expose a flaw in the
Stuart Hastings
2011-05-18
1
-1
/
+1
*
Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.
Eli Friedman
2011-05-18
2
-2
/
+2
*
Merge pmovzx test case into existing file.
Stuart Hastings
2011-05-18
2
-15
/
+19
*
PTX: add flag to disable mad/fma selection
Justin Holewinski
2011-05-18
1
-0
/
+16
*
Tighten up checking of the validity of casts. (1) The IR parser would
Duncan Sands
2011-05-18
2
-0
/
+12
*
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-18
1
-3
/
+2
*
Start trying to make InstCombine preserve more debug info. The idea here is ...
Eli Friedman
2011-05-18
1
-4
/
+4
*
Make some of the fast-isel tests actually test fast-isel (and fix test failur...
Eli Friedman
2011-05-18
1
-12
/
+17
*
X86 pmovsx/pmovzx ignore the upper half of their inputs.
Stuart Hastings
2011-05-17
1
-0
/
+15
*
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2011-05-17
1
-0
/
+17
*
Move test for appropriate directory.
Galina Kistanova
2011-05-17
1
-0
/
+0
*
Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.
Eli Friedman
2011-05-17
2
-2
/
+4
*
Drop lli, revise test.
Stuart Hastings
2011-05-17
1
-2
/
+3
*
Back out r131444 and r131438; they're breaking nightly tests. I'll look into
Eli Friedman
2011-05-17
2
-4
/
+2
*
Fix test.
Eli Friedman
2011-05-17
1
-1
/
+3
*
Add target triple so test doesn't fail on Windows machines.
Evan Cheng
2011-05-17
1
-1
/
+1
*
Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.
Eli Friedman
2011-05-17
1
-1
/
+1
*
Teach LiveInterval::isZeroLength about null SlotIndexes.
Jakob Stoklund Olesen
2011-05-16
2
-15
/
+4
*
Remove dead code. Fix associated test to use FileCheck.
Eli Friedman
2011-05-16
1
-1
/
+14
*
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
Eli Friedman
2011-05-16
1
-0
/
+22
*
Basic fast-isel of extractvalue. Not too helpful on its own, given the IR cl...
Eli Friedman
2011-05-16
1
-0
/
+26
*
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-16
1
-0
/
+20
*
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-16
1
-0
/
+16
*
Disable test harder.
Benjamin Kramer
2011-05-14
1
-1
/
+2
*
Disable this test while I revise it. rdar://problem/9267970
Stuart Hastings
2011-05-14
1
-1
/
+1
*
SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions.
Benjamin Kramer
2011-05-14
1
-0
/
+38
*
Avoid combining GEPs that might overflow at runtime.
Stuart Hastings
2011-05-14
1
-0
/
+19
*
Don't produce a vmovntdq if we don't have AVX support.
Rafael Espindola
2011-05-14
1
-0
/
+12
*
Move test.
Rafael Espindola
2011-05-13
1
-0
/
+0
*
Move test.
Rafael Espindola
2011-05-13
1
-0
/
+0
*
Move platform-dependent test to appropriate directory.
Galina Kistanova
2011-05-13
2
-0
/
+5
*
Make codegen able to handle values of empty types. This is one way
Rafael Espindola
2011-05-13
1
-0
/
+81
*
Since I can't reproduce the failures from 131261, re-trying with a
Stuart Hastings
2011-05-13
1
-7
/
+10
*
Revert 131266 and 131261 due to buildbot complaints.
Stuart Hastings
2011-05-13
1
-10
/
+7
*
Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz.
Stuart Hastings
2011-05-13
1
-8
/
+10
*
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
-1
/
+1
*
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-11
1
-0
/
+55
*
Reduced test case. rdar://problem/9416774
Stuart Hastings
2011-05-11
1
-36
/
+36
*
Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.
Owen Anderson
2011-05-11
1
-0
/
+2
[next]