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
*
[XRay] Help gcc disambiguate names
Dean Michael Berris
2018-08-30
1
-3
/
+4
*
[clang-tidy] fix check_clang_tidy to forbid mixing of CHECK-NOTES and CHECK-M...
Jonas Toth
2018-08-30
1
-0
/
+3
*
AMDGPU: Default to hidden visibility
Matt Arsenault
2018-08-30
3
-0
/
+24
*
[XRay] Move out template and use perfect forwarding
Dean Michael Berris
2018-08-30
1
-2
/
+3
*
Revert "[SimplifyCFG] Common debug handling [NFC]"
Martin Storsjo
2018-08-30
1
-0
/
+8
*
[XRay] Remove attribute packed
Dean Michael Berris
2018-08-30
1
-2
/
+2
*
[XRay] FDRTraceWriter and FDR Trace Loading
Dean Michael Berris
2018-08-30
9
-2
/
+990
*
Don't count debug instructions towards neighborhood count
Matt Arsenault
2018-08-30
2
-3
/
+196
*
CodeGen: Make computeRegisterLiveness search forward first
Matt Arsenault
2018-08-30
3
-39
/
+40
*
CodeGen: Make computeRegisterLiveness consider successors
Matt Arsenault
2018-08-30
3
-6
/
+82
*
[DWARF] Missing location debug information with -O2.
Carlos Alberto Enciso
2018-08-30
5
-20
/
+101
*
[X86] Improved sched model for X86 CMPXCHG* instructions.
Andrew V. Tischenko
2018-08-30
14
-90
/
+60
*
[InstCombine] Add test cases for D51398
Craig Topper
2018-08-30
1
-0
/
+93
*
[X86] Make Feature64Bit useful
Craig Topper
2018-08-30
9
-24
/
+81
*
[X86] Update test command line to not use 64-bit mode on a 32-bit only athlon...
Craig Topper
2018-08-30
1
-188
/
+289
*
[X86] Remove powerpc cpu name and features from uwtables.ll
Craig Topper
2018-08-30
1
-1
/
+1
*
[Xray] Darwin improving slightly the support
David Carlier
2018-08-30
3
-3
/
+7
*
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
[next]