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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "DenseSet: Appease msc18 to define derived constructors explicitly."
Reid Kleckner
2016-10-19
1
-12
/
+0
*
Update docs to reflect new minimum MSVC version requirement
Reid Kleckner
2016-10-19
3
-10
/
+6
*
[PGO] Fix bogus warning for merging empty llvm profile file
Rong Xu
2016-10-19
7
-2
/
+47
*
[cmake] Follow LLVM's lead in creating exported tool targets for clang tools.
Michael Gottesman
2016-10-19
1
-0
/
+1
*
[BuildingAJIT] Use the remote target triple to construct the TargetMachine in
Lang Hames
2016-10-19
1
-1
/
+2
*
Add computeHostNumPhysicalCores() implementation for Darwin
Mehdi Amini
2016-10-19
2
-2
/
+22
*
AMDGPU : Add a function to enable and disable IEEEBit for SC and shader
Wei Ding
2016-10-19
4
-13
/
+45
*
Remove the JIT EH/small code model tests for now.
Lang Hames
2016-10-19
2
-64
/
+0
*
Add optimization to sizeof...(X) handling: if none of parameter pack X's
Richard Smith
2016-10-19
4
-1
/
+130
*
Don't crash generating debug info for VLA in function prototype.
Eli Friedman
2016-10-19
2
-7
/
+17
*
DebugInfo: use uint32_t for alignment variables.
Victor Leschuk
2016-10-19
1
-17
/
+17
*
[CMake] Make the runtimes directory work with bootstrap builds
Chris Bieneman
2016-10-19
1
-0
/
+15
*
[InstSimplify] fold negation of sign-bit
Sanjay Patel
2016-10-19
2
-13
/
+24
*
[CMake] Add clang-bootstrap-deps target
Chris Bieneman
2016-10-19
1
-11
/
+13
*
[CUDA] When we emit an error that might have been deferred, also print a call...
Justin Lebar
2016-10-19
10
-82
/
+197
*
[CMake] Support thin LTO in PGO CMake cache
Chris Bieneman
2016-10-19
1
-2
/
+2
*
Avoid using grep command in a test.
Rui Ueyama
2016-10-19
1
-10
/
+11
*
[AST] Add CanonicalDeclPtr<T>.
Justin Lebar
2016-10-19
1
-1
/
+63
*
[CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...
Justin Lebar
2016-10-19
3
-8
/
+49
*
[ubsan] Drop dependency on a 64-bit arch in a test (NFC)
Vedant Kumar
2016-10-19
1
-14
/
+14
*
Move getVersionString to Core and simplify Version.cpp.
Rui Ueyama
2016-10-19
5
-75
/
+22
*
[ubsan] Re-work check lines to try to appease a bot (NFC)
Vedant Kumar
2016-10-19
1
-17
/
+10
*
New clang option -mpie-copy-relocations to use copy relocations for PIE builds.
Sriraman Tallam
2016-10-19
5
-0
/
+17
*
[BuildingAJIT] Make the chapter 5 server export symbols.
Lang Hames
2016-10-19
1
-0
/
+2
*
[ubsan] Use the object pointer's type info for devirtualized calls
Vedant Kumar
2016-10-19
2
-6
/
+100
*
Typo: nomed struct -> named struct
Hans Wennborg
2016-10-19
1
-1
/
+1
*
Include ARGV[0] in error messages.
Rui Ueyama
2016-10-19
7
-10
/
+13
*
[GlobalMerge] Handle non-landingpad EH pads
Reid Kleckner
2016-10-19
2
-14
/
+58
*
[IndVarSimplify] Teach calculatePostIncRange to take guards into account
Artur Pilipenko
2016-10-19
2
-2
/
+140
*
[LV] Avoid emitting trivially dead instructions
Matthew Simpson
2016-10-19
2
-0
/
+87
*
[AliasSetTracker] Add support for memcpy and memmove.
Chad Rosier
2016-10-19
3
-1
/
+138
*
[IndVarSimplify] Use control-dependent range information to prove non-negativity
Artur Pilipenko
2016-10-19
2
-2
/
+323
*
[AliasSetTracker] Return void for add() functions. NFC.
Chad Rosier
2016-10-19
2
-52
/
+33
*
[InstSimplify] move one and add more tests for potential negation folds
Sanjay Patel
2016-10-19
2
-9
/
+63
*
Add a macro for prefetching data.
Rafael Espindola
2016-10-19
1
-0
/
+6
*
Remove ending "." from an error message.
Rui Ueyama
2016-10-19
2
-2
/
+2
*
MS ABI: Fix assert when generating virtual function call with virtual bases a...
Hans Wennborg
2016-10-19
2
-9
/
+23
*
[ADT] Zip range adapter
Mehdi Amini
2016-10-19
2
-0
/
+152
*
[polly] Fix non-determinism in polly BlockGenerators
Mandeep Singh Grang
2016-10-19
1
-2
/
+2
*
[llvm-cov] Don't spawn a thread unless ThreadCount > 1
Vedant Kumar
2016-10-19
1
-27
/
+39
*
[mips][msa] Range check MSA intrinsics with immediates
Simon Dardis
2016-10-19
5
-56
/
+671
*
[AMDGPU] Stop using MCRegisterClass::getSize()
Krzysztof Parzyszek
2016-10-19
4
-11
/
+46
*
[ThinLTO] Default backend threads to heavyweight_hardware_concurrency
Teresa Johnson
2016-10-19
4
-6
/
+10
*
[Myriad] Find libc++ headers next to clang binary
Douglas Katzman
2016-10-19
2
-11
/
+18
*
Merged nested ifs. NFCI.
Simon Pilgrim
2016-10-19
1
-7
/
+6
*
Revert "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-19
10
-212
/
+124
*
[ELF] Add `const` qualifier to functions. NFC
Simon Atanasyan
2016-10-19
2
-3
/
+3
*
[DAGCombiner] Add general constant vector support to (shl (add x, c1), c2) ->...
Simon Pilgrim
2016-10-19
2
-5
/
+6
*
[WinEH] Allow catchpads to reuse the same catch object
Reid Kleckner
2016-10-19
2
-4
/
+114
*
[DAG] optimize negation of bool
Sanjay Patel
2016-10-19
14
-125
/
+165
[next]