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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
now that these are in file-check format, we can merge them together
Chris Lattner
2009-08-11
5
-56
/
+49
*
Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...
Evan Cheng
2009-08-11
7
-34
/
+73
*
Rebuild RegScavenger::DistanceMap each time it is needed.
Jakob Stoklund Olesen
2009-08-11
1
-0
/
+17
*
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-11
2
-16
/
+58
*
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-11
19
-164
/
+164
*
Use new EVT::vAny type to combine Neon intrinsics for VPADD.
Bob Wilson
2009-08-11
1
-8
/
+8
*
Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ...
Evan Cheng
2009-08-10
26
-80
/
+240
*
Fix a bug in the DAGCombiner's handling of multiple linked
Dan Gohman
2009-08-10
1
-0
/
+24
*
Use FileCheck.
David Goodwin
2009-08-10
4
-20
/
+28
*
Use FileCheck... its good for you...
David Goodwin
2009-08-10
2
-10
/
+14
*
Fix test.
David Goodwin
2009-08-10
1
-1
/
+3
*
Fix test.
David Goodwin
2009-08-10
1
-2
/
+1
*
Use NEON for single-precision int<->FP conversions.
David Goodwin
2009-08-10
4
-0
/
+48
*
Handle the constantfp created during post-legalization dag combiner phase.
Evan Cheng
2009-08-10
1
-0
/
+15
*
Add nounwind keywords.
Dan Gohman
2009-08-10
2
-4
/
+4
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
5
-48
/
+17
*
Add tests for Neon VZIP and VUZP instructions.
Bob Wilson
2009-08-09
2
-0
/
+234
*
Add a test for Neon VTRN instructions.
Bob Wilson
2009-08-09
1
-0
/
+117
*
Add crc32 instruction and intrinsics. Add a new class of prefix
Eric Christopher
2009-08-08
1
-0
/
+38
*
Add support for READCYCLECOUNTER in Blackfin back-end.
Jakob Stoklund Olesen
2009-08-08
1
-5
/
+11
*
Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().
Jakob Stoklund Olesen
2009-08-08
1
-2
/
+2
*
Simplify RegScavenger::forward a bit more.
Jakob Stoklund Olesen
2009-08-08
1
-0
/
+20
*
Do not generate 32-bit call on win64 when imm does not fit
Anton Korobeynikov
2009-08-07
1
-0
/
+9
*
rename test
Chris Lattner
2009-08-07
1
-0
/
+0
*
merge a bunch of tests together into one, convert to filecheck which
Chris Lattner
2009-08-07
5
-64
/
+60
*
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-07
9
-40
/
+127
*
Make NEON single-precision FP support the default for cortex-a8 (again).
David Goodwin
2009-08-07
9
-0
/
+18
*
2 more vdup.32 cases
Anton Korobeynikov
2009-08-07
1
-1
/
+15
*
Thumb2 32-bit ldm / stm needs .w suffix if submode is ia.
Evan Cheng
2009-08-07
1
-4
/
+4
*
Fix support to use NEON for single precision fp math.
Evan Cheng
2009-08-07
1
-0
/
+80
*
Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...
Evan Cheng
2009-08-07
1
-0
/
+16
*
It turns out most of the thumb2 instructions are not allowed to touch SP. The...
Evan Cheng
2009-08-07
2
-3
/
+27
*
Add the testcase from PR 4668. This works at the
Dale Johannesen
2009-08-07
1
-0
/
+26
*
Fix PR 4626, a crash in branch folding after OptimizeBlock
Dale Johannesen
2009-08-06
1
-0
/
+90
*
Implement Neon VST[234] operations.
Bob Wilson
2009-08-06
3
-0
/
+114
*
Fix incorrect intrinsic declarations.
Bob Wilson
2009-08-06
2
-20
/
+20
*
Tidy up this testcase.
Dan Gohman
2009-08-06
1
-49
/
+1
*
reduce testcase.
Chris Lattner
2009-08-06
1
-39
/
+4
*
Remove an over-aggressive assert. Functions with empty struct return
Dan Gohman
2009-08-06
1
-0
/
+50
*
Add tests for X86-64 code model handling. Small and kernel for now.
Anton Korobeynikov
2009-08-06
1
-0
/
+67
*
Fix a bug in x86's PreprocessForRMW logic that was exposed
Dan Gohman
2009-08-06
1
-0
/
+20
*
Fix a few places in DAGCombiner that were creating all-ones-bits
Dan Gohman
2009-08-06
1
-0
/
+12
*
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
*
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
[next]