summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [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
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-152-0/+316
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-152-316/+0
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-152-0/+316
* Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.Yaron Keren2015-09-111-0/+1
* Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.Cong Hou2015-09-111-1/+0
* Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner2015-09-101-0/+8
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-102-0/+9
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-101-4/+4
* [ADT] Rewrite the StringRef::find implementation to be simpler, clearer,Chandler Carruth2015-09-101-16/+23
* [ADT] Micro-optimize the Triple constructor by doing a single split andChandler Carruth2015-09-101-8/+21
* [ADT] Fix a confusing interface spec and some annoying peculiaritiesChandler Carruth2015-09-101-31/+43
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-102-3/+3
* [ADT] Add a single-character version of the small vector split routineChandler Carruth2015-09-102-1/+21
* Added arch extensions and default target features in TargetParser.Alexandros Lamprineas2015-09-051-5/+30
* Add Myriad into enum VendorTypeDouglas Katzman2015-09-021-0/+2
* Move twice-repeated clang path operation into a new function.Douglas Katzman2015-09-021-2/+10
* [MC] Add support for generating COFF CRCsDavid Majnemer2015-09-012-0/+97
* Stop calling the flat out insane ARM target parsing code unless theChandler Carruth2015-08-301-8/+20
* Remove a linear walk to find the default FPU for a given CPU by directlyChandler Carruth2015-08-301-7/+6
OpenPOWER on IntegriCloud