aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
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
2013-02-05[Support][ErrorOr] Add support for convertable types.Michael J. Spencer
2013-02-04Merge remote-tracking branch 'origin/master'Derek Schuff
2013-02-04Make some LLVM localmods compile when building with --disable-assertions.Jan Voung
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov
2013-02-03[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-31Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-30This patch implements runtime ARM specificJack Carter
2013-01-25Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2013-01-24[ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer
2013-01-23[Support][ErrorOr] Don't use nullptr :(Michael J. Spencer
2013-01-23[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer
2013-01-22[Support][ErrorOr] Make old gcc happy.Michael J. Spencer
2013-01-22Fix truncation of relocation types in Support/ELF.hTim Northover
2013-01-21Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi
2013-01-20[Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-17Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman
2013-01-17Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman
2013-01-16Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman