summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Modify raw_svector_ostream to use its SmallString without additional buffering.Yaron Keren2015-08-131-62/+5
* There is only one saver of strings.Rafael Espindola2015-08-132-3/+3
* Return ErrorOr from FileOutputBuffer::create. NFC.Rafael Espindola2015-08-131-7/+4
* Add model numbers for Skylake CPUs and an additional Broadwell model.Craig Topper2015-08-081-0/+6
* Add Intel family 6 model 93 as Silvermont.Craig Topper2015-08-081-0/+1
* Add Intel family 6 model 90 as Silvermont. Fixes PR24392.Craig Topper2015-08-071-0/+1
* Add functions to save and restore the PrettyStackTrace state.Nico Weber2015-08-071-0/+14
* Add a comment.Nico Weber2015-08-071-0/+4
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-063-7/+10
* Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them.Nico Weber2015-08-061-6/+14
* [YAMLTraits] Use StringRef::copy. No functionality change.Benjamin Kramer2015-08-051-12/+4
* Windows/COM.inc: Fix emacs mode in the first line.NAKAMURA Takumi2015-08-051-1/+1
* Remove the configure and cmake checks for sys/wait.hJustin Bogner2015-08-042-19/+1
* [UB] Fix yet another use of memcpy with a null pointer argument. I thinkChandler Carruth2015-08-041-1/+2
* 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
OpenPOWER on IntegriCloud