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
/
CodeGen
/
X86
/
fast-isel-call.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't optimize movs to pushes in -O0 builds.
Nico Weber
2016-07-14
1
-6
/
+6
*
Teach fast isel calls and rets about stdcall.
Nico Weber
2016-07-14
1
-1
/
+14
*
Teach fast isel about thiscall (and callee-pop) calls.
Nico Weber
2016-07-14
1
-1
/
+18
*
Add a triple to fix test on bots after 275320.
Nico Weber
2016-07-13
1
-1
/
+1
*
Fix a TODO in X86CallFrameOptimization to not rely on a codegen artifact.
Nico Weber
2016-07-13
1
-6
/
+6
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-4
/
+4
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-4
/
+4
*
Change the fast-isel-abort option from bool to int to enable "levels"
Mehdi Amini
2015-02-27
1
-1
/
+1
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-4
/
+4
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-2
/
+2
*
Add full x86 fast-isel support for memcpy and memset.
Eli Friedman
2011-06-10
1
-0
/
+24
*
Add fast-isel support for byval calls on x86.
Eli Friedman
2011-05-20
1
-3
/
+19
*
Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.
Eli Friedman
2011-05-17
1
-1
/
+3
*
Back out r131444 and r131438; they're breaking nightly tests. I'll look into
Eli Friedman
2011-05-17
1
-3
/
+1
*
Fix test.
Eli Friedman
2011-05-17
1
-1
/
+3
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Handle calls which produce i1 results: promote to i8 but and it with 1 to get...
Evan Cheng
2008-09-08
1
-0
/
+13