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
*
Add two files lost in rebase, causing build break
Daniel Berlin
2017-02-19
1
-0
/
+108
*
Add initial support for debug counting
Daniel Berlin
2017-02-19
2
-5
/
+6
*
[AArch64] Add Cavium ThunderX support
Joel Jones
2017-02-17
1
-0
/
+2
*
Change default TimerGroup singleton to use magic statics
Erich Keane
2017-02-16
1
-16
/
+3
*
[Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-15
3
-23
/
+34
*
[Support] Add StringRef::getAsDouble.
Zachary Turner
2017-02-14
1
-0
/
+13
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
[ARM] Add support for armv7ve triple in llvm (PR31358).
George Burgess IV
2017-02-09
2
-0
/
+4
*
[X86] Remove the HLE feature flag.
Craig Topper
2017-02-09
1
-1
/
+0
*
[X86] Remove INVPCID and SMAP feature flags. They aren't currently used by an...
Craig Topper
2017-02-09
1
-2
/
+0
*
[X86] Clzero intrinsic and its addition under znver1
Craig Topper
2017-02-09
1
-0
/
+4
*
[X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...
Craig Topper
2017-02-08
1
-1
/
+0
*
Attempt to fix MSVC build broken by r294326
Pavel Labath
2017-02-07
1
-6
/
+6
*
[Support] Add FormatVariadic support for chrono types
Pavel Labath
2017-02-07
1
-0
/
+7
*
[APInt] Fix rotl/rotr when the shift amount is greater than the total bit width.
Joey Gouly
2017-02-07
1
-2
/
+15
*
Revamp llvm::once_flag to be closer to std::once_flag
Kamil Rytarowski
2017-02-05
1
-1
/
+1
*
[APInt] Add integer API bor bitwise operations.
Amaury Sechet
2017-02-03
1
-0
/
+12
*
Fix LLDB Android AArch64 GCC debug info build
Omair Javaid
2017-02-02
2
-2
/
+2
*
[Support] Add newline when dumping an APInt.
Davide Italiano
2017-01-31
1
-1
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
4
-3
/
+10
*
[APFloat] Reduce some dispatch boilerplates. NFC.
Tim Shen
2017-01-27
1
-5
/
+12
*
[APFloat] Fix comments. NFC.
Tim Shen
2017-01-26
1
-28
/
+30
*
[Support] Use O_CLOEXEC only when declared
Pavel Labath
2017-01-24
1
-2
/
+20
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
2
-0
/
+22
*
[APInt] Remove calls to clearUnusedBits from XorSlowCase and operator^=
Craig Topper
2017-01-24
1
-6
/
+2
*
[APFloat] Add PPCDoubleDouble multiplication
Tim Shen
2017-01-24
1
-6
/
+83
*
[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...
Tim Shen
2017-01-23
1
-79
/
+320
*
raw_fd_ostream: Make file handles non-inheritable by default
Pavel Labath
2017-01-18
1
-2
/
+2
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-50
/
+76
*
[WebAssembly] Add triple support for the new wasm object format
Dan Gohman
2017-01-17
1
-0
/
+2
*
Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...
George Rimar
2017-01-17
1
-36
/
+47
*
Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...
George Rimar
2017-01-17
1
-47
/
+36
*
[Support/Compression] - Change zlib API to return Error instead of custom sta...
George Rimar
2017-01-17
1
-36
/
+47
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-72
/
+47
*
[ARM] Fix ubig32_t read in ARMAttributeParser
Sam Parker
2017-01-13
1
-3
/
+3
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-48
/
+73
*
[ARM] Moved ARMAttributeParser to Support
Sam Parker
2017-01-13
2
-0
/
+683
*
AMD family 17h (znver1) enablement
Craig Topper
2017-01-10
1
-0
/
+19
*
TarWriter: Fix a bug in Ustar header.
Rui Ueyama
2017-01-09
1
-1
/
+1
*
Support outputting to /dev/null.
Rafael Espindola
2017-01-09
1
-22
/
+44
*
TarWriter: Set "00" to Ustar version field.
Rui Ueyama
2017-01-09
1
-5
/
+10
*
Define sys::path::convert_to_slash
Rui Ueyama
2017-01-09
2
-10
/
+12
*
CommandLine option: Relax the assertion introduced in r290467 to allows for e...
Mehdi Amini
2017-01-08
1
-1
/
+1
*
TarWriter: Use fitsInUstar function.
Rui Ueyama
2017-01-07
1
-2
/
+2
*
TarWriter: Use Ustar header's "prefix" field to store long filenames.
Rui Ueyama
2017-01-07
1
-1
/
+27
*
Use %z for size_t and avoid deprecated string functions
Reid Kleckner
2017-01-06
1
-4
/
+4
*
TarWriter: Emit PAX headers only when needed.
Rui Ueyama
2017-01-06
1
-23
/
+20
*
Add a class to create a tar archive file.
Rui Ueyama
2017-01-06
2
-0
/
+170
*
Revert "Use _Unwind_Backtrace on Apple platforms."
Bob Wilson
2017-01-06
1
-1
/
+1
*
Typo
Joerg Sonnenberger
2017-01-05
1
-1
/
+1
[next]