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
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
4
-60
/
+94
*
Remove unused variable; NFC
George Burgess IV
2018-03-15
1
-1
/
+0
*
[sanitizer] Fix off type in mmap64 interceptor
Vitaly Buka
2018-03-15
1
-1
/
+1
*
[test] cmake: Ensure liblldb builds before tests run
Vedant Kumar
2018-03-15
1
-0
/
+4
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
19
-145
/
+140
*
[CFG] Allow CallExpr's to be looked up in CFG's
Richard Trieu
2018-03-15
2
-0
/
+27
*
[Dictionary] Rewrite the test added in r327587 as an inline test.
Davide Italiano
2018-03-15
6
-20
/
+13
*
[analyzer] Explicitly set an -std level for the analyzer test.
George Karpenkov
2018-03-14
1
-1
/
+1
*
[clang-tidy] Add Zircon module to clang-tidy
Julie Hockett
2018-03-14
12
-0
/
+334
*
[CleanUp] Remove NumInstructions field from LoopVectorizer's RegisterUsage st...
Matt Davis
2018-03-14
1
-7
/
+0
*
[X86][Btver2] Add support for multiple pipelines stages for fpu schedules. NFCI.
Simon Pilgrim
2018-03-14
1
-98
/
+41
*
[DataFormatters] Implement summary for __NSDictionary0.
Davide Italiano
2018-03-14
5
-0
/
+24
*
[test] Skip more lldb-mi tests which occasionally time out on Darwin
Vedant Kumar
2018-03-14
1
-1
/
+6
*
[InstSimplify] add tests for frem and vectors with undef; NFC
Sanjay Patel
2018-03-14
1
-3
/
+88
*
Update Error Message
Rumeet Dhindsa
2018-03-14
13
-15
/
+16
*
[AMDGPU] Waitcnt pass: Modify the waitcnt pass to propagate info in the case ...
Mark Searles
2018-03-14
2
-13
/
+55
*
[X86][Btver2] Add ResourceCycles and NumMicroOps overrides to scalar instruct...
Simon Pilgrim
2018-03-14
1
-2
/
+8
*
[FastISel] Sink local value materializations to first use
Reid Kleckner
2018-03-14
37
-407
/
+750
*
[CodeGen] Use MIR syntax for MachineMemOperand printing
Francis Visoiu Mistrih
2018-03-14
20
-318
/
+261
*
[WebAssembly] Fix -Werror=extra failure due to enum in ternary
Nicholas Wilson
2018-03-14
1
-1
/
+2
*
Remove test deep-ast-tree.cpp
Yaxun Liu
2018-03-14
1
-267
/
+0
*
[EarlyCSE] Exploit open ended invariant.start scopes
Philip Reames
2018-03-14
3
-31
/
+303
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
17
-83
/
+112
*
[InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)
Sanjay Patel
2018-03-14
2
-32
/
+22
*
[ELF] Add .eh_frame pieces to map file
Rui Ueyama
2018-03-14
4
-3
/
+52
*
[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2018-03-14
14
-231
/
+346
*
[X86] Add haswell testing for PR35635 as well.
Simon Pilgrim
2018-03-14
1
-16
/
+34
*
[COFF] Fix LLD COFF tests as a follow-up to r327563
Reid Kleckner
2018-03-14
5
-8
/
+11
*
Reduce AST depth for test deep-ast-tree.cpp for atom
Yaxun Liu
2018-03-14
1
-2
/
+4
*
[AArch64] Emit CSR loads in the same order as stores
Francis Visoiu Mistrih
2018-03-14
2
-14
/
+142
*
[test] Skip some lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-14
2
-0
/
+11
*
[test] Fix a temp filename in a test from SVN r327561. NFC.
Martin Storsjo
2018-03-14
1
-1
/
+1
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
17
-112
/
+83
*
Implement --cref.
Rui Ueyama
2018-03-14
8
-3
/
+84
*
[UpdateTestChecks] Handle IR variables with a '-' in the name
Alexander Richardson
2018-03-14
1
-1
/
+2
*
[COFF] Enable per-function and data sections in LTO
Reid Kleckner
2018-03-14
2
-0
/
+32
*
[MinGW] Add support for the GNU ld flag --kill-at
Martin Storsjo
2018-03-14
3
-0
/
+7
*
[COFF] Add support for the GNU ld flag --kill-at
Martin Storsjo
2018-03-14
5
-1
/
+67
*
[wasm] Fix wasm lld test on Windows, where the executable name ends in .exe
Reid Kleckner
2018-03-14
1
-1
/
+1
*
[COFF] Add integration test for LTO + /guard:cf
Reid Kleckner
2018-03-14
2
-0
/
+50
*
[Parser] (C++) Make -Wextra-semi slightly more useful
Roman Lebedev
2018-03-14
4
-2
/
+37
*
[MC] Always emit relocations for same-section function references
Reid Kleckner
2018-03-14
2
-13
/
+24
*
[libomptarget][nvptx] Bug fix: Correctly identify the warp master active thread.
George Rokos
2018-03-14
1
-1
/
+2
*
Separate sentences to clarify a comment.
Rui Ueyama
2018-03-14
1
-7
/
+9
*
[InstSimplify] add tests to show missing/broken fadd folds (PR27151, PR26958)...
Sanjay Patel
2018-03-14
1
-27
/
+77
*
[InstSimplify] regenerate checks; NFC
Sanjay Patel
2018-03-14
1
-24
/
+24
*
[test] Delete some xfailed lldb-mi tests
Vedant Kumar
2018-03-14
7
-638
/
+0
*
[LLVM-C] [bindings/go] Add C and Golang bindings for COMDAT
Reid Kleckner
2018-03-14
5
-10
/
+186
*
[clangd] Use Contents from inputs in codeComplete and signatureHelp
Simon Marchi
2018-03-14
1
-13
/
+10
*
Use GetItemAtIndexAsString overload for ConstString and move set rather than ...
Tatyana Krasnukha
2018-03-14
1
-6
/
+3
[next]