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
*
[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
*
Reuse IsEmpty for ConstString::operator bool().
Tatyana Krasnukha
2018-03-14
1
-1
/
+1
*
Attempt to fix failure of deep-ast-tree.cpp on atom and s390
Yaxun Liu
2018-03-14
1
-1
/
+1
*
Update DR script to mark Clang 6 as 'done' not 'svn'.
Richard Smith
2018-03-14
1
-3
/
+0
*
[www] Update C++ DR status to match latest issues list.
Richard Smith
2018-03-14
1
-309
/
+783
*
Set dso_local for NSConcreteStackBlock.
Rafael Espindola
2018-03-14
2
-5
/
+5
*
Set dso_local on external rtti GVs.
Rafael Espindola
2018-03-14
3
-7
/
+6
*
Error instead of producing broken binary.
Rafael Espindola
2018-03-14
3
-0
/
+27
*
[InstSimplify] [NFC] cast-unsigned-icmp-cmp-0.ll - don't run instcombine
Roman Lebedev
2018-03-14
1
-4
/
+1
*
[X86] Add back fast-isel code for handling i8 shifts.
Craig Topper
2018-03-14
2
-7
/
+26
*
[clangd] Fix indentation in the comment. NFC
Ilya Biryukov
2018-03-14
1
-2
/
+3
*
Fix LLVM IR check lines in utils/update_cc_test_checks.py
Fangrui Song
2018-03-14
3
-9
/
+11
*
[clangd] Don't expose vfs in TUScheduler::runWithPreamble.
Ilya Biryukov
2018-03-14
4
-21
/
+27
*
Reduce code duplication a bit.
Rafael Espindola
2018-03-14
5
-14
/
+18
*
[InstSimplify] [NFC] Add tests for peeking through unsigned FP casts for sign...
Roman Lebedev
2018-03-14
1
-0
/
+247
*
[InstCombine] [NFC] Add tests for peeking through unsigned FP casts for zero-...
Roman Lebedev
2018-03-14
1
-0
/
+243
*
[AArch64] Keep track of MIFlags in the LoadStoreOptimizer
Francis Visoiu Mistrih
2018-03-14
4
-7
/
+124
*
[clangd] Remove forceReparse, add a flag to addDocument instead
Ilya Biryukov
2018-03-14
5
-90
/
+65
*
[CMake] Properly quote string arguments to quiet errors from r327528 when built
Frederich Munch
2018-03-14
1
-7
/
+7
*
[X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demand...
Craig Topper
2018-03-14
5
-16
/
+37
*
Attempt to fix failure of deep-ast-tree.cpp on ppc64 and atom
Yaxun Liu
2018-03-14
1
-0
/
+3
*
Expand clang-interpreter with example of throwing in and from the JIT for Win...
Frederich Munch
2018-03-14
8
-49
/
+621
*
[WebAssembly] Use DenseMapInfo traits from LLVM repo. NFC
Nicholas Wilson
2018-03-14
2
-47
/
+3
*
[WebAssembly] Add DenseMap traits and operator== for Wasm type structs
Nicholas Wilson
2018-03-14
2
-0
/
+80
[next]