summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Zero-initialize chrono duration objectsPavel Labath2016-11-091-1/+1
* Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton2016-11-091-0/+55
* Fix memory leaks (coverity issues 1365586 & 1365591)Sylvestre Ledru2016-11-081-2/+6
* [APFloat] Make functions that produce APFloaat objects use correct semantics.Tim Shen2016-11-061-19/+37
* Correct mprotect page boundries to round up end page. Fixes PR30905.Alina Sbirlea2016-11-051-1/+4
* Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne2016-11-024-241/+0
* [RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury2016-11-011-0/+21
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-6/+23
* NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?NAKAMURA Takumi2016-10-291-1/+0
* [APFloat] Remove the redundent function body of uninitialized ctor, which sho...Tim Shen2016-10-291-4/+1
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-292-93/+171
* Refactor DW_LNE_* into Dwarf.defAdrian Prantl2016-10-281-8/+6
* Refactor DW_LNS_* into Dwarf.defAdrian Prantl2016-10-281-13/+6
* Refactor DW_APPLE_PROPERTY_* into Dwarf.defAdrian Prantl2016-10-281-31/+6
* Refactor DW_CFA_* into Dwarf.defAdrian Prantl2016-10-281-32/+6
* Refactor all DW_FORM_* constants into Dwarf.defAdrian Prantl2016-10-281-34/+6
* [APFloat] Fix memory bugs revealed by MSanTim Shen2016-10-281-3/+8
* Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...Adrian Prantl2016-10-281-195/+6
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-281-3/+20
* Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." withTim Shen2016-10-271-59/+115
* Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."Tim Shen2016-10-271-115/+59
* [APFloat] Add DoubleAPFloat mode to APFloat. NFC.Tim Shen2016-10-271-59/+115
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-261-0/+2
* Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".Vassil Vassilev2016-10-261-2/+0
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-261-0/+2
* [APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.Tim Shen2016-10-251-372/+244
* Removed FIXME from include ordering commentSimon Pilgrim2016-10-241-1/+1
* [Chrono] Fix !HAVE_FUTIMENS buildPavel Labath2016-10-241-1/+2
* Fix windows builds by swapping windows.h and wincrypt.h ordering.Simon Pilgrim2016-10-241-1/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-248-91/+123
* Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer2016-10-201-4/+0
* Reapply "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-205-124/+56
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Add computeHostNumPhysicalCores() implementation for DarwinMehdi Amini2016-10-191-0/+19
* Revert "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-195-56/+124
* Add Chrono.h - std::chrono support headerPavel Labath2016-10-195-124/+56
* Reduce global namespace pollution. NFC.Benjamin Kramer2016-10-181-2/+2
* Revert "Resubmit "Add support for advanced number formatting.""Renato Golin2016-10-182-328/+89
* Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner2016-10-172-23/+24
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-172-89/+327
* Revert formatting changes.Zachary Turner2016-10-172-323/+88
* Try to fix build after invalid pointer conversion.Zachary Turner2016-10-171-0/+14
* [Support] Add support for "advanced" number formatting.Zachary Turner2016-10-172-88/+309
* Rename interface for querying physical hardware concurrencyTeresa Johnson2016-10-171-1/+1
* [Support] remove_dots: Remove .. from absolute paths.Benjamin Kramer2016-10-171-5/+8
* Support: Return void from Scanner::scan_ns_uri_char, no one uses the resultJustin Bogner2016-10-161-7/+2
* PR30711: Fix incorrect profiling of 'long long' in FoldingSet, then use it toRichard Smith2016-10-161-4/+4
* hardware_physical_concurrency() should return 1 when LLVM is built with LLVM_...Mehdi Amini2016-10-141-0/+3
* Define "contiki" OS specifier.David L Kreitzer2016-10-141-0/+2
* Timer: Fix doxygen comments, use member initializer; NFCMatthias Braun2016-10-141-16/+12
OpenPOWER on IntegriCloud