aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-06[SystemZ] Add back endUlrich Weigand
2013-05-06[SystemZ] Define DWARF encodingUlrich Weigand
2013-05-06[PowerPC] Fix memory corruption in AsmParserUlrich Weigand
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-06Update the comment to mention that we use TTI.Nadav Rotem
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-05ARM AnalyzeBranch should conservatively return true when it sees a predicatedEvan Cheng
2013-05-05Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng
2013-05-05LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer
2013-05-05[XCore] Add LDAPB instructions.Richard Osborne
2013-05-05[XCore] Update LDAP to use pcrel_imm.Richard Osborne
2013-05-05[XCore] Rename calltarget -> pcrel_imm.Richard Osborne
2013-05-05[XCore] Add BLRB instructions.Richard Osborne
2013-05-05[XCore] Remove '-' from back branch asm syntax.Richard Osborne
2013-05-05InlineSpiller: Remove quadratic behavior.Benjamin Kramer
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-04whitespaceNadav Rotem
2013-05-04Fix an odd comment.Nadav Rotem
2013-05-04AArch64: enable MCJIT and tests now that everything passes.Tim Northover
2013-05-04AArch64: implement 64-bit absolute relocation in MCJITTim Northover
2013-05-04AArch64: add stubs to support long function calls on MCJITTim Northover
2013-05-04AArch64: implement relocations for global accessTim Northover
2013-05-04AArch64: implement first relocation required for MCJITTim Northover
2013-05-04Build system changes to enable MCJIT on AArch64Tim Northover
2013-05-04AArch64: use __clear_cache under GCCish environmentsTim Northover
2013-05-04Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne
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-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