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
*
this passes.
Chris Lattner
2009-08-06
1
-1
/
+0
*
XFAIL it while it is being worked on.
Sanjiv Gupta
2009-08-06
1
-0
/
+1
*
Add tests for new NEON vld instructions.
Bob Wilson
2009-08-06
3
-0
/
+153
*
Convert more Neon tests to FileCheck.
Bob Wilson
2009-08-05
2
-10
/
+42
*
Adjust test for llvm-gcc checkin 78249.
Dale Johannesen
2009-08-05
1
-2
/
+2
*
Test for llvm-gcc checkin 78223.
Dale Johannesen
2009-08-05
1
-0
/
+5
*
Missed pieces for ARM HardFP ABI.
Anton Korobeynikov
2009-08-05
1
-0
/
+13
*
Enable the new no-SP register classes by default. This is to address
Dan Gohman
2009-08-05
3
-3
/
+3
*
Add testcases for reg-mem arithemtics added recently
Anton Korobeynikov
2009-08-05
1
-0
/
+133
*
Convert bswap test to filecheck, add more test entries & convert stuff to fil...
Anton Korobeynikov
2009-08-05
1
-6
/
+31
*
Fix a bug in the PIC16 backend.
Dan Gohman
2009-08-05
1
-1
/
+0
*
Change these tests to use function attributes rather than special llc
Dan Gohman
2009-08-05
2
-9
/
+21
*
checking in broken testcases is not such a good idea.
Chris Lattner
2009-08-05
1
-0
/
+1
*
Quite a few tests crashed in llc after 78142. This is just one of them. I hop...
Sanjiv Gupta
2009-08-05
1
-0
/
+10
*
Disable stack coloring with register for now. It's not able to set kill markers.
Evan Cheng
2009-08-05
1
-0
/
+508
*
Another nasty coalescer bug (is there another kind):
Evan Cheng
2009-08-05
1
-0
/
+153
*
Revert changes accidentally committed along with r78163.
Dan Gohman
2009-08-05
2
-2
/
+2
*
Teach X86FastISel how to handle CCValAssign::BCvt, which is used for
Dan Gohman
2009-08-05
3
-2
/
+21
*
ZIV tester for LDA.
Andreas Bolka
2009-08-05
2
-3
/
+3
*
Fix LDA testcases.
Andreas Bolka
2009-08-05
1
-4
/
+4
*
Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.
Evan Cheng
2009-08-05
1
-3
/
+0
*
One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG.
Evan Cheng
2009-08-05
1
-0
/
+54
*
One more place where subreg lowering forgot to transfer undefness.
Evan Cheng
2009-08-05
1
-0
/
+42
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-8
/
+11
*
If the insert_subreg source is <undef>, insert an implicit_def instead of a c...
Evan Cheng
2009-08-05
1
-0
/
+34
*
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
Evan Cheng
2009-08-04
2
-2
/
+2
*
Fix test.
Evan Cheng
2009-08-04
1
-1
/
+1
*
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-04
3
-16
/
+31
*
Convert a few Neon tests to use FileCheck.
Bob Wilson
2009-08-04
3
-20
/
+71
*
Clean up the handling of two-address operands in RegScavenger.
Jakob Stoklund Olesen
2009-08-04
1
-0
/
+33
*
Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.
Evan Cheng
2009-08-04
1
-0
/
+40
*
Add NEON single-precision FP support for fabs and fneg.
David Goodwin
2009-08-04
2
-0
/
+36
*
LowerSubregsInstructionPass::LowerExtract should not extend the live range of...
Jakob Stoklund Olesen
2009-08-04
2
-1
/
+16
*
In thumb mode, r7 is used as frame register. This fixes pr4681.
Evan Cheng
2009-08-04
1
-0
/
+29
*
Match common pattern for FNMAC. Add NEON SP support.
David Goodwin
2009-08-04
1
-1
/
+0
*
Improve tests.
David Goodwin
2009-08-04
2
-8
/
+23
*
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin
2009-08-04
9
-0
/
+99
*
Fix PR4528. This scavenger assertion is too strict. The two-address value is
Evan Cheng
2009-08-04
1
-0
/
+25
*
enhance codegen to put 16-bit character strings into the
Chris Lattner
2009-08-04
1
-2
/
+2
*
Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"
Chris Lattner
2009-08-04
1
-0
/
+36
*
Use separate ValueList for metadata.
Devang Patel
2009-08-04
2
-0
/
+93
*
Revert recent bitcode writer patches.
Devang Patel
2009-08-04
1
-5
/
+0
*
llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable....
Bill Wendling
2009-08-04
1
-0
/
+4
*
Fixed now.
Bill Wendling
2009-08-04
1
-2
/
+0
*
Add test for PR4678
Rafael Espindola
2009-08-04
1
-0
/
+4
*
XFAIL for the moment.
Bill Wendling
2009-08-04
1
-0
/
+2
*
Constants and Metadata share ValueList. This means they must be emitted inter...
Devang Patel
2009-08-04
1
-0
/
+5
*
Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. T...
Evan Cheng
2009-08-04
1
-1
/
+19
*
Add -disable-output. Thanks Bill!
Dan Gohman
2009-08-03
1
-1
/
+1
*
Add a new Constant::getIntegerValue helper function, and convert a
Dan Gohman
2009-08-03
1
-0
/
+84
[next]