summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add amdopencl environment to tripleMatt Arsenault2015-07-301-0/+2
* - Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas2015-07-271-18/+76
* Remove unnecessary in C++11 c_str() callsYaron Keren2015-07-231-18/+1
* Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren2015-07-223-3/+3
* De-duplicate Unix & Windows CallBacksToRunYaron Keren2015-07-223-20/+17
* Identify thin archives as archives.Rafael Espindola2015-07-221-1/+2
* Remove C++98 workaround in llvm::sys::DontRemoveFileOnSignal()Yaron Keren2015-07-221-7/+0
* Edited the CPUNames table of TargetParserAlexandros Lamprineas2015-07-171-3/+1
* - TargetParser does not handle armv7l in parseArchProfile().Alexandros Lamprineas2015-07-161-0/+1
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-2/+1
* -Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas2015-07-151-84/+95
* Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9Alexandros Lamprineas2015-07-141-96/+83
* -Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas2015-07-141-83/+96
* Remove macro guards for extern template instantiations.Benjamin Kramer2015-07-131-15/+15
* Add getSizeInBits function to the APFloat classTamas Berghammer2015-07-091-8/+15
* [Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer2015-07-061-0/+116
* [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
OpenPOWER on IntegriCloud