aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-04Delete dead code from the linker.Rafael Espindola
2013-05-03Revert r181009.Amara Emerson
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-03[mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka
2013-05-03In MC asm parsing, account for the possibility of whitespace withinJohn McCall
2013-05-02Replaced usages of size_type with size_t to be more consistent.Aaron Ballman
2013-05-02Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-05-01Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01Fix file header comment.Filip Pizlo
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-05-01get rid of windows warning:Peng Cheng
2013-05-01get rid of windows warning:Peng Cheng
2013-05-01replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng
2013-05-01fix windows warning. Peng Cheng
2013-05-01use static_cast to get rid of windows warning. Peng Cheng
2013-05-01Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola
2013-05-01Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30Change getSlotIndex to return unsigned.Rafael Espindola
2013-04-30Fix Addend computation for non external relocations on Macho.Rafael Espindola
2013-04-29Emit the TLS initialization function pointers into the correct section.Bill Wendling
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29Remove unused method.Rafael Espindola
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-27Regen.Eric Christopher
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-27Add target flags to MachineMemOperands.Andrew Trick
2013-04-27whitespaceAndrew Trick
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola