aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
...
* update mach-o EXPORT_SYMBOL_* namesNick Kledzik2013-10-081-2/+2
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-0/+3
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+11
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-11/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+11
* [Mips] Add MIPS program header types.Simon Atanasyan2013-10-061-1/+6
* Program.h: Fix \Note into \note. [-Wdocumentation]NAKAMURA Takumi2013-10-021-2/+2
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-7/+55
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-271-1/+7
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-235-21/+35
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-4/+3
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-3/+2
* Fixed warningRichard Mitton2013-09-191-1/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+2
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-9/+8
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-7/+13
* Unbreak C++03 build.Benjamin Kramer2013-09-191-4/+6
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-31/+42
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-191-21/+18
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+3
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-131-1/+0
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-1/+22
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-5/+8
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-111-0/+7
* Support ANSI escape code on WindowsNico Rieck2013-09-111-0/+6
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+7
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+17
* Formatting.Eric Christopher2013-09-091-2/+2
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-092-1128/+0
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-5/+8
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-0/+26
* Rename enums to match convention and remove superfluous "dwarf" in names.Eric Christopher2013-09-051-2/+2
* Fix typos in assert message.Nick Lewycky2013-09-051-1/+1
* Clean up some whitespace and comment formatting.Eric Christopher2013-09-051-21/+18
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-041-0/+9
* Move default dwarf version enum into the llvm dwarf constants ratherEric Christopher2013-09-041-3/+2
* fix typo in enum nameNick Kledzik2013-09-041-1/+1
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-041-0/+62
* Use Intrinsic::ID for the pattern match templates, fixing a signed/unsignedEric Christopher2013-09-041-6/+6
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-031-1/+1
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-291-3/+0
* isCharInSet refactoring.Alexander Kornienko2013-08-291-61/+62
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-281-6/+9
* Add an assertion to the fixed-size allocator to ensure that we don't requestJoey Gouly2013-08-271-1/+2
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-256/+533
* [Support] fix compile with -WerrorSaleem Abdulrasool2013-08-241-1/+1
* [Support] add missing enumeration valuesSaleem Abdulrasool2013-08-241-1/+4
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-211-0/+7
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-211-1/+3
* Fix include guards.Jakub Staszak2013-08-201-2/+2