aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove unused variable."Rafael Espindola2013-11-121-0/+1
* Remove unused variable.Rafael Espindola2013-11-121-1/+0
* Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-111-2/+1
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-111-0/+9
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-061-0/+1
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-051-29/+7
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-2/+19
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-051-6/+17
* Simplify ErrorOr.Rafael Espindola2013-11-051-214/+5
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-6/+4
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+1
* [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-301-2/+24
* Remove declared but not implemented function.Rafael Espindola2013-10-291-11/+0
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+1
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-6/+2
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+28
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-251-1/+17
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-7/+1
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-1/+7
* Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.Zonr Chang2013-10-241-0/+1
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+3
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-2/+5
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-0/+11
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-221-3/+3
* Speling fixes.Benjamin Kramer2013-10-222-4/+4
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-2/+2
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-211-27/+68
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-29/+44
* Allow repeated registration again.Rafael Espindola2013-10-161-17/+0
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-62/+50
* Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.NAKAMURA Takumi2013-10-151-1/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-1/+2
* Remove dead code.Rafael Espindola2013-10-141-21/+0
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-10/+22
* 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