aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [XCore] Add LDAPB instructions.Richard Osborne2013-05-051-3/+13
* [XCore] Update LDAP to use pcrel_imm.Richard Osborne2013-05-051-3/+3
* [XCore] Rename calltarget -> pcrel_imm.Richard Osborne2013-05-051-6/+6
* [XCore] Add BLRB instructions.Richard Osborne2013-05-051-0/+7
* [XCore] Remove '-' from back branch asm syntax.Richard Osborne2013-05-052-6/+18
* InlineSpiller: Remove quadratic behavior.Benjamin Kramer2013-05-051-8/+11
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-053-34/+105
* Remove a recently redundant transform from X86ISelLowering.David Majnemer2013-05-051-11/+0
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-051-22/+69
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-051-2/+2
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-051-32/+19
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-0515-24/+23
* whitespaceNadav Rotem2013-05-041-2/+2
* Fix an odd comment.Nadav Rotem2013-05-041-2/+1
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-041-1/+1
* AArch64: implement 64-bit absolute relocation in MCJITTim Northover2013-05-041-0/+5
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-043-2/+84
* AArch64: implement relocations for global accessTim Northover2013-05-041-0/+31
* AArch64: implement first relocation required for MCJITTim Northover2013-05-043-0/+45
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-041-1/+1
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-041-1/+1
* Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne2013-05-041-1/+1
* [XCore] Remove unused operand type.Richard Osborne2013-05-041-1/+0
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-046-98/+41
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-042-81/+56
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-046-55/+158
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-041-0/+2
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-041-20/+48
* AArch64: support large code model for jump-tablesTim Northover2013-05-041-5/+18
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-041-11/+20
* AArch64: implement large code model access to global variables.Tim Northover2013-05-047-14/+126
* [XCore] Use static relocation model by default.Richard Osborne2013-05-044-5/+11
* 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