summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Merge branch 'release_33' of git://github.com/llvm-mirror/llvm into embtk-sup...Abdoulaye Walsimou Gaye2013-06-12
|\
| * Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...Andrew Trick2013-05-31
| * Merging r182394:Bill Wendling2013-05-29
| * Merging r181864:Bill Wendling2013-05-17
* | [Embtk]: Give ability to specify default target ABI at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] Give ability to specify default linker hash-style at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] give ability to specify default FPU to use at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] complete configure time default for -mcpuAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2013-05-10
|/
* 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
* [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
* Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo2013-05-01
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Fix file header comment.Filip Pizlo2013-05-01
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* get rid of windows warning:Peng Cheng2013-05-01
* get rid of windows warning:Peng Cheng2013-05-01
* replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng2013-05-01
* fix windows warning. Peng Cheng2013-05-01
* use static_cast to get rid of windows warning. Peng Cheng2013-05-01
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-01
* Correct comment: there is no numTys parameter any more now that this is usingDuncan Sands2013-05-01
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-30