summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Merge branch 'master' into embtk-support-masterAbdoulaye Walsimou Gaye2013-05-12
|\
| * Correct parameter name in doc comment to match declaration.David Blaikie2013-05-11
| * Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
| * PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
| * Remove unused argument.Rafael Espindola2013-05-10
* | Merge branch 'master' into embtk-support-masterAbdoulaye Walsimou Gaye2013-05-10
|\|
| * Documentation warning: \param, not \parmDmitri Gribenko2013-05-09
| * Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-09
| * Avoid runtime type checks.Rafael Espindola2013-05-09
| * Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
| * Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
| * Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-08
| * Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
| * Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-08
| * Add line tracking support to FormattedStream Daniel Malea2013-05-08
| * [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
| * Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
| * Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
| * Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-06
| * Support command line option categories.Andrew Trick2013-05-06
| * Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-06
| * Fix formatting. Patch by o11c.Duncan Sands2013-05-06
| * Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
| * Add EH support to the MCJIT.Rafael Espindola2013-05-05
| * For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-05
| * PatternMatch: Fix documentation - 'function' not 'attribute'Arnold Schwaighofer2013-05-05
| * PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-05
| * Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
| * Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
| * Fix a performance bug in the Linker.Rafael Espindola2013-05-04
| * Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
| * Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
| * Don't store the context in the Linker.Rafael Espindola2013-05-04
| * Remove unused members and constructor arguments.Rafael Espindola2013-05-04
| * Delete dead code from the linker.Rafael Espindola2013-05-04
| * Revert r181009.Amara Emerson2013-05-03
| * Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
| * [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
| * [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-03
* | [Embtk]: Give ability to specify default target ABI at configure timeAbdoulaye Walsimou Gaye2013-05-07
* | [Embtk] Give ability to specify default linker hash-style at configure timeAbdoulaye Walsimou Gaye2013-05-05
* | [Embtk] give ability to specify default FPU to use at configure timeAbdoulaye Walsimou Gaye2013-05-05
* | [Embtk] complete configure time default for -mcpuAbdoulaye Walsimou Gaye2013-05-05
* | [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2013-05-05
* | [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2013-05-05
|/
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-03
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-03
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-02
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-02
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01