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
*
Re-enable the test with fix.
Evan Cheng
2010-07-14
1
-3
/
+2
*
temporarily disable to test to fix buildbots.
Chris Lattner
2010-07-14
1
-2
/
+3
*
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
1
-1
/
+1
*
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-14
1
-0
/
+12
*
Add AVX 256-bit compare instructions and a bunch of testcases
Bruno Cardoso Lopes
2010-07-13
2
-0
/
+448
*
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
1
-1
/
+1
*
AVX 256-bit conversion instructions
Bruno Cardoso Lopes
2010-07-13
2
-0
/
+208
*
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-13
1
-0
/
+18
*
Add support for empty named metadata too. This isn't particularly
Dan Gohman
2010-07-13
1
-0
/
+1
*
Add support for empty metadata nodes: !{}.
Dan Gohman
2010-07-13
1
-1
/
+2
*
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
1
-9
/
+62
*
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2010-07-13
3
-3
/
+3
*
Fix PR number.
Dale Johannesen
2010-07-13
1
-1
/
+1
*
Handle the case of a tail recursion in which the tail call is followed
Duncan Sands
2010-07-13
1
-1
/
+4
*
my work on adding segment registers to LEA missed the
Chris Lattner
2010-07-13
1
-0
/
+3
*
Add AVX 256-bit packed logical forms
Bruno Cardoso Lopes
2010-07-13
2
-0
/
+128
*
Add AVX 256-bit unop arithmetic instructions
Bruno Cardoso Lopes
2010-07-13
2
-0
/
+64
*
Add AVX 256 binary arithmetic instructions
Bruno Cardoso Lopes
2010-07-12
2
-0
/
+192
*
Apply the SSE dependence idiom for SSE unary operations to
Dan Gohman
2010-07-12
1
-0
/
+41
*
Add AVX 256-bit MOVMSK forms
Bruno Cardoso Lopes
2010-07-12
2
-0
/
+15
*
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
2
-3
/
+1
*
MC/AsmParser: Move .desc parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-1
/
+1
*
MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.
Daniel Dunbar
2010-07-12
2
-4
/
+4
*
Add a lint check for mismatched return types, inspired by PR6944.
Dan Gohman
2010-07-12
1
-0
/
+9
*
Nope, still breaks the release selfhost bots :(
Benjamin Kramer
2010-07-12
1
-13
/
+0
*
Reapply the "or" half of r108136, which seems to be less problematic.
Benjamin Kramer
2010-07-12
1
-0
/
+13
*
Revert r108141 again, sigh.
Benjamin Kramer
2010-07-12
2
-27
/
+0
*
Reapply 108136 with an ugly pasto fixed.
Benjamin Kramer
2010-07-12
2
-0
/
+27
*
Revert r108136 until I figure out why it broke selfhost.
Benjamin Kramer
2010-07-12
2
-28
/
+0
*
instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...
Benjamin Kramer
2010-07-12
2
-0
/
+28
*
fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector
Chris Lattner
2010-07-12
1
-0
/
+11
*
if jump threading is able to infer interesting values on both
Chris Lattner
2010-07-12
1
-0
/
+24
*
fix PR7429, a crash turning a load from a string into a float.
Chris Lattner
2010-07-12
1
-0
/
+13
*
convert to filechecconvert to filecheckk
Chris Lattner
2010-07-12
1
-10
/
+10
*
merge two tests.
Chris Lattner
2010-07-12
2
-11
/
+11
*
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
2
-4
/
+3
*
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-11
1
-1
/
+23
*
Fix this test.
Dan Gohman
2010-07-10
1
-2
/
+2
*
FileCheckize inline asm FP stack tests
Jakob Stoklund Olesen
2010-07-10
4
-19
/
+89
*
Add an explicit triple to make this test behave consistently.
Dan Gohman
2010-07-10
1
-1
/
+1
*
Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.
Dan Gohman
2010-07-10
1
-1
/
+1
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
3
-9
/
+40
*
Add AVX 256-bit packed MOVNT variants
Bruno Cardoso Lopes
2010-07-09
2
-0
/
+25
*
Add AVX 256-bit unpack and interleave
Bruno Cardoso Lopes
2010-07-09
2
-0
/
+64
*
Fix a few tests
Jakob Stoklund Olesen
2010-07-09
1
-60
/
+60
*
In the presence of variable sized objects, allocate an emergency spill slot.
Jim Grosbach
2010-07-09
1
-2
/
+2
*
Add a target triple.
Dan Gohman
2010-07-09
1
-1
/
+1
*
Fix MachineLICM to actually visit inner loops.
Dan Gohman
2010-07-09
1
-0
/
+89
*
Start the support for AVX instructions with 256-bit %ymm registers. A couple of
Bruno Cardoso Lopes
2010-07-09
2
-0
/
+98
*
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
2
-7
/
+9
[next]