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
*
[FileCheck] Fix code style of method comments
Thomas Preud'homme
2019-05-08
1
-47
/
+3
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
5
-6
/
+9
*
[CommandLine] Allow Options to specify multiple OptionCategory's.
Don Hinton
2019-05-07
1
-12
/
+25
*
Guard __builtin_available() with __has_builtin to support older host compilers.
Adrian Prantl
2019-05-07
1
-1
/
+2
*
Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper Lake
Luo, Yuanke
2019-05-06
1
-0
/
+3
*
[CommandLine] Enable Grouping for short options by default. Part 4 of 5
Don Hinton
2019-05-03
1
-0
/
+2
*
[CommandLine] Change help output to prefix long options with `--` instead of ...
Don Hinton
2019-05-03
1
-34
/
+63
*
[Support] Don't check MAP_ANONYMOUS, just use MAP_ANON
Fangrui Song
2019-05-02
1
-8
/
+1
*
FileCheck [4/12]: Introduce @LINE numeric expressions
Thomas Preud'homme
2019-05-02
1
-109
/
+157
*
[CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5
Don Hinton
2019-04-29
1
-4
/
+4
*
FileCheck [3/12]: Stricter parsing of @LINE expressions
Thomas Preud'homme
2019-04-29
1
-33
/
+72
*
FileCheck [2/12]: Stricter parsing of -D option
Thomas Preud'homme
2019-04-29
1
-43
/
+112
*
Try to use /proc on FreeBSD for getExecutablePath
David Chisnall
2019-04-29
1
-1
/
+14
*
[DJB] Fix variable case after D61178
Fangrui Song
2019-04-27
1
-3
/
+3
*
caseFoldingDjbHash: simplify and make the US-ASCII fast path faster
Fangrui Song
2019-04-26
1
-19
/
+16
*
Assigning to a local object in a return statement prevents copy elision. NFC.
David Blaikie
2019-04-25
1
-1
/
+2
*
[Support] Add JSON streaming output API, faster where the heavy value types a...
Sam McCall
2019-04-25
2
-129
/
+148
*
Parallel: only allow the first TaskGroup to run tasks parallelly
Fangrui Song
2019-04-25
1
-6
/
+25
*
[yaml2obj] - Don't crash on invalid inputs.
George Rimar
2019-04-25
1
-0
/
+5
*
posix_spawn should retry upon EINTR
JF Bastien
2019-04-24
1
-6
/
+10
*
Try once more to ensure constant initializaton of ManagedStatics
Reid Kleckner
2019-04-24
1
-0
/
+1
*
Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOS
Adrian Prantl
2019-04-24
2
-22
/
+6
*
[AMDGPU] Add gfx1010 target definitions
Stanislav Mekhanoshin
2019-04-24
1
-18
/
+20
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
2
-8
/
+17
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
[CachePruning] Simplify comparator
Fangrui Song
2019-04-21
1
-9
/
+2
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-0
/
+29
*
[APInt] Optimize umul_ov
Fangrui Song
2019-04-19
1
-5
/
+12
*
Implement sys::fs::copy_file using the macOS copyfile(3) API
Adrian Prantl
2019-04-18
2
-0
/
+50
*
Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...
Adrian Prantl
2019-04-18
2
-53
/
+0
*
Implement sys::fs::copy_file using the macOS copyfile(3) API
Adrian Prantl
2019-04-18
2
-0
/
+53
*
[Support] Add LEB128 support to BinaryStreamReader/Writer.
Lang Hames
2019-04-17
2
-1
/
+45
*
Time profiler: optimize json output time
Anton Afanasyev
2019-04-16
1
-0
/
+5
*
[llvm][Support] Provide interface to set thread priorities
Kadir Cetinkaya
2019-04-16
2
-0
/
+55
*
Use native llvm JSON library for time profiler output
Anton Afanasyev
2019-04-16
1
-37
/
+37
*
Reapply [Support] Fix recursive response file expansion guard
Shoaib Meenai
2019-04-16
1
-4
/
+6
*
Revert [Support] Fix recursive response file expansion guard
Shoaib Meenai
2019-04-15
1
-6
/
+4
*
Only use argv[0] as the main executable name if it exists.
Sean Silva
2019-04-15
1
-2
/
+2
*
[Support] Fix recursive response file expansion guard
Shoaib Meenai
2019-04-15
1
-4
/
+6
*
Time profiler: small fixes and optimizations
Anton Afanasyev
2019-04-15
1
-35
/
+43
*
[CommandLineParser] Add DefaultOption flag
Don Hinton
2019-04-15
1
-5
/
+45
*
Revert r358337: "[CommandLineParser] Add DefaultOption flag"
Ilya Biryukov
2019-04-15
1
-43
/
+5
*
FileCheck [1/12]: Move variable table in new object
Thomas Preud'homme
2019-04-15
1
-85
/
+86
*
[CommandLineParser] Add DefaultOption flag
Don Hinton
2019-04-13
1
-5
/
+43
*
[KnownBits] Add computeForAddCarry()
Nikita Popov
2019-04-12
1
-12
/
+31
*
YAMLIO: Fix serialization of strings with embedded nuls
Pavel Labath
2019-04-11
1
-6
/
+6
*
Improve hashing for time profiler
Anton Afanasyev
2019-04-09
1
-16
/
+19
*
Attempt to recommit r357901
Eugene Leviant
2019-04-08
2
-0
/
+69
*
Reverting r357901 as fails to build on some of the buildbots
Eugene Leviant
2019-04-08
2
-69
/
+0
*
[Support] Add zlib independent CRC32
Eugene Leviant
2019-04-08
2
-0
/
+69
[next]