index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Zero-initialize chrono duration objects
Pavel Labath
2016-11-09
1
-1
/
+1
*
Added the ability to dump hex bytes easily into a raw_ostream.
Greg Clayton
2016-11-09
1
-0
/
+55
*
Fix memory leaks (coverity issues 1365586 & 1365591)
Sylvestre Ledru
2016-11-08
1
-2
/
+6
*
[APFloat] Make functions that produce APFloaat objects use correct semantics.
Tim Shen
2016-11-06
1
-19
/
+37
*
Correct mprotect page boundries to round up end page. Fixes PR30905.
Alina Sbirlea
2016-11-05
1
-1
/
+4
*
Support: Remove MemoryObject and DataStreamer interfaces.
Peter Collingbourne
2016-11-02
4
-241
/
+0
*
[RISCV] Recognise riscv32 and riscv64 in triple parsing code
Alex Bradbury
2016-11-01
1
-0
/
+21
*
Allow resolving response file names relative to including file
Serge Pavlov
2016-11-01
1
-6
/
+23
*
NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?
NAKAMURA Takumi
2016-10-29
1
-1
/
+0
*
[APFloat] Remove the redundent function body of uninitialized ctor, which sho...
Tim Shen
2016-10-29
1
-4
/
+1
*
Resubmit "Add support for advanced number formatting."
Zachary Turner
2016-10-29
2
-93
/
+171
*
Refactor DW_LNE_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-8
/
+6
*
Refactor DW_LNS_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-13
/
+6
*
Refactor DW_APPLE_PROPERTY_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-31
/
+6
*
Refactor DW_CFA_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-32
/
+6
*
Refactor all DW_FORM_* constants into Dwarf.def
Adrian Prantl
2016-10-28
1
-34
/
+6
*
[APFloat] Fix memory bugs revealed by MSan
Tim Shen
2016-10-28
1
-3
/
+8
*
Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...
Adrian Prantl
2016-10-28
1
-195
/
+6
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
1
-3
/
+20
*
Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." with
Tim Shen
2016-10-27
1
-59
/
+115
*
Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."
Tim Shen
2016-10-27
1
-115
/
+59
*
[APFloat] Add DoubleAPFloat mode to APFloat. NFC.
Tim Shen
2016-10-27
1
-59
/
+115
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-0
/
+2
*
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
Vassil Vassilev
2016-10-26
1
-2
/
+0
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-0
/
+2
*
[APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.
Tim Shen
2016-10-25
1
-372
/
+244
*
Removed FIXME from include ordering comment
Simon Pilgrim
2016-10-24
1
-1
/
+1
*
[Chrono] Fix !HAVE_FUTIMENS build
Pavel Labath
2016-10-24
1
-1
/
+2
*
Fix windows builds by swapping windows.h and wincrypt.h ordering.
Simon Pilgrim
2016-10-24
1
-1
/
+1
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
8
-91
/
+123
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-4
/
+0
*
Reapply "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-20
5
-124
/
+56
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Add computeHostNumPhysicalCores() implementation for Darwin
Mehdi Amini
2016-10-19
1
-0
/
+19
*
Revert "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-19
5
-56
/
+124
*
Add Chrono.h - std::chrono support header
Pavel Labath
2016-10-19
5
-124
/
+56
*
Reduce global namespace pollution. NFC.
Benjamin Kramer
2016-10-18
1
-2
/
+2
*
Revert "Resubmit "Add support for advanced number formatting.""
Renato Golin
2016-10-18
2
-328
/
+89
*
Rename HexStyle -> HexFormatStyle, and remove a constexpr.
Zachary Turner
2016-10-17
2
-23
/
+24
*
Resubmit "Add support for advanced number formatting."
Zachary Turner
2016-10-17
2
-89
/
+327
*
Revert formatting changes.
Zachary Turner
2016-10-17
2
-323
/
+88
*
Try to fix build after invalid pointer conversion.
Zachary Turner
2016-10-17
1
-0
/
+14
*
[Support] Add support for "advanced" number formatting.
Zachary Turner
2016-10-17
2
-88
/
+309
*
Rename interface for querying physical hardware concurrency
Teresa Johnson
2016-10-17
1
-1
/
+1
*
[Support] remove_dots: Remove .. from absolute paths.
Benjamin Kramer
2016-10-17
1
-5
/
+8
*
Support: Return void from Scanner::scan_ns_uri_char, no one uses the result
Justin Bogner
2016-10-16
1
-7
/
+2
*
PR30711: Fix incorrect profiling of 'long long' in FoldingSet, then use it to
Richard Smith
2016-10-16
1
-4
/
+4
*
hardware_physical_concurrency() should return 1 when LLVM is built with LLVM_...
Mehdi Amini
2016-10-14
1
-0
/
+3
*
Define "contiki" OS specifier.
David L Kreitzer
2016-10-14
1
-0
/
+2
*
Timer: Fix doxygen comments, use member initializer; NFC
Matthias Braun
2016-10-14
1
-16
/
+12
[prev]
[next]