aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-02-17[XCore] Add missing u6 / lu6 instructions.Richard Osborne
2013-02-17Return false instead of 0.Jakub Staszak
2013-02-17AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer
2013-02-17Make the visibility of LLVMPPCCompilationCallback work with GCC.Benjamin Kramer
2013-02-16Clean up mips16 td file in preparation for massive pseudo lowering work.Reed Kotler
2013-02-16TypoRenato Golin
2013-02-16One more try to make this look nice. I have lots of pseudo lowering Reed Kotler
2013-02-16[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.NAKAMURA Takumi
2013-02-16Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding t...NAKAMURA Takumi
2013-02-16Minor cleanups. No functionality change.Jakub Staszak
2013-02-16R600/SI: Add pattern to simplify i64 loadingChristian Konig
2013-02-16R600/SI: nuke SReg_1 v3Christian Konig
2013-02-16R600/SI: cleanup literal handling v3Christian Konig
2013-02-16R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig
2013-02-16R600/SI: fix VOPC encoding v2Christian Konig
2013-02-16R600/SI: move *_Helper definitions to SIInstrFormat.tdChristian Konig
2013-02-16R600/SI: remove some more unused codeChristian Konig
2013-02-16R600/structurizer: improve inverting conditionsChristian Konig
2013-02-16R600/structurizer: improve loop handlingChristian Konig
2013-02-16R600/structurizer: improve finding condition valuesChristian Konig
2013-02-16R600/structurizer: improve PHI value findingChristian Konig
2013-02-16R600/structurizer: add class to find the Nearest Common DominatorChristian Konig
2013-02-16Use a different scheme to chose 16/32 variants. This scheme is moreReed Kotler
2013-02-16Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling
2013-02-16[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier
2013-02-16[mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka
2013-02-15Don't fold negative constants into addresss displacements for memory referencesDerek Schuff
2013-02-15Temporary revert of 175320.Bill Wendling
2013-02-15Reinitialize the ivars in the subtarget.Bill Wendling
2013-02-15Support changing the subtarget features in ARM.Bill Wendling
2013-02-15Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling
2013-02-15[ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier
2013-02-15[mips] Clean up class MipsCCInfo.Akira Hatanaka
2013-02-15[mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler
2013-02-15Hexagon: Set appropriate TSFlags to the loads/stores with global address toJyotsna Verma
2013-02-15AArch64: add branch fixup pass.Tim Northover
2013-02-15Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola
2013-02-15Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-15AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover
2013-02-15AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover
2013-02-15Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler
2013-02-14[mips] Disallow moving load/store instructions past volatile instructions.Akira Hatanaka
2013-02-14[mips] Replace usage of SmallSet with BitVector, which is used to keep track ofAkira Hatanaka
2013-02-14[mips] Fix comments and coding style violations. Declare functions to be const.Akira Hatanaka
2013-02-14The ARM NEON vector compare instructions take three arguments. However, the Joel Jones
2013-02-14The operand listing is very much outdated.Eli Bendersky
2013-02-14[mips] Simplify code in function Filler::findDelayInstr.Akira Hatanaka
2013-02-14Simplify code. Remove "else after return".Jakub Staszak