summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-122-20/+5
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-121-0/+1
* Report Windows error code in a fatal error after a system call.Paul Robinson2015-11-111-2/+9
* Support: Recognize Borland DWARF extensions.Dawn Perchik2015-11-111-0/+25
* Emit discriminator for inlined callsites.Dehao Chen2015-11-111-0/+1
* Combine ifdefs around dl_iterate_phdr in Unix/Signals.incReid Kleckner2015-11-091-13/+8
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-0/+35
* Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.NAKAMURA Takumi2015-11-082-0/+11
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-10/+37
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-37/+10
* Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman2015-11-051-1/+1
* Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())Mehdi Amini2015-11-051-1/+2
* Remove empty linesMehdi Amini2015-11-051-2/+2
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-053-97/+227
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-3/+3
* Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica2015-11-022-9/+4
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-023-21/+74
* ARM: add watchOS default version support function.Tim Northover2015-10-281-1/+26
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-282-0/+11
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-2/+2
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+2
* Add libuuid to required system libraries list for mingw.Yaron Keren2015-10-241-1/+2
* [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov2015-10-231-2/+2
* Use range-based for loop in sys::path::append(). NFC.Pawel Bylica2015-10-221-8/+6
* Use array_lengthof. NFCCraig Topper2015-10-181-1/+1
* Make a bunch of static arrays const.Craig Topper2015-10-181-4/+6
* Use Windows Vista API to get the user's home directoryPawel Bylica2015-10-161-7/+11
* Initial migration of AVR backendDylan McKay2015-10-161-0/+10
* Add a missing include of cstddef needed for size_t.Adrian Prantl2015-10-151-0/+1
* Require Windows API of version 6.1 (Windows 7).Pawel Bylica2015-10-151-3/+3
* [llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDBDavid Majnemer2015-10-151-2/+3
* [X86] Update CPU detection to only enable XSAVE features if the OS has enable...Craig Topper2015-10-141-14/+16
* Add - and -= operators to BlockFrequency using saturating arithmetic.Cong Hou2015-10-121-0/+15
* Turn const/const& into value type for BlockFrequency in functions of this cla...Cong Hou2015-10-121-8/+6
* Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell2015-10-121-10/+28
* [X86] Add XSAVE intrinsic familyAmjad Aboud2015-10-121-0/+9
* Support: Stop relying on iterator auto-conversion, NFCDuncan P. N. Exon Smith2015-10-081-6/+6
* Windows: Fixed sys::findProgramByName to work with files containing dot in th...George Rimar2015-10-081-2/+9
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-20/+20
* [Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer2015-10-051-2/+15
* [BranchProbability] Manually round the floating point output.Benjamin Kramer2015-09-261-28/+7
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-5/+51
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-0/+5
* Untabify.NAKAMURA Takumi2015-09-221-3/+2
* Remove roundingMode argument in APFloat::modStephen Canon2015-09-211-3/+3
* Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"James Molloy2015-09-211-3/+0
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-211-0/+3
* Remove temporary file on signal.Rafael Espindola2015-09-181-1/+6
* [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer"Michael Kruse2015-09-181-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-152-316/+0
OpenPOWER on IntegriCloud