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
*
Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned
Eli Friedman
2009-07-09
2
-0
/
+19
*
add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!
Chris Lattner
2009-07-09
1
-0
/
+10
*
There's no need to consider PHI nodes in the same block as the instruction
Nick Lewycky
2009-07-09
2
-0
/
+74
*
Targets sometimes assign fixed stack object to spill certain callee-saved
Evan Cheng
2009-07-09
3
-2
/
+4
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
1
-1
/
+1
*
remove eh, convert to FileCheck style
Chris Lattner
2009-07-09
1
-6
/
+9
*
we have no tests for dllimport/export. Add one.
Chris Lattner
2009-07-09
1
-0
/
+9
*
* add some assertions for sanity checking.
Chris Lattner
2009-07-09
1
-1
/
+1
*
add a test for dale's recent change.
Chris Lattner
2009-07-09
1
-11
/
+34
*
switch test to FileCheck-style and test the P and non-P cases.
Chris Lattner
2009-07-08
1
-4
/
+19
*
rename a test to make it a feature test.
Chris Lattner
2009-07-08
1
-0
/
+0
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
2
-3
/
+1
*
Drop "constant" from
Devang Patel
2009-07-08
3
-4
/
+5
*
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-07-08
1
-3
/
+4
*
Switch all the MC tests to use FileCheck.
Chris Lattner
2009-07-08
9
-45
/
+47
*
convert to FileCheck style.
Chris Lattner
2009-07-08
1
-11
/
+10
*
Implement NEON vst1 instruction.
Bob Wilson
2009-07-08
1
-0
/
+77
*
Support MDNode forward reference.
Devang Patel
2009-07-08
1
-0
/
+5
*
add some more check for vector compares.
Chris Lattner
2009-07-08
1
-2
/
+36
*
convert a test to "FileCheck" style.
Chris Lattner
2009-07-08
1
-3
/
+27
*
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
1
-0
/
+67
*
Add rev16 test... xfail for now
David Goodwin
2009-07-08
1
-0
/
+32
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
1
-0
/
+2
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
2
-18
/
+18
*
eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.
Chris Lattner
2009-07-08
3
-42
/
+1
*
Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No
Chris Lattner
2009-07-08
6
-128
/
+191
*
dag combine sext(setcc) -> vsetcc before legalize. To make this safe,
Chris Lattner
2009-07-08
1
-1
/
+1
*
add support for legalizing an icmp where the result is illegal (4xi1) but
Chris Lattner
2009-07-07
1
-0
/
+7
*
add a trivial test that vector compares work.
Chris Lattner
2009-07-07
1
-0
/
+7
*
implement support for spliting and scalarizing vector setcc's. This
Chris Lattner
2009-07-07
1
-0
/
+28
*
verify that the fcmp version of this works just as well as the
Chris Lattner
2009-07-07
1
-0
/
+12
*
Add Thumb2 movcc instructions.
Evan Cheng
2009-07-07
2
-0
/
+71
*
Add missing tests.
Evan Cheng
2009-07-07
2
-0
/
+48
*
Implement parsing support for the .comm directive. Patch by
Chris Lattner
2009-07-07
1
-0
/
+8
*
Add Thumb2 pkhbt / pkhtb.
Evan Cheng
2009-07-07
1
-0
/
+73
*
Add some more Thumb2 multiplication instructions.
Evan Cheng
2009-07-07
3
-0
/
+53
*
Add bfc to armv6t2.
Evan Cheng
2009-07-06
1
-0
/
+19
*
Added ARM::mls for armv6t2.
Evan Cheng
2009-07-06
1
-0
/
+14
*
Avoid adding a duplicate def. This fixes PR4478.
Evan Cheng
2009-07-06
1
-0
/
+137
*
Mark this test as Darwin only. Patch by Bill Wendling.
Stuart Hastings
2009-07-06
1
-1
/
+4
*
When comparing constants, consider a less wide constant to be "less complex"
Nick Lewycky
2009-07-04
1
-0
/
+16
*
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-03
4
-1
/
+135
*
Added indexed stores.
Evan Cheng
2009-07-03
2
-0
/
+39
*
Sign extending pre/post indexed loads.
Evan Cheng
2009-07-02
1
-1
/
+10
*
do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...
Chris Lattner
2009-07-02
1
-0
/
+15
*
Thumb2 pre/post indexed loads.
Evan Cheng
2009-07-02
2
-0
/
+31
*
@GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.
Chris Lattner
2009-07-02
1
-1
/
+1
*
Fix yet-another bug I introduced into fastisel, this time handling
Chris Lattner
2009-07-02
1
-0
/
+17
*
llvm-mc/x86: Test case for x86 operand parsing.
Daniel Dunbar
2009-07-02
1
-0
/
+36
*
Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487.
Dan Gohman
2009-07-01
1
-0
/
+14
[next]