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 [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
65
-8946
/
+384
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
28
-362
/
+408
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
65
-384
/
+8946
*
[x86] add tests for shift-logic-shift; NFC
Sanjay Patel
2019-08-30
1
-0
/
+174
*
[AArch64] add tests for shift-logic-shift; NFC
Sanjay Patel
2019-08-30
1
-0
/
+150
*
Make add_new_check.py's insertion of registerCheck<> match the sort order
Daniel Sanders
2019-08-30
1
-20
/
+39
*
[test] Make sure PROMPT is a string
Jonas Devlieghere
2019-08-30
1
-1
/
+1
*
[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-08-30
21
-38
/
+145
*
[IFS][NFC] llvm-ifs: Fixing build bot build break: revert r370517 and r370510.
Puyan Lotfi
2019-08-30
1
-5
/
+13
*
[Thumb2] tighten CHECK lines in test; NFC
Sanjay Patel
2019-08-30
1
-2
/
+4
*
[IFS][NFC] llvm-ifs: Fixing build bot error due to commit conflicts.
Puyan Lotfi
2019-08-30
1
-8
/
+0
*
gn build: Merge r370512
Nico Weber
2019-08-30
1
-0
/
+1
*
[X86] Fix mul test cases in avx512-broadcast-unfold.ll to not get canonicaliz...
Craig Topper
2019-08-30
1
-239
/
+37
*
[clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidy
Daniel Sanders
2019-08-30
10
-0
/
+340
*
[IFS][NFC] llvm-ifs: Fixing build errors for bots using GCC.
Puyan Lotfi
2019-08-30
1
-5
/
+5
*
[lld][WebAssembly] Fix spurious signature mismatch warnings
Sam Clegg
2019-08-30
2
-2
/
+17
*
[DFAPacketizer] Allow namespacing of automata per-itinerary
James Molloy
2019-08-30
2
-24
/
+52
*
[X86] Regenerate the test cases added in r370506.
Craig Topper
2019-08-30
1
-21
/
+22
*
[X86] Add test caes for opportunities for machine LICM to unfold broadcasted ...
Craig Topper
2019-08-30
1
-0
/
+1844
*
[PowerPC][NFC] Avoid checking non-relevant .cfi instructions
Jinsong Ji
2019-08-30
16
-612
/
+146
*
Fix compilation warnings. NFC.
Michael Liao
2019-08-30
1
-1
/
+10
*
[lldb][NFC] More tests for invalid register command invocations
Raphael Isemann
2019-08-30
1
-0
/
+15
*
Make `vector` unconditionally move elements when exceptions are disabled.
Eric Fiselier
2019-08-30
3
-10
/
+82
*
gn build: Merge r370500
Nico Weber
2019-08-30
1
-0
/
+1
*
[MachinePipeliner] Separate schedule emission, NFC
James Molloy
2019-08-30
5
-1200
/
+1496
*
[llvm-ifs][IFS] llvm Interface Stubs merging + object file generation tool.
Puyan Lotfi
2019-08-30
17
-1
/
+793
*
[DAGCombine] ReduceLoadWidth - remove duplicate SDLoc. NFCI.
Simon Pilgrim
2019-08-30
1
-3
/
+2
*
[TargetLowering] SimplifyDemandedBits ADD/SUB/MUL - correctly inherit SDNodeF...
Simon Pilgrim
2019-08-30
1
-4
/
+2
*
GlobalISel: Fix missing pass dependency
Matt Arsenault
2019-08-30
1
-0
/
+1
*
[X86] Pass v32i16/v64i8 in zmm registers on KNL target.
Craig Topper
2019-08-30
69
-4175
/
+4427
*
[ValueTypes] Add v16f16 and v32f16 to EVT::getEVTString and Tablegen's getEnu...
Craig Topper
2019-08-30
2
-0
/
+4
*
[clang-scan-deps] NFC, remove outdated implementation comment
Alex Lorenz
2019-08-30
1
-1
/
+0
*
gn build: Merge r370490
Nico Weber
2019-08-30
1
-0
/
+1
*
[LLD] [COFF] Add a missing REQUIRES line to a recently added test. NFC.
Martin Storsjo
2019-08-30
1
-0
/
+2
*
MemTag: unchecked load/store optimization.
Evgeniy Stepanov
2019-08-30
8
-1
/
+389
*
[DAGCombine] visitVSELECT - remove equivalent getValueType() call. NFCI.
Simon Pilgrim
2019-08-30
1
-1
/
+0
*
FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-30
3
-11
/
+4
*
[lld-link] implement -start-lib and -end-lib
Bob Haarman
2019-08-30
15
-70
/
+316
*
[INSTRUCTIONS] Add support of const for getLoadStorePointerOperand() and
Whitney Tsang
2019-08-30
1
-2
/
+9
*
[Attributor] Fix: do not pretend to preserve the CFG
Johannes Doerfert
2019-08-30
1
-1
/
+0
*
[X86] Merge X86InstrInfo::loadRegFromAddr/storeRegToAddr into their only call...
Craig Topper
2019-08-30
2
-50
/
+21
*
[lit] Fix my earlier bogus fix to not set DYLD_LIBRARY_PATH with Asan.
Jonas Devlieghere
2019-08-30
1
-1
/
+1
*
[clangd] Add highlighting for macro expansions.
Johan Vikstrom
2019-08-30
4
-29
/
+42
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
64
-8945
/
+384
*
[Attributor] Use existing function information for the call site
Johannes Doerfert
2019-08-30
16
-30
/
+278
*
[Attributor] Manifest load/store alignment generally
Johannes Doerfert
2019-08-30
2
-25
/
+27
*
[DAGCombine] visitVSELECT - remove duplicate getOperand calls. NFCI.
Simon Pilgrim
2019-08-30
1
-4
/
+3
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
64
-384
/
+8945
*
[InstCombine][AMDGPU] Simplify tbuffer loads
Piotr Sobczak
2019-08-30
2
-0
/
+661
*
[llvm-nm] Small fix to Exected<StringRef>
Sid Manning
2019-08-30
1
-1
/
+1
[next]