index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2010-07-16
Add missing attributes to cpp backend.
Eli Friedman
2010-07-16
Accept registers with P modifier. PR 5314.
Dale Johannesen
2010-07-16
Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory
Jakob Stoklund Olesen
2010-07-16
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-07-16
Search for a free FP register instead of just assuming FP7 is not in use.
Jakob Stoklund Olesen
2010-07-16
Allow x87 FP registers to be alive globally in a function.
Jakob Stoklund Olesen
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3,
Chris Lattner
2010-07-15
Random note about bswap.
Eli Friedman
2010-07-14
Last COPY conversion.
Jakob Stoklund Olesen
2010-07-14
Remove restriction on NEON alignment values. Some of the NEON ld/st
Bob Wilson
2010-07-14
Use TargetOpcode::COPY instead of X86-native register copy instructions when
Jakob Stoklund Olesen
2010-07-14
fix indentation
Chris Lattner
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,
Chris Lattner
2010-07-14
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
Add missing address register update to t2LDM_RET instruction.
Bob Wilson
2010-07-14
A couple potential optimizations inspired by comment 4 in PR6773.
Eli Friedman
2010-07-14
Fix for PR7193 was overly conservative. The only case where sibcall callee
Evan Cheng
2010-07-14
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
The bits in the cmode field of 32-bit VMOV immediate instructions all depend
Bob Wilson
2010-07-14
fix a bug found by a warning I added to clang this morning.
Chris Lattner
2010-07-14
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-14
Don't propagate debug locations to instructions for materializing
Dan Gohman
2010-07-13
Add AVX 256-bit compare instructions and a bunch of testcases
Bruno Cardoso Lopes
2010-07-13
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
AVX 256-bit conversion instructions
Bruno Cardoso Lopes
2010-07-13
Added a check that pusha cannot be encoded in 64-bit mode.
Kevin Enderby
2010-07-13
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).
Evan Cheng
2010-07-13
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2010-07-13
rotate CallInst operands
Gabor Greif
2010-07-13
Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to
Bob Wilson
2010-07-13
my work on adding segment registers to LEA missed the
Chris Lattner
2010-07-13
Add AVX 256-bit packed logical forms
Bruno Cardoso Lopes
2010-07-13
Add AVX 256-bit unop arithmetic instructions
Bruno Cardoso Lopes
2010-07-13
Since AVX is a superset of all SSE versions, only use HasAVX for AVX instruct...
Bruno Cardoso Lopes
2010-07-12
Move some SIMD fragment code into X86InstrFragmentsSIMD so that the
David Greene
2010-07-12
Add AVX 256 binary arithmetic instructions
Bruno Cardoso Lopes
2010-07-12
More refactoring of basic SSE arith instructions. Open room for 256-bit instr...
Bruno Cardoso Lopes
2010-07-12
Apply the SSE dependence idiom for SSE unary operations to
Dan Gohman
2010-07-12
Remove some code that doesn't appear to do anything. All the ARM call
Bob Wilson
2010-07-12
Add AVX 256-bit MOVMSK forms
Bruno Cardoso Lopes
2010-07-12
Check begin!=end, rather than !begin.
Dan Gohman
2010-07-12
Don't fast-isel an x87 comparison opcode, as fast-isel doesn't
Dan Gohman
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
Convert getLoadStoreRegOpcode to use a switch.
Rafael Espindola
2010-07-12
Convert the last use of getPhysicalRegisterRegClass and remove it.
Rafael Espindola
2010-07-12
A basic block that only uses RFP registers still needs the FP_REG_KILL marker.
Jakob Stoklund Olesen
2010-07-12
Convert the last getPhysicalRegisterRegClass in VirtRegRewriter.cpp to
Rafael Espindola
[next]