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