summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assert that Process::FindInEnvPath() is passed a relative path.Nico Weber2015-04-241-0/+1
* Use the cleaner syntx value initialization to zero initialize POD structs.Yaron Keren2015-04-241-6/+3
* Silence clang warning: missing field 'Dr0' initializer.Yaron Keren2015-04-241-1/+2
* Fix APInt long division algorithmPawel Bylica2015-04-241-19/+9
* Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.Yaron Keren2015-04-211-1/+0
* Don't allow pwrite to resize a stream.Rafael Espindola2015-04-201-9/+6
* Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose.Yaron Keren2015-04-171-1/+3
* Eliminate superfluous CloseHandle(PI.ProcessHandle).Yaron Keren2015-04-171-1/+0
* Fix lib\support\Windows/TimeValue.inc(48): warning C4189:Yaron Keren2015-04-151-0/+1
* Use the ability to pwrite to simplify the ELF writer.Rafael Espindola2015-04-141-1/+1
OpenPOWER on IntegriCloud