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
...
*
Fix an overaggressive SimplifyDemandedBits optimization on urem. This
Dan Gohman
2008-05-01
1
-0
/
+32
*
Adding testcase.
Bill Wendling
2008-05-01
1
-0
/
+15
*
don't randomly miscompile seto/setuo just because we are in
Chris Lattner
2008-05-01
1
-0
/
+15
*
fix typo
Chris Lattner
2008-05-01
1
-1
/
+1
*
instcombine does memset optzns.
Chris Lattner
2008-05-01
1
-18
/
+0
*
simplifylibcalls doesn't optimize llvm.memmove, instcombine does.
Chris Lattner
2008-05-01
1
-22
/
+0
*
move some tests from libcall optimizer suite.
Chris Lattner
2008-05-01
1
-0
/
+17
*
Really commit the test checking the argument lowering behaviour on x86-64 :).
Arnold Schwaighofer
2008-04-30
1
-0
/
+21
*
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-30
3
-0
/
+36
*
Move this test to LoopDeletion, where it now passes.
Owen Anderson
2008-04-30
2
-2
/
+4
*
move lowering of llvm.memset -> store from simplify libcalls
Chris Lattner
2008-04-30
1
-0
/
+15
*
no reason for simplifylibcalls to simplify intrinsics, instcombine does
Chris Lattner
2008-04-30
1
-3
/
+1
*
remove redundant check.
Chris Lattner
2008-04-30
1
-3
/
+1
*
Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...
Owen Anderson
2008-04-29
1
-0
/
+17
*
don't eliminate load from volatile value on paths where the load is dead.
Chris Lattner
2008-04-29
1
-0
/
+25
*
make this test reduced and *valid*
Chris Lattner
2008-04-29
1
-15
/
+6
*
fix a subtle volatile handling bug.
Chris Lattner
2008-04-29
1
-0
/
+30
*
new testcase for PR2094. The inline asms should not pin allocas to the
Chris Lattner
2008-04-29
1
-0
/
+12
*
don't delete the last store to an alloca if the store is volatile.
Chris Lattner
2008-04-29
1
-0
/
+8
*
make the vector conversion magic handle multiple results.
Chris Lattner
2008-04-29
1
-2
/
+20
*
add support for multiple return values in inline asm. This is a step
Chris Lattner
2008-04-29
1
-0
/
+17
*
Another extract_subreg coalescing bug.
Evan Cheng
2008-04-29
1
-0
/
+166
*
Add -march=x86.
Evan Cheng
2008-04-28
1
-1
/
+1
*
Update and_ops.ll according to the recent dagcombiner changes.
Dan Gohman
2008-04-28
2
-2
/
+28
*
Test case.
Evan Cheng
2008-04-28
1
-0
/
+6
*
Fix DSE to not eliminate volatile loads with no uses.
Dan Gohman
2008-04-28
1
-0
/
+8
*
Teach InstCombine's ComputeMaskedBits what SelectionDAG's
Dan Gohman
2008-04-28
1
-0
/
+45
*
Fix PR2256, yet another miscompilation in simplifycfg of i
Chris Lattner
2008-04-28
1
-0
/
+30
*
Implement a signficant optimization for inline asm:
Chris Lattner
2008-04-27
2
-4
/
+14
*
When SRoA'ing a global variable, make sure the new globals get the
Chris Lattner
2008-04-26
1
-0
/
+32
*
Feedback from chris
Nate Begeman
2008-04-25
1
-1
/
+1
*
Add a testcase for the recent "handle variable vector insert elt in mem" patch
Nate Begeman
2008-04-25
1
-0
/
+11
*
Update tests.
Evan Cheng
2008-04-25
2
-3
/
+3
*
Special handling for MMX values being passed in either GPR64 or lower 64-bits...
Evan Cheng
2008-04-25
1
-0
/
+25
*
Remove the code from CodeGenPrepare that moved getresult instructions
Dan Gohman
2008-04-25
1
-0
/
+18
*
new testcase
Chris Lattner
2008-04-25
1
-0
/
+25
*
Update test
Anton Korobeynikov
2008-04-25
1
-1
/
+1
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
3
-89
/
+0
*
MMX argument passing fixes:
Evan Cheng
2008-04-25
1
-0
/
+23
*
Loosen up an assertion to allow intrinsics. I really have no
Chris Lattner
2008-04-25
1
-0
/
+15
*
Don't infininitely thread branches when a threaded edge
Chris Lattner
2008-04-25
1
-0
/
+142
*
Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand...
Evan Cheng
2008-04-25
1
-0
/
+12
*
New test.
Evan Cheng
2008-04-24
1
-0
/
+89
*
Add EXTRA_OPTIONS on the llvmgxx command line.
Devang Patel
2008-04-24
1
-1
/
+1
*
Add EXTRA_OPTIONS on the llvmgcc command line.
Devang Patel
2008-04-24
1
-1
/
+1
*
Split some code out of the main SimplifyCFG loop into its own function.
Chris Lattner
2008-04-24
1
-0
/
+43
*
Fix tests due to llvm2cpp move to llc target
Anton Korobeynikov
2008-04-23
2
-3
/
+3
*
Add support to codegen for getresult instructions with undef operands.
Dan Gohman
2008-04-23
1
-0
/
+6
*
Disable stack realignment for these tests
Anton Korobeynikov
2008-04-23
4
-5
/
+5
*
Fix test becase ABI stack alignment dropped to 'normal' value
Anton Korobeynikov
2008-04-23
1
-2
/
+2
[prev]
[next]