summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [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
* YAML: Implement block scalar parsing.Alex Lorenz2015-05-131-21/+265
* Revert r237157, "YAML: Fix typos. NFC".Alex Lorenz2015-05-121-2/+2
* YAML: Fix typos. NFC.Alex Lorenz2015-05-121-2/+2
* Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin2015-05-121-55/+55
* Readdress r236990, use of static members on a non-static variable.David Blaikie2015-05-111-29/+23
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-083-1/+200
* [ARM] Reject invalid -march valuesJohn Brawn2015-05-081-35/+40
* Use auto instead of the long type name. NFC.Steven Wu2015-05-071-2/+1
* YAML: Enable the YAMLParser tests. Alex Lorenz2015-05-071-9/+14
* Fix another hang caused by ManagedStatic in SignalHandlerSteven Wu2015-05-071-4/+11
* YAML: Extract the code that skips a comment into a separate method, NFC. Alex Lorenz2015-05-061-12/+19
* Fix link failure on MinGW due to use of CoInitialize.Zachary Turner2015-05-061-1/+1
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-0/+24
* Fix regression in parsing armv{6,7}hl- triples. These are used by SUSEIsmail Donmez2015-05-051-2/+3
* YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz2015-05-041-4/+46
* Replace windows_error calls with mapWindowsError.Yaron Keren2015-05-042-34/+26
* YAML: Fix the output of sequences that contain flow sequences. Alex Lorenz2015-05-011-1/+2
* Fix omission from adding sparcel (original http://reviews.llvm.org/D9263)Douglas Katzman2015-05-011-0/+1
* Fix -Wpessimizing-move warnings by removing std::move calls.Richard Trieu2015-04-301-2/+2
* New architecture name - 'sparcel' for Sparc little-endian.Douglas Katzman2015-04-291-0/+6
* Fixes a hang that can occur if a signal comes in during malloc calls.Chris Bieneman2015-04-271-0/+6
* Fix build broken by incorrect class name.Zachary Turner2015-04-271-3/+3
* Make an RAII com initializer.Zachary Turner2015-04-274-0/+88
OpenPOWER on IntegriCloud