aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Simplify code. No functionality change.Jakub Staszak2013-02-191-4/+2
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-191-6/+9
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-1/+0
* [ELF] Add STN_UNDEF.Michael J. Spencer2013-02-161-0/+5
* llvm-gcc -pedantic warns about C++ comments in C90 mode even if they'reAlex Rosenberg2013-02-131-1/+1
* Fix MSan annotations inclusion guard.Evgeniy Stepanov2013-02-131-1/+1
* This patch just fixes up various llvm formattingJack Carter2013-02-121-9/+9
* [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer2013-02-111-0/+10
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-061-42/+94
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-2/+11
* Be consistent about the field name - AddressSize, not PointerSize. AddEli Bendersky2013-02-051-9/+11
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-051-5/+3
* Support: ensure proper state in ErrorOr copy ctors before calling 'get'Meador Inge2013-02-051-7/+4
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-051-1/+2
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-051-3/+5
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-4/+11
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-031-0/+13
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+91
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+18
* LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko2013-01-301-2/+0
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-0/+230
* This patch implements runtime ARM specificJack Carter2013-01-301-1/+9
* Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner2013-01-251-1/+1
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-252-0/+17
* [ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer2013-01-241-1/+2
* [Support][ErrorOr] Don't use nullptr :(Michael J. Spencer2013-01-231-6/+6
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-231-1/+98
* [Support][ErrorOr] Make old gcc happy.Michael J. Spencer2013-01-221-1/+1
* Fix truncation of relocation types in Support/ELF.hTim Northover2013-01-221-14/+14
* Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi2013-01-211-2/+2
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-203-0/+373
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-1/+6
* Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman2013-01-171-2/+0
* Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman2013-01-171-2/+0
* Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman2013-01-161-1/+1
* [Support] Include the intrisics header and check for definition properly.Michael J. Spencer2013-01-161-2/+6
* [Support] Add MSVC intrinsic for CountPopulation.Michael J. Spencer2013-01-161-0/+4
* [Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer2013-01-161-2/+4
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-0/+4
* [Support] Add LLVM_CONSTEXPR.Michael J. Spencer2013-01-151-0/+6
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-17/+17
* Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko2013-01-111-0/+9
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-101-11/+59
* Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi2013-01-101-0/+1
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-101-0/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-1040-84/+84
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-0/+3
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-0/+1
* add hexagon flags in ELF.hShankar Easwaran2013-01-091-2/+8
* Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek2013-01-091-10/+13