summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ...NAKAMURA Takumi2011-07-20
* Don't leak CodeGenInfos.Benjamin Kramer2011-07-20
* Change name of class.Akira Hatanaka2011-07-20
* Define classes for definitions of atomic instructions.Akira Hatanaka2011-07-20
* Lower memory barriers to sync instructions.Akira Hatanaka2011-07-19
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-19
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-19
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-19
* Change variable name.Akira Hatanaka2011-07-19
* ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-07-19
* Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL orAkira Hatanaka2011-07-19
* Use descriptive variable names. Akira Hatanaka2011-07-19
* ARM assembly parsing for MOV (register).Jim Grosbach2011-07-19
* Tidy up.Jim Grosbach2011-07-19
* Tighten conditional for 'mov' cc_out.Jim Grosbach2011-07-19
* ARM assembly parsing for MOV (immediate).Jim Grosbach2011-07-19
* Remove unused code.Jim Grosbach2011-07-19
* Fix comments.Akira Hatanaka2011-07-19
* Remove redundant instructions.Akira Hatanaka2011-07-19
* Separate code that modifies control flow from code that adds instruction to Akira Hatanaka2011-07-19
* ARM range checking for so_imm operands in assembly parsing.Jim Grosbach2011-07-19
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-19
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Add intrinsics for the zext / sext instructions.Richard Osborne2011-07-19
* Add intrinsics for the testct, testwct instructions.Richard Osborne2011-07-19
* Add intrinsics for the peek and endin instructions.Richard Osborne2011-07-19
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Make EmitAtomic functions return the correct MachineBasicBlocks so thatAkira Hatanaka2011-07-19
* Do not insert instructions in reverse order.Akira Hatanaka2011-07-19
* Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...Owen Anderson2011-07-18
* Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of theEvan Cheng2011-07-18
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause ...Owen Anderson2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Do not treat atomic.load.sub differently than other atomic binary intrinsics.Akira Hatanaka2011-07-18
* Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from Akira Hatanaka2011-07-18
* Re-apply r135319 with a fix for the constant island pass.Owen Anderson2011-07-18
* Be more smart with VCVTSS2SD. Also place the patterns close to theBruno Cardoso Lopes2011-07-18
* Add AVX 128-bit sqrt versionsBruno Cardoso Lopes2011-07-18
* Change destination register operands of SC instructions so that uniqueAkira Hatanaka2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Revert r135319 in an attempt to get to unbreak testers.Owen Anderson2011-07-16
* Add AVX 128-bit patterns for sint_to_fpBruno Cardoso Lopes2011-07-16
* Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...Owen Anderson2011-07-15
* Fix a couple of things:Bruno Cardoso Lopes2011-07-15
* Add a few patterns for 256-bit bitcasts. No testcases now, they areBruno Cardoso Lopes2011-07-15
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-15
* Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson2011-07-15