aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-091-3/+3
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-091-1/+2
* Avoid runtime type checks.Rafael Espindola2013-05-091-14/+40
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-16/+15
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-095-38/+55
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-081-3/+3
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-083-0/+8
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-081-0/+118
* Add line tracking support to FormattedStream Daniel Malea2013-05-081-9/+17
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-082-0/+16
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-072-7/+16
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-073-33/+1
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-0/+34
* Support command line option categories.Andrew Trick2013-05-061-8/+42
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-061-0/+6
* Fix formatting. Patch by o11c.Duncan Sands2013-05-061-18/+18
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-3/+13
* Add EH support to the MCJIT.Rafael Espindola2013-05-052-0/+9
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-051-8/+89
* PatternMatch: Fix documentation - 'function' not 'attribute'Arnold Schwaighofer2013-05-051-4/+4
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-051-11/+99
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-056-22/+25
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-044-4/+4
* Fix a performance bug in the Linker.Rafael Espindola2013-05-041-0/+3
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-041-78/+18
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-041-7/+0
* Don't store the context in the Linker.Rafael Espindola2013-05-041-1/+0
* Remove unused members and constructor arguments.Rafael Espindola2013-05-041-8/+3
* Delete dead code from the linker.Rafael Espindola2013-05-041-33/+0
* Revert r181009.Amara Emerson2013-05-032-525/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-032-0/+525
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-033-0/+165
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-031-0/+1
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-031-8/+8
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-031-1/+2
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-021-8/+8
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-021-0/+21
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-012-11/+57
* Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo2013-05-011-1/+1
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-1/+0
* Fix file header comment.Filip Pizlo2013-05-011-1/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-0113-126/+141
* get rid of windows warning:Peng Cheng2013-05-011-1/+2
* get rid of windows warning:Peng Cheng2013-05-011-1/+1
* replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng2013-05-011-9/+10
* fix windows warning. Peng Cheng2013-05-011-2/+2
* use static_cast to get rid of windows warning. Peng Cheng2013-05-011-1/+1
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-011-2/+1
* Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands2013-05-011-6/+5
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-45/+0