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
*
DAG: Don't use ABI copies in some contexts
Matt Arsenault
2018-08-30
2
-2
/
+179
*
[COFF] Skip exporting artificial symbols when exporting all symbols
Martin Storsjo
2018-08-30
2
-2
/
+6
*
[test] Adjust a test to use CHECK-NEXT instead of CHECK-NOT. NFC.
Martin Storsjo
2018-08-30
1
-6
/
+5
*
[NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis
Max Kazantsev
2018-08-30
12
-16
/
+15
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
10
-19
/
+64
*
Ensure canonical type is actually canonical.
Richard Trieu
2018-08-30
2
-2
/
+76
*
[XRay][llvm] Load XRay Profiles
Dean Michael Berris
2018-08-30
5
-0
/
+817
*
[sanitizer] Transition to new _zx_vmar_... calls
Petr Hosek
2018-08-30
2
-18
/
+16
*
[WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcasts
Sam Clegg
2018-08-30
3
-22
/
+95
*
Adjust Attr representation so that changes to documentation don't affect
Richard Smith
2018-08-30
2
-17
/
+144
*
[GlobalMerge] Fix GlobalMerge on bss external global variables.
Huihui Zhang
2018-08-30
3
-30
/
+95
*
[hwasan] add a simple threaded UAF test, make it work on x86 (need to disable...
Kostya Serebryany
2018-08-30
5
-4
/
+47
*
Provide a default implementation of TypeSystem::GetNumTemplateArguments
Frederic Riss
2018-08-30
6
-16
/
+5
*
[hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to Thread
Kostya Serebryany
2018-08-30
7
-40
/
+107
*
[SimplifyCFG] Rename a variable for readibility of a future change [NFC]
Philip Reames
2018-08-30
1
-8
/
+9
*
Move the column marking functionality to the Highlighter framework
Raphael Isemann
2018-08-30
10
-105
/
+188
*
[AttrDocs] Fix build bots: add missing GNUInline pragma to test.
Jordan Rupprecht
2018-08-30
1
-1
/
+2
*
[SimplifyCFG] Fix a cost modeling oversight in branch commoning
Philip Reames
2018-08-30
2
-2
/
+60
*
[MS Demangler] Fix several crashes and demangling bugs.
Zachary Turner
2018-08-29
6
-28
/
+82
*
[NFC] Make getPreferredAlignment honor section markings.
Eli Friedman
2018-08-29
2
-11
/
+16
*
ELF: Don't examine values of linker script symbols during ICF.
Peter Collingbourne
2018-08-29
4
-2
/
+22
*
[SimplifyCFG] Common debug handling [NFC]
Philip Reames
2018-08-29
1
-8
/
+0
*
[llvm-strip] Fix -p|--preserve-dates to not truncate output when used in-place.
Jordan Rupprecht
2018-08-29
2
-1
/
+10
*
[MemorySSA] Silence warning.
Alina Sbirlea
2018-08-29
1
-0
/
+1
*
Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier to
Adrian Prantl
2018-08-29
2
-115
/
+101
*
Reverse subregister saved loops in register usage info collector; NFC
Matthias Braun
2018-08-29
1
-23
/
+22
*
Last week, someone noted that a couple of the time_point member functions wer...
Marshall Clow
2018-08-29
3
-12
/
+54
*
Revert r340947 "[InstCombine] Expand the simplification of pow() into exp2()"
Reid Kleckner
2018-08-29
2
-42
/
+22
*
[analyzer] Document that pointer arithmetic is not represented by SymExprs.
Artem Dergachev
2018-08-29
2
-2
/
+7
*
[hwasan] remove even more stale code
Kostya Serebryany
2018-08-29
2
-33
/
+6
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
12
-6
/
+75
*
[AttrDocs]: document gnu_inline function attribute
Nick Desaulniers
2018-08-29
2
-1
/
+36
*
[analyzer] Improve tracing for uninitialized struct fields
George Karpenkov
2018-08-29
5
-118
/
+211
*
[hwasan] remove more stale code
Kostya Serebryany
2018-08-29
3
-57
/
+27
*
[analyzer] Support modeling no-op BaseToDerived casts in ExprEngine.
Artem Dergachev
2018-08-29
6
-13
/
+151
*
[hwasan] get rid of some macros, remove the fixed shadow mapping
Kostya Serebryany
2018-08-29
8
-60
/
+40
*
[analyzer] CFRetainReleaseChecker: Don't check C++ methods with the same name.
Artem Dergachev
2018-08-29
2
-61
/
+43
*
[MemorySSA] Fix checkClobberSanity to skip Start only for Defs and Uses.
Alina Sbirlea
2018-08-29
1
-5
/
+10
*
[hwasan] formatting change, NFC
Kostya Serebryany
2018-08-29
9
-10
/
+13
*
[hwasan] rename some variables and functions for better readability, NFC
Kostya Serebryany
2018-08-29
4
-51
/
+54
*
Add a todo and tests to Address a review commnt from D50925 [NFC]
Philip Reames
2018-08-29
2
-1
/
+120
*
[CFG] [analyzer] Disable argument construction contexts for variadic functions.
Artem Dergachev
2018-08-29
3
-13
/
+49
*
[libFuzzer] Remove mutation stats and weighted mutation selection.
Max Moroz
2018-08-29
7
-109
/
+20
*
[CFG] [analyzer] Disable argument construction contexts for variadic functions.
Artem Dergachev
2018-08-29
2
-2
/
+22
*
[LICM] Hoist stores of invariant values to invariant addresses out of loops
Philip Reames
2018-08-29
6
-16
/
+135
*
[hwasan] simplify the realloc implementation: always allocate/deallocate on r...
Kostya Serebryany
2018-08-29
3
-28
/
+42
*
[analyzer] Fix tests on 32-bit platforms by specifying the tuple explicitly
George Karpenkov
2018-08-29
1
-5
/
+9
*
Add a thread-local ring buffer of heap allocations
Kostya Serebryany
2018-08-29
6
-4
/
+60
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-08-29
5
-25
/
+27
*
[sanitizer] reapply r340884 'Add a RingBuffer class to sanitizer_common', wit...
Kostya Serebryany
2018-08-29
4
-0
/
+159
[next]