summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-08
* Add line tracking support to FormattedStream Daniel Malea2013-05-08
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
* 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
* 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
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* This exposes more MCJIT options via the C API:Filip Pizlo2013-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
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Fix silly typo that broke big endian hosts.Rafael Espindola2013-04-15
* Fix endianness on some MSVC versions.Rafael Espindola2013-04-15
* Try to fix the mingw builds.Rafael Espindola2013-04-15
* Remove unused function.Rafael Espindola2013-04-15
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Add missing relocation namesNico Rieck2013-04-12
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-10
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-09
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-01
* Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant2013-03-28
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-27
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-26
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis2013-03-22
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-22
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-20
* Remove unneeded #includes.Jakub Staszak2013-03-18
* Remove trailing spaces.Jakub Staszak2013-03-18
* Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger2013-03-14
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* Generalize my previous fix for -print-options.Andrew Trick2013-03-06
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-28
* Suppressing MSVC warnings; patch thanks to Peng Cheng!Aaron Ballman2013-02-27
* Slight cosmetic fixesEli Bendersky2013-02-26
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-25
* Limit cast machinery to preserve const and not accept temporariesDavid Blaikie2013-02-21
* Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie2013-02-21