summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach the target parsing framework to directly compute the length of allChandler Carruth2015-08-302-45/+72
* Refactor the ARM target parsing to use a def file with macros to expandChandler Carruth2015-08-301-164/+14
* [Triple] Use clang-format to normalize the formatting of the ARM targetChandler Carruth2015-08-301-36/+35
* [Triple] Stop abusing a class to have only static methods and just useChandler Carruth2015-08-302-36/+36
* Expose more properties of llvm::fltSemanticsJF Bastien2015-08-261-0/+15
* [ARM] Fix MachO CPU Subtype selectionVedant Kumar2015-08-211-1/+3
* [APFloat] Remove else after return and replace loop with std::equal. NFC.Benjamin Kramer2015-08-211-11/+5
* Support: Clean up TSan annotations.Peter Collingbourne2015-08-183-20/+2
* [Support] On Windows, generate PDF files for graphs and open with associated ...Michael Kruse2015-08-181-23/+49
* [Support] Always wait for GraphViz before opening the viewerMichael Kruse2015-08-181-1/+1
* [WebAssembly] Don't default to ELF in the triple.Dan Gohman2015-08-171-0/+5
* [WebAssembly] Make getArchTypePrefix return "wasm".Dan Gohman2015-08-171-2/+2
* [ADT] Teach FoldingSet to be movable.Chandler Carruth2015-08-161-0/+20
* Add a target environment for CoreCLR.Pat Gavlin2015-08-141-0/+2
* Revert "[ARM] Fix MachO CPU Subtype selection"Renato Golin2015-08-141-2/+0
* [ARM] Fix MachO CPU Subtype selectionVedant Kumar2015-08-141-0/+2
* Fix GCC warning: extra `;' [-Wpedantic].Nick Lewycky2015-08-131-1/+1
* Modify raw_svector_ostream to use its SmallString without additional buffering.Yaron Keren2015-08-131-62/+5
* There is only one saver of strings.Rafael Espindola2015-08-132-3/+3
* Return ErrorOr from FileOutputBuffer::create. NFC.Rafael Espindola2015-08-131-7/+4
* Add model numbers for Skylake CPUs and an additional Broadwell model.Craig Topper2015-08-081-0/+6
* Add Intel family 6 model 93 as Silvermont.Craig Topper2015-08-081-0/+1
* Add Intel family 6 model 90 as Silvermont. Fixes PR24392.Craig Topper2015-08-071-0/+1
* Add functions to save and restore the PrettyStackTrace state.Nico Weber2015-08-071-0/+14
* Add a comment.Nico Weber2015-08-071-0/+4
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-063-7/+10
* Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them.Nico Weber2015-08-061-6/+14
* [YAMLTraits] Use StringRef::copy. No functionality change.Benjamin Kramer2015-08-051-12/+4
* Windows/COM.inc: Fix emacs mode in the first line.NAKAMURA Takumi2015-08-051-1/+1
* Remove the configure and cmake checks for sys/wait.hJustin Bogner2015-08-042-19/+1
OpenPOWER on IntegriCloud