summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* 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
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Simplify code. No functionality change.Jakub Staszak2013-02-19
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-19
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* [ELF] Add STN_UNDEF.Michael J. Spencer2013-02-16
* llvm-gcc -pedantic warns about C++ comments in C90 mode even if they'reAlex Rosenberg2013-02-13
* Fix MSan annotations inclusion guard.Evgeniy Stepanov2013-02-13
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer2013-02-11
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-06
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-05
* Be consistent about the field name - AddressSize, not PointerSize. AddEli Bendersky2013-02-05
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-05
* Support: ensure proper state in ErrorOr copy ctors before calling 'get'Meador Inge2013-02-05
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-05
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-05
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-04
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-03
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-31
* LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko2013-01-30
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner2013-01-25