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
*
Changed createTemporaryFile without FD to actually create a file.
Ilya Biryukov
2018-03-19
1
-7
/
+32
*
Fix compilation on Darwin with expensive checks.
Jonas Devlieghere
2018-03-12
1
-5
/
+10
*
[Support] Move syntax highlighting into support
Jonas Devlieghere
2018-03-09
2
-0
/
+66
*
Fix header comment on SHA1 code.
Eric Christopher
2018-03-09
1
-1
/
+1
*
Fix signed-unsigned comparison warning.
Zachary Turner
2018-03-08
1
-1
/
+1
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
3
-6
/
+57
*
Support resetting STATISTIC() values using llvm::ResetStatistics()
Daniel Sanders
2018-03-08
1
-3
/
+31
*
[Support] Stop passing StringRefs by const reference in some of the getHostCP...
Craig Topper
2018-03-07
1
-9
/
+6
*
[X86] Fix a typo in Host.cpp that causes us to misidentify KNL, Silvermont, G...
Craig Topper
2018-03-06
1
-1
/
+1
*
PrintStatistics() and PrintStatisticsJSON() should take StatLock
Daniel Sanders
2018-03-06
1
-0
/
+2
*
[AMDGPU] Remove unused AMDOpenCL triple environment
Tony Tye
2018-03-05
1
-2
/
+0
*
Re-commit: Make STATISTIC() values available programmatically
Daniel Sanders
2018-03-05
1
-5
/
+25
*
On Windows we need to be able to process response files with Windows-style
Dmitry Mikulin
2018-03-05
1
-1
/
+5
*
Revert r326723: Make STATISTIC() values available programmatically
Daniel Sanders
2018-03-05
1
-25
/
+5
*
Make STATISTIC() values available programmatically
Daniel Sanders
2018-03-05
1
-5
/
+25
*
Make llvm::djbHash an inline function.
Rui Ueyama
2018-03-02
1
-11
/
+1
*
Fix llvm-config --system-libs output on FreeBSD and NetBSD
Dimitry Andric
2018-02-28
1
-2
/
+7
*
[ADT] Recognize ppc as valid architecture in target triple.
Jonas Devlieghere
2018-02-27
1
-1
/
+1
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-19
/
+20
*
Test commit
David Zarzycki
2018-02-26
1
-1
/
+0
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-20
/
+19
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
1
-19
/
+20
*
llvm-config: Add advapi32 to --system-libs on Windows (PR36372)
Hans Wennborg
2018-02-23
1
-1
/
+2
*
Resubmit r325107 (case folding DJB hash)
Pavel Labath
2018-02-21
3
-2
/
+821
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
4
-12
/
+10
*
[Support] Replace hand-written scope_exit with make_scope_exit.
Benjamin Kramer
2018-02-18
1
-23
/
+3
*
[X86] Add 'sahf' to getHostCPUFeatures so -march=native will pick it up corre...
Craig Topper
2018-02-17
1
-0
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-17
1
-0
/
+33
*
[APInt] Fix extractBits to correctly handle Result.isSingleWord() case.
Tim Shen
2018-02-16
1
-1
/
+2
*
Silence warning about unused private variable.
Zachary Turner
2018-02-15
1
-1
/
+3
*
Call FlushFileBuffers on output files.
Zachary Turner
2018-02-15
1
-1
/
+15
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
6
-45
/
+13
*
Specify namespace for realloc
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
6
-13
/
+45
*
Revert r325107 (case folding DJB hash) and subsequent build fix
Pavel Labath
2018-02-14
3
-820
/
+1
*
Implement a case-folding version of DJB hash
Pavel Labath
2018-02-14
3
-1
/
+820
*
Fix off-by-one in set_thread_name which causes truncation to fail on Linux
Sam McCall
2018-02-13
1
-1
/
+2
*
Make LLVM timer reprintable: that is, make more than one print action on the ...
George Karpenkov
2018-02-10
1
-2
/
+10
*
[ARM] Add 'fillValidCPUArchList' to ARM targets
Erich Keane
2018-02-08
1
-0
/
+14
*
[ADT] Replace sys::MemoryFence with standard atomics.
Benjamin Kramer
2018-02-01
1
-6
/
+2
*
Add more initializers to quiet a clang warning
Daniel Sanders
2018-01-30
1
-0
/
+4
*
[Support] Move DJB hash to support. NFC
Jonas Devlieghere
2018-01-28
2
-0
/
+21
*
[Support] Move PrintEscapedString into the library its declaration is in
Benjamin Kramer
2018-01-26
1
-0
/
+10
*
[WebAssembly] Switch to *-wasm as the default target triple.
Dan Gohman
2018-01-23
1
-2
/
+4
*
Revert r322595: Specify inline for isWhitespace in CommandLine.cpp
Rui Ueyama
2018-01-22
1
-1
/
+1
*
Fallback option for colorized output when terminfo isn't available
Petr Hosek
2018-01-19
1
-0
/
+15
*
[X86] Add intrinsic support for the RDPID instruction
Craig Topper
2018-01-18
1
-1
/
+3
*
Typo fix SIBABRT -> SIGABRT.
Eric Christopher
2018-01-18
1
-1
/
+1
*
Support: Add missing #include.
Peter Collingbourne
2018-01-18
1
-0
/
+2
*
[Support] Return an enum instead of an unsigned; NFC.
George Burgess IV
2018-01-17
1
-2
/
+2
[next]