summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-04
* AArch64: implement relocations for global accessTim Northover2013-05-04
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-04
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-04
* Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne2013-05-04
* [XCore] Remove unused operand type.Richard Osborne2013-05-04
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-04
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-04
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-04
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-04
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-04
* AArch64: support large code model for jump-tablesTim Northover2013-05-04
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-04
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* [XCore] Use static relocation model by default.Richard Osborne2013-05-04
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* Optimize llvm-link too.Rafael Espindola2013-05-04
* 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
* Add missing header.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
* Delete test instead.Amara Emerson2013-05-03
* Temporarily disable failing test.Amara Emerson2013-05-03
* Remove this hack. We can support this better with function attributes.Bill Wendling2013-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
* Autoconf: Compile cxxabi.h in C++ mode.Benjamin Kramer2013-05-03
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-03
* CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer2013-05-03
* Remove comment that no target supports 128-bit IEEE floatsRichard Sandiford2013-05-03