aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-04Don't store the context in the Linker.Rafael Espindola
2013-05-04Remove unused members and constructor arguments.Rafael Espindola
2013-05-04Delete dead code from the linker.Rafael Espindola
2013-05-04Use consistent function names.Krzysztof Parzyszek
2013-05-04Tabs to spaces. No functionality change.Nick Lewycky
2013-05-03Revert r181009.Amara Emerson
2013-05-03Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler
2013-05-03[PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand
2013-05-03[PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand
2013-05-03[PowerPC] Add some Book II instructions to AsmParserUlrich Weigand
2013-05-03[PowerPC] Support extended mnemonics in AsmParserUlrich Weigand
2013-05-03[PowerPC] Add assembler parserUlrich Weigand
2013-05-03Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang
2013-05-03[mips] Split the DSP control register and define one register for each field ofAkira Hatanaka
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem
2013-05-03R600: Expand vector or, shl, srl, and xor nodesTom Stellard
2013-05-03R600: BFI_INT is a vector-only instructionTom Stellard
2013-05-03R600: Add pattern for SHA-256 Ma functionTom Stellard
2013-05-03R600: Clean up comments in Processors.tdTom Stellard
2013-05-03RegionInfo: Do not crash if unreachable block is foundTobias Grosser
2013-05-03[SystemZ] Add MCJIT supportRichard Sandiford
2013-05-03[SystemZ] Support System Z as host architectureUlrich Weigand
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson
2013-05-03[SystemZ] Add llvm::Triple::systemzRichard Sandiford
2013-05-03X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer
2013-05-03Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman
2013-05-03Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman
2013-05-03Fix missing include in Hexagon code for Release+AssertsReid Kleckner
2013-05-03In MC asm parsing, account for the possibility of whitespace withinJohn McCall
2013-05-02[mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka
2013-05-02reverting r180953Jyotsna Verma
2013-05-02R600: Signed literals are 64bits wideVincent Lejeune
2013-05-02R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune
2013-05-02R600: Improve asmPrint of ALU clauseVincent Lejeune
2013-05-02R600: Prettier asmPrint of AluVincent Lejeune
2013-05-02Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma
2013-05-02[GV] Remove dead code which is really difficult to decipher.Shuxin Yang
2013-05-02Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar
2013-05-02[mips] Fix the head Mips16RegisterInfo.cpp commentRichard Sandiford
2013-05-02Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma
2013-05-02R600: Use new tablegen syntax for patternsTom Stellard
2013-05-02R600/SI: remove nonsense select patternTom Stellard
2013-05-0280-col fixup.Michael Liao
2013-05-02Avoid duplicating logic on frame register selecting when lowering eh_returnMichael Liao
2013-05-02Avoid duplicating logic on frame register selecting when lowering frameaddrMichael Liao
2013-05-02TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng
2013-05-01[mips] Rename class and functions. Simplify code.Akira Hatanaka
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma