summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a performance bug in the Linker.Rafael Espindola2013-05-04
* Implement Linker::LinkModules with Linker::linkInModule.Rafael Espindola2013-05-04
* Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola2013-05-04
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
* Don't store the context in the Linker.Rafael Espindola2013-05-04
* Remove unused members and constructor arguments.Rafael Espindola2013-05-04
* Delete dead code from the linker.Rafael Espindola2013-05-04
* Use consistent function names.Krzysztof Parzyszek2013-05-04
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-04
* Revert r181009.Amara Emerson2013-05-03
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-03
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-03
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-03
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-03
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-03
* [PowerPC] Add assembler parserUlrich Weigand2013-05-03
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-03
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-03
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-03
* R600: Expand vector or, shl, srl, and xor nodesTom Stellard2013-05-03
* R600: BFI_INT is a vector-only instructionTom Stellard2013-05-03
* R600: Add pattern for SHA-256 Ma functionTom Stellard2013-05-03
* R600: Clean up comments in Processors.tdTom Stellard2013-05-03
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-03
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-03
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-03
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-03
* Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman2013-05-03
* Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman2013-05-03
* Fix missing include in Hexagon code for Release+AssertsReid Kleckner2013-05-03
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-03
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-02
* reverting r180953Jyotsna Verma2013-05-02
* R600: Signed literals are 64bits wideVincent Lejeune2013-05-02
* R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2013-05-02
* R600: Improve asmPrint of ALU clauseVincent Lejeune2013-05-02
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-02
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-02
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-02
* Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar2013-05-02
* [mips] Fix the head Mips16RegisterInfo.cpp commentRichard Sandiford2013-05-02
* Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma2013-05-02
* R600: Use new tablegen syntax for patternsTom Stellard2013-05-02
* R600/SI: remove nonsense select patternTom Stellard2013-05-02
* 80-col fixup.Michael Liao2013-05-02
* Avoid duplicating logic on frame register selecting when lowering eh_returnMichael Liao2013-05-02
* Avoid duplicating logic on frame register selecting when lowering frameaddrMichael Liao2013-05-02