aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-04[XCore] Remove unused operand type.Richard Osborne
2013-05-04[XCore] Make use of the target independent global address offset folding.Richard Osborne
2013-05-04[XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne
2013-05-04[XCore] Move lowering of thread local storage to a separate pass.Richard Osborne
2013-05-04AArch64: assert code model is small for TLS accessesTim Northover
2013-05-04AArch64: support literal pool access in large memory model.Tim Northover
2013-05-04AArch64: support large code model for jump-tablesTim Northover
2013-05-04AArch64: implement support for blockaddress in large code modelTim Northover
2013-05-04AArch64: implement large code model access to global variables.Tim Northover
2013-05-04[XCore] Use static relocation model by default.Richard Osborne
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover
2013-05-04Optimize llvm-link too.Rafael Espindola
2013-05-04Fix a performance bug in the Linker.Rafael Espindola
2013-05-04Implement Linker::LinkModules with Linker::linkInModule.Rafael Espindola
2013-05-04Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.Rafael Espindola
2013-05-04Last batch of cleanups to Linker.h.Rafael Espindola
2013-05-04Don't construct or delete a module on the Linker.Rafael Espindola
2013-05-04Don't store the context in the Linker.Rafael Espindola
2013-05-04Remove unused members and constructor arguments.Rafael Espindola
2013-05-04Add missing header.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-03Delete test instead.Amara Emerson
2013-05-03Temporarily disable failing test.Amara Emerson
2013-05-03Remove this hack. We can support this better with function attributes.Bill Wendling
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-03Autoconf: Compile cxxabi.h in C++ mode.Benjamin Kramer
2013-05-03RegionInfo: Do not crash if unreachable block is foundTobias Grosser
2013-05-03CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer
2013-05-03Remove comment that no target supports 128-bit IEEE floatsRichard Sandiford
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 ELF relocation supportRichard Sandiford
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