summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Fix style and a typoBruno Cardoso Lopes2011-02-18
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-18
* add a poor division by constant case.Chris Lattner2011-02-18
* Recognize monitor/mwait with explicit register argumentsJoerg Sonnenberger2011-02-18
* Recognize leavel and leaveq aliases for leave.Joerg Sonnenberger2011-02-17
* [AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene2011-02-17
* The labyrinthine X86 backend no longer appears to requireDan Gohman2011-02-17
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Fix whitespace.NAKAMURA Takumi2011-02-17
* This has been implemented.Duncan Sands2011-02-17
* add some notes on compares + binops. Remove redundant entries.Chris Lattner2011-02-17
* Add a few missed xforms from GCC PR14753Chris Lattner2011-02-16
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-16
* Remove outdated README entry.Eli Friedman2011-02-16
* Remove outdated README entry.Eli Friedman2011-02-16
* Update README entry.Eli Friedman2011-02-16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng2011-02-16
* Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...Jakob Stoklund Olesen2011-02-15
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson2011-02-14
* A fail to match coprocessor number and register number must fail instead of a...Bruno Cardoso Lopes2011-02-14
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-14
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-13
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-12
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-12
* Add a note about SSE4.1 roundss/roundsd.Benjamin Kramer2011-02-12
* AsmMatcher custom operand parser failure enhancements.Jim Grosbach2011-02-12
* Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.Nate Begeman2011-02-11
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11
* Fix buggy fcopysign lowering.Evan Cheng2011-02-11
* [AVX] Implement 256-bit vector lowering for SCALAR_TO_VECTOR. ThisDavid Greene2011-02-10
* Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...Bruno Cardoso Lopes2011-02-10
* [AVX] Implement 256-bit vector lowering for EXTRACT_VECTOR_ELT.David Greene2011-02-10
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-10
* [AVX] Implement 256-bit vector lowering for INSERT_VECTOR_ELT.David Greene2011-02-09
* Add intrinsic for setc instruction on the XCore.Richard Osborne2011-02-09
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-08
* [AVX] Implement BUILD_VECTOR lowering for 256-bit vectors. ForDavid Greene2011-02-08
* Temporary workaround for a bad bug introduced by r121082 which replacedEvan Cheng2011-02-08
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-07
* Remove the MCR asm parser hack and start using the custom target specific asmBruno Cardoso Lopes2011-02-07
* [AVX] Insert/extract subvector lowering support. This includes aDavid Greene2011-02-07
* ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .oJason W Kim2011-02-07
* Fix an obvious typo which caused an isel assertion. rdar://8964854.Evan Cheng2011-02-07
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-07
* Change VLD3/4 and VST3/4 for quad registers to not update the address register.Bob Wilson2011-02-07