aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-07-09Prune some arch-specific MC InstPrinter (.s printing), from sandboxed transla...Jan Voung
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
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-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-03[SystemZ] Add ELF relocation supportRichard Sandiford
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
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-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-04-15Fix silly typo that broke big endian hosts.Rafael Espindola
2013-04-15Fix endianness on some MSVC versions.Rafael Espindola
2013-04-15Try to fix the mingw builds.Rafael Espindola
2013-04-15Remove unused function.Rafael Espindola
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-04-12Add missing relocation namesNico Rieck
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2013-04-10Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher
2013-04-09Update the version of dwarf we say we're emitting to at least 3.Eric Christopher
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-01unindent the file to follow coding standards, change class doc commentChris Lattner
2013-03-28Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier
2013-03-27Cleanup the simplify_type implementation.Rafael Espindola
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger
2013-03-22Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2013-03-18Remove unneeded #includes.Jakub Staszak
2013-03-18Remove trailing spaces.Jakub Staszak
2013-03-14Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger
2013-03-14[Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-06Generalize my previous fix for -print-options.Andrew Trick
2013-02-28[Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer
2013-02-27Suppressing MSVC warnings; patch thanks to Peng Cheng!Aaron Ballman
2013-02-26Slight cosmetic fixesEli Bendersky
2013-02-25Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt
2013-02-21Limit cast machinery to preserve const and not accept temporariesDavid Blaikie
2013-02-21Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter