aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
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-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
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Simplify code. No functionality change.Jakub Staszak
2013-02-19Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-16[ELF] Add STN_UNDEF.Michael J. Spencer
2013-02-13llvm-gcc -pedantic warns about C++ comments in C90 mode even if they'reAlex Rosenberg
2013-02-13Fix MSan annotations inclusion guard.Evgeniy Stepanov
2013-02-12This patch just fixes up various llvm formattingJack Carter
2013-02-11[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer
2013-02-06[Support][ErrorOr] Add support for convertable types.Michael J. Spencer
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-02-05Be consistent about the field name - AddressSize, not PointerSize. AddEli Bendersky
2013-02-05Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick
2013-02-05Support: ensure proper state in ErrorOr copy ctors before calling 'get'Meador Inge
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter