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
*
Added an assert in `isConstantInitializer`: initializer lists must be in sema...
Dmitri Gribenko
2019-05-10
1
-0
/
+1
*
[PPC64] Define getThunkSectionSpacing() based on the range of R_PPC64_REL24
Fangrui Song
2019-05-10
9
-59
/
+101
*
Assume `__cxa_allocate_exception` returns an under-aligned memory on
Akira Hatanaka
2019-05-10
9
-18
/
+148
*
Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...
Fangrui Song
2019-05-10
3
-5
/
+6
*
[WebAssembly] Don't assume that strongly defined symbols are DSO-local
Sam Clegg
2019-05-10
6
-16
/
+27
*
[WebAssembly] Remove friend18.C from list of known gcc torture test failures....
Sam Clegg
2019-05-10
1
-1
/
+0
*
[libFuzzer] code refactoring; NFC
Kostya Serebryany
2019-05-10
5
-45
/
+45
*
[libFuzzer] small refactoring in the driver; dummy implementation of collect_...
Kostya Serebryany
2019-05-10
4
-21
/
+44
*
[Docs] Fix table formatting in Pytho reference
Jonas Devlieghere
2019-05-10
1
-98
/
+98
*
Disable the step over skipping calls feature since buildbots are not happy.
Greg Clayton
2019-05-10
1
-2
/
+2
*
[llvm] X86DiscriminateMemOps: insert debug info when missing
Mircea Trofin
2019-05-10
2
-2
/
+58
*
[AMDGPU] Pattern for v_xor3_b32
Stanislav Mekhanoshin
2019-05-10
9
-1
/
+405
*
[compiler-rt] Migrate to _zx_clock_get_new/_zx_clock_get_monotonic
Petr Hosek
2019-05-09
1
-2
/
+7
*
[X86] Improve lowering of idemptotent RMW operations
Philip Reames
2019-05-09
2
-66
/
+111
*
[JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.
Lang Hames
2019-05-09
2
-10
/
+10
*
Compile time tweak for libcall lookup
Philip Reames
2019-05-09
1
-0
/
+5
*
[libFuzzer] Unpoison parameters before calling user callback.
Matt Morehouse
2019-05-09
4
-1
/
+37
*
[NFC][compiler-rt][builtins] Tidy and match comments for floating point opera...
Leonard Chan
2019-05-09
9
-102
/
+94
*
[TSan][libdispatch] Enable test that supposedly deadlocks on bot
Julian Lettner
2019-05-09
1
-2
/
+0
*
Remember to decay arrays to pointers before checking whether the
Richard Smith
2019-05-09
2
-3
/
+19
*
[Docs] Port python reference page
Jonas Devlieghere
2019-05-09
2
-0
/
+823
*
[libFuzzer] perform more agressive value profiling in memcmp
Kostya Serebryany
2019-05-09
2
-3
/
+9
*
[ORC] Simplify logic for updating edges when should-discard atoms are pruned.
Lang Hames
2019-05-09
1
-16
/
+4
*
[JITLink] Improve/fix some JITLink debugging output.
Lang Hames
2019-05-09
2
-9
/
+11
*
[ORC] Fix a formatting bug.
Lang Hames
2019-05-09
1
-1
/
+1
*
Add ".dword" directive
Bill Wendling
2019-05-09
2
-3
/
+44
*
llvm-dwarfdump: Add dwo parsing to --statistics.
Caroline Tice
2019-05-09
4
-1
/
+1463
*
[MSan] Introduce __msan_unpoison_param().
Matt Morehouse
2019-05-09
4
-0
/
+58
*
[libFuzzer] implement -focus_function=auto, to be used with Data Flow Traces
Kostya Serebryany
2019-05-09
8
-12
/
+297
*
DebugInfo/DWARF: Minor expression simplification
David Blaikie
2019-05-09
1
-1
/
+1
*
[COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC
Reid Kleckner
2019-05-09
5
-83
/
+78
*
Improve step over performance by not stopping at branches that are function c...
Greg Clayton
2019-05-09
5
-10
/
+38
*
NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-...
Alex Lorenz
2019-05-09
1
-1
/
+1
*
Use UNSUPPORTED: windows in shtest-timeout.py. Apparently system-windows does...
Stella Stamenova
2019-05-09
1
-1
/
+3
*
[libFuzzer] simplify value-profile-mem.test a little bit
Kostya Serebryany
2019-05-09
1
-1
/
+2
*
Fix TestVSCode_attach on Linux
Stella Stamenova
2019-05-09
1
-4
/
+7
*
DR1872: don't allow any calls to virtual functions in constant
Richard Smith
2019-05-09
8
-19
/
+87
*
Simplify tracking of end of consumed decl-specifier sequence.
Richard Smith
2019-05-09
1
-11
/
+7
*
Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED...
Stella Stamenova
2019-05-09
3
-3
/
+3
*
Revert "[WebAssembly] Don't generate unused table entries."
Sam Clegg
2019-05-09
4
-28
/
+26
*
[CodeGen] Add comment about FSUB <-> FNEG xforms
Cameron McInally
2019-05-09
1
-0
/
+4
*
[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).
Alexey Bataev
2019-05-09
9
-16
/
+112
*
[AMDGPU] gfx1010 v_interp_* instructions
Stanislav Mekhanoshin
2019-05-09
1
-6
/
+11
*
Specify target triple to fix the tests I committed in r360359 that are
Akira Hatanaka
2019-05-09
3
-3
/
+3
*
[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.
Alexey Bataev
2019-05-09
41
-69
/
+121
*
Specify ObjC runtime to fix the tests I committed in r360359 that are
Akira Hatanaka
2019-05-09
3
-3
/
+3
*
[X86][SSE] Fold add(shuffle(),shuffle()) to hadd on 'slow' targets (PR39920)
Simon Pilgrim
2019-05-09
7
-1250
/
+401
*
[CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make
Akira Hatanaka
2019-05-09
24
-214
/
+232
*
check_clang_tidy.py now passes `-format-style=none` to clang_tidy
Dmitri Gribenko
2019-05-09
1
-7
/
+19
*
[DAGCombiner] Limit number of nodes explored as store candidates.
Florian Hahn
2019-05-09
1
-2
/
+5
[next]