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
*
LibFuzzer.rst: double backticks
Hans Wennborg
2019-02-12
1
-3
/
+3
*
[NativePDB] Process virtual bases in the correct order
Aleksandr Urakov
2019-02-12
4
-12
/
+45
*
tsan: Introduce in_symbolizer() function for Thread sanitizer
Dmitry Vyukov
2019-02-12
4
-22
/
+28
*
Delete blocks from DTU to avoid dangling pointers
Max Kazantsev
2019-02-12
1
-1
/
+1
*
[LoopSimplifyCFG] Pay respect to LCSSA when removing dead blocks
Max Kazantsev
2019-02-12
2
-9
/
+30
*
[X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics p...
Craig Topper
2019-02-12
2
-8
/
+8
*
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Max Kazantsev
2019-02-12
9
-29
/
+29
*
[Statepoint Lowering] Update misleading comments about chains
Philip Reames
2019-02-12
1
-9
/
+7
*
[NFC] Add parameter for keeping one-input Phis in DeleteDeadBlock(s)
Max Kazantsev
2019-02-12
2
-11
/
+19
*
[X86] Collapse FP_TO_INT16_IN_MEM/FP_TO_INT32_IN_MEM/FP_TO_INT64_IN_MEM into ...
Craig Topper
2019-02-12
3
-21
/
+19
*
[X86] Remove the value type operand from the floating point load/store MemInt...
Craig Topper
2019-02-12
3
-58
/
+84
*
[CMake] Avoid internal dependencies in the runtimes build
Petr Hosek
2019-02-12
1
-1
/
+1
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
52
-191
/
+187
*
[libFuzzer] make the fork mode less verbose
Kostya Serebryany
2019-02-12
5
-28
/
+52
*
[build] Remove a stray comment. NFC
Shoaib Meenai
2019-02-12
1
-1
/
+1
*
[libFuzzer] teach the fork mode to ignore OOMs and timeouts
Kostya Serebryany
2019-02-12
7
-11
/
+47
*
Fix VS2015 build problem introduced by r353370.
Douglas Yung
2019-02-12
1
-2
/
+2
*
[CMake] Don't override required compiler flags in the runtimes build
Petr Hosek
2019-02-12
1
-13
/
+5
*
[x86] add tests for logic of setcc (PR40611); NFC
Sanjay Patel
2019-02-12
1
-0
/
+30
*
[PowerPC] add tests for logic of setcc (PR40611); NFC
Sanjay Patel
2019-02-12
1
-0
/
+30
*
[sanitizer] Don't compile GetPathAssumingFileIsRelativeToExec on Fuchsia
Petr Hosek
2019-02-12
1
-9
/
+20
*
[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt
Petr Hosek
2019-02-12
2
-8
/
+0
*
Fix r353771 to target linux only (split-dwarf isn't supported on macho)
David Blaikie
2019-02-12
1
-0
/
+2
*
[CMake][XRay] Silence llvm-config error when checking library support
Petr Hosek
2019-02-12
1
-2
/
+4
*
[Thread] Update the correct variable
Jonas Devlieghere
2019-02-12
1
-4
/
+2
*
[libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; se...
Kostya Serebryany
2019-02-12
2
-4
/
+5
*
[libFuzzer] simplify the code for print_coverage=1 so that it doesn't fail on...
Kostya Serebryany
2019-02-12
1
-2
/
+2
*
[libFuzzer] Make coverage.test work on ARM64
Julian Lettner
2019-02-12
1
-6
/
+6
*
[LoopReroll] Fix reroll root legality checking.
Eli Friedman
2019-02-12
2
-0
/
+34
*
Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.
Jonas Devlieghere
2019-02-12
2
-8
/
+18
*
[libFuzzer] run the -fork=1 tests only on linux
Kostya Serebryany
2019-02-12
2
-1
/
+5
*
[Test] Use autogenerated checks for more statepoint tests
Philip Reames
2019-02-12
4
-125
/
+303
*
[libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...
Kostya Serebryany
2019-02-12
12
-36
/
+110
*
Don't declare fenv.h functions when they're a macro.
Eric Fiselier
2019-02-12
1
-100
/
+11
*
[Tests] Fill out a few tests around gc relocation uniquing
Philip Reames
2019-02-12
1
-3
/
+36
*
Make the sym_diff utilities more useful.
Eric Fiselier
2019-02-12
3
-17
/
+40
*
DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...
David Blaikie
2019-02-12
3
-2
/
+40
*
[Test] Autogenerate a statepoint test and actual show the reload
Philip Reames
2019-02-11
1
-2
/
+32
*
[ObjectFileMachO] Revert std::make_shared
Jonas Devlieghere
2019-02-11
1
-14
/
+8
*
Some cleanup after moving to std::make_shared
Jonas Devlieghere
2019-02-11
2
-21
/
+13
*
Add fenv.h header
Eric Fiselier
2019-02-11
7
-12
/
+241
*
Be conservative about unordered accesses for the moment
Philip Reames
2019-02-11
2
-3
/
+8
*
Add a new attribute, fortify_stdlib
Erik Pilkington
2019-02-11
11
-1
/
+434
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
98
-443
/
+645
*
[tblgen] Add a timer covering the time spent reading the Instruction defs
Daniel Sanders
2019-02-11
3
-0
/
+17
*
[Sema] Mark GNU compound literal array init as an rvalue.
Eli Friedman
2019-02-11
3
-9
/
+49
*
[WebAssembly] Make thread-related options consistent
Heejin Ahn
2019-02-11
8
-14
/
+64
*
[NFC][clangd] Remove unused lambda capture
Francis Visoiu Mistrih
2019-02-11
1
-1
/
+1
*
GlobalISel: Verify G_EXTRACT
Matt Arsenault
2019-02-11
3
-2
/
+59
*
[TargetLibraryInfo] Update run time support for Windows
Evandro Menezes
2019-02-11
3
-141
/
+151
[next]