summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-0/+4
* YAML: Null terminate block scalar's value.Alex Lorenz2015-05-211-1/+2
* Fix StreamingMemoryObject to respect known object size.Derek Schuff2015-05-211-5/+12
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-212-50/+89
* Remove unnecessary FIXME commentRenato Golin2015-05-211-2/+0
* Get Triple::getARMCPUForArch() to use TargetParserRenato Golin2015-05-202-94/+211
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-191-4/+0
* [DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov2015-05-191-0/+4
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-191-0/+4
* Rangify for loop in Cleanup(), NFC.Yaron Keren2015-05-191-2/+2
* Prevent Cleanup() from running more than once.Yaron Keren2015-05-191-0/+3
* [YAML] Plug a memory leakBenjamin Kramer2015-05-181-2/+4
* YAML: Add support for literal block scalar I/O.Alex Lorenz2015-05-141-0/+26
* Fix memory leak introduced in r237314.Alex Lorenz2015-05-141-1/+1
OpenPOWER on IntegriCloud