aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-11Correct parameter name in doc comment to match declaration.David Blaikie
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola
2013-05-10PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie
2013-05-10Remove unused argument.Rafael Espindola
2013-05-09Documentation warning: \param, not \parmDmitri Gribenko
2013-05-09Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose
2013-05-09Avoid runtime type checks.Rafael Espindola
2013-05-09Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola
2013-05-09Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola
2013-05-08Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko
2013-05-08Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea
2013-05-08Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea
2013-05-08Add line tracking support to FormattedStream Daniel Malea
2013-05-08[PowerPC] Add some missing PPC64 relocsUlrich Weigand
2013-05-07Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick
2013-05-06Support command line option categories.Andrew Trick
2013-05-06Provide InstCombines for the following 3 cases:Jean-Luc Duprat
2013-05-06Fix formatting. Patch by o11c.Duncan Sands
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-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05PatternMatch: Fix documentation - 'function' not 'attribute'Arnold Schwaighofer
2013-05-05PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
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-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-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