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
*
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
*
Fix test, instruction count is valid only if stack is not realigned
Anton Korobeynikov
2008-04-23
1
-1
/
+1
*
Rewrite multiple return value handling in SCCP. Before, the -sccp pass
Chris Lattner
2008-04-23
1
-0
/
+11
*
remove this testcase. It isn't testing loop rotate, it is testing all
Chris Lattner
2008-04-23
1
-127
/
+0
*
returning an empty multiple return list is not valid.
Chris Lattner
2008-04-23
1
-2
/
+2
*
make this test more interesting.
Chris Lattner
2008-04-23
1
-4
/
+6
*
distill down the essense of this test.
Chris Lattner
2008-04-23
1
-7
/
+1
*
new test
Dale Johannesen
2008-04-23
1
-0
/
+21
*
Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one us...
Evan Cheng
2008-04-23
1
-0
/
+29
*
Start doing the significantly useful part of jump threading: handle cases
Chris Lattner
2008-04-22
1
-0
/
+30
*
Dig through multiple levels of AND to thread jumps if needed.
Chris Lattner
2008-04-22
1
-0
/
+33
*
Teach jump threading to thread through blocks like:
Chris Lattner
2008-04-22
1
-0
/
+32
*
add a basic testcase.
Chris Lattner
2008-04-22
2
-0
/
+34
*
Start removing 'unwinds to' support from mainline in preparation for 2.3.
Nick Lewycky
2008-04-22
1
-67
/
+0
*
optimize "p != gep p, ..." better. This allows us to compile
Chris Lattner
2008-04-22
1
-0
/
+13
*
Implement an x86-64 ABI detail of passing structs by hidden first
Dan Gohman
2008-04-21
1
-0
/
+54
*
Make these structs larger to ensure that they
Duncan Sands
2008-04-21
2
-6
/
+6
*
Make the struct bigger, to ensure it is returned
Duncan Sands
2008-04-21
1
-1
/
+1
*
Refactor memcpyopt based on Chris' suggestions. Consolidate several functions
Owen Anderson
2008-04-21
2
-4
/
+4
*
A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.
Chris Lattner
2008-04-20
1
-2
/
+2
*
Not all x86-64 machines have sse3 apparently.
Chris Lattner
2008-04-20
1
-2
/
+2
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
46
-0
/
+0
*
rename *.llx -> *.ll
Chris Lattner
2008-04-19
29
-0
/
+0
*
rename *.llx -> *.ll
Chris Lattner
2008-04-19
36
-0
/
+0
*
Implement PR2206.
Chris Lattner
2008-04-19
1
-0
/
+4
*
refactor handling of symbolic constant folding, picking up
Chris Lattner
2008-04-19
1
-4
/
+4
*
64-bit atomic operations.
Evan Cheng
2008-04-19
2
-0
/
+48
*
Teach llvm-as to accept function types with multiple return types.
Dan Gohman
2008-04-19
1
-0
/
+13
*
Be more careful with insert_subreg and extract_subreg where either source or ...
Evan Cheng
2008-04-17
1
-0
/
+171
*
Make GVN able to remove unnecessary calls to read-only functions again.
Owen Anderson
2008-04-17
1
-1
/
+1
*
Fix a sub-register indice propagation bug.
Evan Cheng
2008-04-17
1
-0
/
+33
*
Don't forget about sub-register indices when rematting instructions.
Evan Cheng
2008-04-16
1
-0
/
+46
*
After reading memory that's already freed.
Evan Cheng
2008-04-16
1
-0
/
+14
*
Really test what's intended.
Evan Cheng
2008-04-16
1
-0
/
+1
*
Rewrite LiveVariable liveness computation. The new implementation is much sim...
Evan Cheng
2008-04-16
1
-0
/
+48
*
XFAIL this test for the moment. The real solution is to prevent ADCE
Owen Anderson
2008-04-16
1
-0
/
+1
*
Add support for the form of the SSE41 extractps instruction that
Dan Gohman
2008-04-16
2
-0
/
+31
*
Recreate the size SDNode instead of reusing the old one in the x86
Dan Gohman
2008-04-16
1
-0
/
+13
*
Add movd instructions to move from MMX registers
Dan Gohman
2008-04-15
1
-0
/
+26
*
Don't assume a tail call can't reference a byval
Dale Johannesen
2008-04-15
1
-0
/
+18
*
Treat EntryToken nodes as "passive" so that they aren't added to the
Dan Gohman
2008-04-15
1
-2
/
+2
*
Upgrade these tests for the current intrinsic prototypes.
Dan Gohman
2008-04-14
2
-24
/
+24
*
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
2008-04-14
16
-21
/
+21
*
The functionality being tested was removed because it was horribly unsafe.
Owen Anderson
2008-04-13
1
-1
/
+1
*
This patch corrects the handling of byval arguments for tailcall
Arnold Schwaighofer
2008-04-12
2
-1
/
+34
[next]