summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-023-41/+54
* [GraphWriter] Don't wait on xdg-open when not on Apple.Charlie Turner2015-07-021-1/+1
* Drop the OS from the WebAssembly target triple for now.Dan Gohman2015-06-301-2/+0
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-301-0/+3
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+16
* Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager"Ben Langmuir2015-06-291-14/+56
* Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager"Ben Langmuir2015-06-291-54/+14
* Use gethostuuid() on Mac to identify hosts for LockFileManagerBen Langmuir2015-06-291-14/+54
* Clean up unique lock files on signal and always release the lockBen Langmuir2015-06-291-1/+40
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-2/+0
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-23/+37
* ADT: Add a string APSInt constructor.Alex Lorenz2015-06-231-0/+19
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2326-39/+39
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1926-39/+39
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola2015-06-162-11/+10
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-151-22/+24
* Don't use std::errc.Rafael Espindola2015-06-132-3/+5
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-133-28/+30
* Add 'shave' processor name to TripleDouglas Katzman2015-06-121-0/+7
* [ARM] Disabling vfp4 should disable fp16John Brawn2015-06-121-1/+5
* [Support] Fix a race initializing a static local in MSVCReid Kleckner2015-06-111-1/+9
* Add more wrappers for symbol APIs to the C API.Eli Bendersky2015-06-091-0/+9
* [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.Daniel Sanders2015-06-091-0/+1
* TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation]NAKAMURA Takumi2015-06-061-1/+1
* [bpf] rename triple names bpf_be -> bpfebAlexei Starovoitov2015-06-051-16/+16
* [TargetParser] Properly attach functions of ARMTargetParser to the classBenjamin Kramer2015-06-051-6/+2
* [ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn2015-06-051-3/+5
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-15/+110
* [ARMTargetParser] Follow-up for r239099: one case was missedArtyom Skrobov2015-06-051-1/+1
* Simplify ARMTargetParser::getArchSynonymArtyom Skrobov2015-06-042-12/+10
* [bpf] add big- and host- endian supportAlexei Starovoitov2015-06-041-7/+30
* [Support] Simplify Triple::getOSVersionDavid Majnemer2015-06-011-9/+1
* [ADT] Add Triple::getEnvironmentVersionDavid Majnemer2015-06-011-16/+40
* [ARMTargetParser] Move IAS arch ext parser. NFCRenato Golin2015-05-301-1/+7
* Fix indentation. NFC.Craig Topper2015-05-301-1/+1
* [YAMLIO] Make line-wrapping configurable and test it.Frederic Riss2015-05-291-3/+4
* [ARMTargetParser] Adding sub-arch information for Clang. NFCRenato Golin2015-05-281-34/+44
* [ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC.Renato Golin2015-05-281-14/+22
* Fix comments in ARMTargetParser. NFC.Renato Golin2015-05-281-2/+2
* ARMTargetParser: Make BSD Thumb/BE armv6 workRenato Golin2015-05-271-2/+2
* ARMTargetParser: Normalising build attributesRenato Golin2015-05-271-18/+22
* Avoid creating and destroying a std::string on every iteration.Yaron Keren2015-05-271-2/+2
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-271-0/+4
* Reformat.NAKAMURA Takumi2015-05-251-2/+1
* Prune CRLFs.NAKAMURA Takumi2015-05-251-4/+4
* Move parseSubArch to ARMTargetParser. NFCRenato Golin2015-05-241-30/+58
* Reinforce ARMTargetParser::getCanonicalArchName validationRenato Golin2015-05-221-14/+20
* Adding profile and version parsers to ARMTargetParserRenato Golin2015-05-222-2/+80
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-4/+0
OpenPOWER on IntegriCloud