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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
26
-618
/
+0
*
Avoid isMoveInstr when printing XCore pseudo-moves.
Jakob Stoklund Olesen
2010-07-16
1
-7
/
+5
*
Use MI.isCopy.
Jakob Stoklund Olesen
2010-07-16
1
-4
/
+2
*
Use a small local function for a single remaining late isMoveInstr call in
Jakob Stoklund Olesen
2010-07-16
1
-24
/
+42
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
12
-21
/
+21
*
Keep valgrind quiet.
Jakob Stoklund Olesen
2010-07-16
1
-1
/
+6
*
Emit COPY instead of FMR/FMSD instructions for floating point conversion on
Jakob Stoklund Olesen
2010-07-16
2
-12
/
+9
*
Add missing attributes to cpp backend.
Eli Friedman
2010-07-16
1
-1
/
+9
*
Accept registers with P modifier. PR 5314.
Dale Johannesen
2010-07-16
1
-0
/
+4
*
Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory
Jakob Stoklund Olesen
2010-07-16
1
-0
/
+19
*
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-07-16
7
-182
/
+1
*
Search for a free FP register instead of just assuming FP7 is not in use.
Jakob Stoklund Olesen
2010-07-16
1
-6
/
+12
*
Allow x87 FP registers to be alive globally in a function.
Jakob Stoklund Olesen
2010-07-16
2
-37
/
+389
*
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
4
-24
/
+20
*
fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3,
Chris Lattner
2010-07-15
1
-1
/
+1
*
Random note about bswap.
Eli Friedman
2010-07-15
1
-0
/
+26
*
Last COPY conversion.
Jakob Stoklund Olesen
2010-07-14
1
-3
/
+2
*
Remove restriction on NEON alignment values. Some of the NEON ld/st
Bob Wilson
2010-07-14
3
-9
/
+4
*
Use TargetOpcode::COPY instead of X86-native register copy instructions when
Jakob Stoklund Olesen
2010-07-14
2
-30
/
+27
*
fix indentation
Chris Lattner
2010-07-14
1
-9
/
+7
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
24
-41
/
+42
*
Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,
Chris Lattner
2010-07-14
2
-100
/
+8
*
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
2
-11
/
+40
*
Add missing address register update to t2LDM_RET instruction.
Bob Wilson
2010-07-14
1
-1
/
+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
*
fix a bug found by a warning I added to clang this morning.
Chris Lattner
2010-07-14
1
-1
/
+1
*
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
1
-1
/
+1
*
Add AVX 256-bit compare instructions and a bunch of testcases
Bruno Cardoso Lopes
2010-07-13
1
-0
/
+10
*
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
*
Added a check that pusha cannot be encoded in 64-bit mode.
Kevin Enderby
2010-07-13
1
-0
/
+2
*
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
*
rotate CallInst operands
Gabor Greif
2010-07-13
1
-5
/
+5
*
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
*
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
*
Apply the SSE dependence idiom for SSE unary operations to
Dan Gohman
2010-07-12
1
-2
/
+8
*
Remove some code that doesn't appear to do anything. All the ARM call
Bob Wilson
2010-07-12
1
-5
/
+0
*
Add AVX 256-bit MOVMSK forms
Bruno Cardoso Lopes
2010-07-12
1
-0
/
+6
[next]