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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
2
-11
/
+40
*
Delete fast-isel's trivial load optimization; it breaks debugging because
Dan Gohman
2010-07-14
1
-31
/
+0
*
Add missing address register update to t2LDM_RET instruction.
Bob Wilson
2010-07-14
1
-1
/
+1
*
Rather than using an ifdef on the target to zero out fields,
Duncan Sands
2010-07-14
1
-4
/
+1
*
A couple potential optimizations inspired by comment 4 in PR6773.
Eli Friedman
2010-07-14
1
-0
/
+41
*
Fix for PR7193 was overly conservative. The only case where sibcall callee
Evan Cheng
2010-07-14
1
-6
/
+12
*
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
3
-7
/
+48
*
The bits in the cmode field of 32-bit VMOV immediate instructions all depend
Bob Wilson
2010-07-14
1
-2
/
+2
*
revert r108320, I see the failures now...
Chris Lattner
2010-07-14
1
-8
/
+0
*
reapply benjamin's instcombine patch, I don't see anything wrong with it and ...
Chris Lattner
2010-07-14
1
-0
/
+8
*
fix a bug found by a warning I added to clang this morning.
Chris Lattner
2010-07-14
1
-1
/
+1
*
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
2
-20
/
+43
*
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-14
1
-0
/
+29
*
Don't propagate debug locations to instructions for materializing
Dan Gohman
2010-07-14
2
-6
/
+9
*
Add AVX 256-bit compare instructions and a bunch of testcases
Bruno Cardoso Lopes
2010-07-13
1
-0
/
+10
*
Print VNInfo flags.
Jakob Stoklund Olesen
2010-07-13
1
-0
/
+4
*
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
3
-192
/
+78
*
AVX 256-bit conversion instructions
Bruno Cardoso Lopes
2010-07-13
4
-15
/
+105
*
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-13
1
-3
/
+5
*
Added a check that pusha cannot be encoded in 64-bit mode.
Kevin Enderby
2010-07-13
1
-0
/
+2
*
Add an assertion to make PR7542 fail consistently.
Jakob Stoklund Olesen
2010-07-13
1
-0
/
+1
*
Add support for empty named metadata too. This isn't particularly
Dan Gohman
2010-07-13
1
-12
/
+13
*
Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
Jakob Stoklund Olesen
2010-07-13
1
-10
/
+2
*
Add support for empty metadata nodes: !{}.
Dan Gohman
2010-07-13
3
-3
/
+9
*
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
3
-71
/
+240
*
Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).
Evan Cheng
2010-07-13
2
-1
/
+7
*
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2010-07-13
1
-1
/
+1
*
Grammar.
Eric Christopher
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
-13
/
+35
*
rotate CallInst operands
Gabor Greif
2010-07-13
2
-7
/
+8
*
Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to
Bob Wilson
2010-07-13
4
-77
/
+84
*
my work on adding segment registers to LEA missed the
Chris Lattner
2010-07-13
1
-12
/
+3
*
Add AVX 256-bit packed logical forms
Bruno Cardoso Lopes
2010-07-13
1
-0
/
+19
*
Add AVX 256-bit unop arithmetic instructions
Bruno Cardoso Lopes
2010-07-13
1
-53
/
+86
*
Since AVX is a superset of all SSE versions, only use HasAVX for AVX instruct...
Bruno Cardoso Lopes
2010-07-13
2
-81
/
+77
*
Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,
Jakob Stoklund Olesen
2010-07-13
1
-38
/
+32
*
Move some SIMD fragment code into X86InstrFragmentsSIMD so that the
David Greene
2010-07-12
2
-336
/
+336
*
Add AVX 256 binary arithmetic instructions
Bruno Cardoso Lopes
2010-07-12
1
-7
/
+23
*
More refactoring of basic SSE arith instructions. Open room for 256-bit instr...
Bruno Cardoso Lopes
2010-07-12
1
-207
/
+158
*
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
Daniel Dunbar
2010-07-12
3
-43
/
+71
*
MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.
Daniel Dunbar
2010-07-12
3
-728
/
+766
*
Apply the SSE dependence idiom for SSE unary operations to
Dan Gohman
2010-07-12
1
-2
/
+8
*
MC/AsmParser: Move .section parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-13
/
+10
*
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-158
/
+316
*
Remove some code that doesn't appear to do anything. All the ARM call
Bob Wilson
2010-07-12
1
-5
/
+0
*
MC/AsmParser: Add a basic ELFAsmParser extension.
Daniel Dunbar
2010-07-12
1
-0
/
+45
*
Add AVX 256-bit MOVMSK forms
Bruno Cardoso Lopes
2010-07-12
1
-0
/
+6
*
MC/AsmParser: Inline AsmParser::CreateSymbol into callers.
Daniel Dunbar
2010-07-12
1
-11
/
+6
*
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-26
/
+30
*
MC/AsmParser: Move .desc parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-7
/
+8
[next]