| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support: Add dwarf::getOperationEncoding() | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -0/+7 |
| * | Support: Rewrite LocationAtom and OperationEncodingString(), NFC | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -162/+5 |
| * | MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit... | Benjamin Kramer | 2015-02-12 | 1 | -5/+5 |
| * | Triple: refactor redundant code. | Tim Northover | 2015-02-12 | 1 | -19/+5 |
| * | Revert "Change Path::filename_pos() to skip the drive letter." | Zachary Turner | 2015-02-12 | 1 | -5/+2 |
| * | Change Path::filename_pos() to skip the drive letter. | Zachary Turner | 2015-02-11 | 1 | -2/+5 |
| * | Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. | Zachary Turner | 2015-02-11 | 1 | -0/+1 |
| * | [ARM] Add armv6s[-]m as an alias to armv6[-]m | Bradley Smith | 2015-02-10 | 1 | -2/+3 |
| * | Teach llvm_add_library() to find include dirs. | Zachary Turner | 2015-02-10 | 1 | -24/+3 |
| * | Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile | Ben Langmuir | 2015-02-09 | 1 | -2/+6 |
| * | Make UTF8->UTF16 conversion null terminate output on empty input. | Zachary Turner | 2015-02-08 | 1 | -1/+4 |
| * | Avoid integer overflows around realloc calls resulting in potential | Joerg Sonnenberger | 2015-02-07 | 1 | -0/+21 |
| * | Support: Add dwarf::getVirtuality() | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -0/+8 |
| * | Support: Use Dwarf.def for DW_VIRTUALITY, NFC | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -4/+6 |
| * | Support: Add dwarf::getAttributeEncoding() | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+7 |
| * | Support: Rewrite AttributeEncodingString(), NFC | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -17/+5 |
| * | Support: Stop stringifying DW_ATE_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -2/+0 |
| * | Support: Add dwarf::getLanguage() | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+7 |
| * | Support: Rewrite dwarf::LanguageString(), NFC | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -29/+6 |
| * | Support: Stop stringifying DW_LANG_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -2/+0 |
| * | Make helper functions/classes/globals static. NFC. | Benjamin Kramer | 2015-02-06 | 1 | -0/+4 |
| * | SpecialCaseList: Add support for parsing multiple input files. | Alexey Samsonov | 2015-02-04 | 1 | -23/+35 |
| * | Support: Add string => unsigned mapping for DW_TAG | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -0/+8 |
| * | Support: Re-implement dwarf::TagString() using a .def file, NFC | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -78/+5 |
| * | Support: Stop stringifying DW_TAG_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -2/+0 |
| * | NFC. Making printOptionValues an API on the parser class. | Chris Bieneman | 2015-01-30 | 1 | -3/+7 |
| * | [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ... | NAKAMURA Takumi | 2015-01-30 | 1 | -0/+6 |
| * | iOS doesn't have crt_externs.h available, so we fall back to the posix method. | Chris Bieneman | 2015-01-30 | 1 | -2/+5 |
| * | All signal handlers are required to have C language linkage in C++. This does... | Aaron Ballman | 2015-01-29 | 1 | -1/+1 |
| * | [Support][Windows] Unify dialog box suppression and print stack traces on abort. | Michael J. Spencer | 2015-01-29 | 2 | -20/+30 |
| * | CommandLineParser: Avoid non-static member nitializer(s). | NAKAMURA Takumi | 2015-01-29 | 1 | -2/+4 |
| * | Fix the preprocessor checks used to determine if backtraces have been enabled. | Owen Anderson | 2015-01-29 | 1 | -6/+6 |
| * | Use the existing build configuration parameter ENABLE_BACKTRACE to compile ou... | Owen Anderson | 2015-01-29 | 1 | -0/+16 |
| * | [LPM] Clean up the use of TLS in pretty stack trace and disable it | Chandler Carruth | 2015-01-29 | 1 | -20/+2 |
| * | [LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This should | Chandler Carruth | 2015-01-28 | 1 | -2/+2 |
| * | Build fix for Visual Studio. NFC. | Chris Bieneman | 2015-01-28 | 1 | -5/+2 |
| * | [LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64. | Chandler Carruth | 2015-01-28 | 1 | -5/+18 |
| * | Refactoring llvm command line parsing and option registration. | Chris Bieneman | 2015-01-28 | 1 | -170/+158 |
| * | [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword. | Colin LeMahieu | 2015-01-28 | 1 | -8/+0 |
| * | [LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stack | Chandler Carruth | 2015-01-28 | 1 | -21/+18 |
| * | [mips] Use __clear_cache builtin instead of cacheflush() | Petar Jovanovic | 2015-01-27 | 1 | -13/+2 |
| * | Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test. | Chris Bieneman | 2015-01-27 | 1 | -2/+1 |
| * | Revert r227148 & r227154 which added a test which infinitely loops. | Richard Trieu | 2015-01-27 | 1 | -1/+2 |
| * | One more fix to the new API to fix const-correctness. | Chris Bieneman | 2015-01-27 | 1 | -1/+1 |
| * | Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI... | Chris Bieneman | 2015-01-26 | 1 | -2/+1 |
| * | Have the UTF conversion wrappers append a null terminator. | Zachary Turner | 2015-01-26 | 1 | -4/+11 |
| * | Add new HideUnrelatedOptions API that takes a SmallVectorImpl. | Chris Bieneman | 2015-01-26 | 1 | -0/+14 |
| * | Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumper | Reid Kleckner | 2015-01-26 | 1 | -0/+31 |
| * | Teach raw_ostream to support hex formatting without a prefix '0x'. | Zachary Turner | 2015-01-26 | 1 | -2/+5 |
| * | Remove trailing whitespace. NFC ® | Alex Rosenberg | 2015-01-26 | 1 | -1/+1 |