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
*
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
*
[scudo] Add Chunk::getSize, rework Chunk::getUsableSize
Kostya Kortchinsky
2018-03-14
2
-25
/
+28
*
[X86][AVX] Use WriteFShuffleLd for broadcast reg-mem instructions
Simon Pilgrim
2018-03-14
3
-14
/
+15
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
7
-15
/
+29
*
[WebAssembly] Identify COMDATs by index rather than string. NFC
Nicholas Wilson
2018-03-14
4
-20
/
+20
*
SjLjEHPrepare: Don't reg-to-mem swifterror values
Arnold Schwaighofer
2018-03-14
2
-24
/
+38
*
[GlobalIsel][X86] Support for G_SDIV instruction
Alexander Ivchenko
2018-03-14
7
-4
/
+695
*
[dotest] Rename llvm-dotest -> lldb-dotest and make it a custom target
Jonas Devlieghere
2018-03-14
2
-4
/
+7
*
[CodeGen] allow printing of zero latency in sched comments
Sanjay Patel
2018-03-14
1
-5
/
+3
*
[llvm-mca] Remove unused variable from InstrBuilder.cpp. NFC
Andrea Di Biagio
2018-03-14
1
-1
/
+0
*
Add deep AST tree test for r327515
Yaxun Liu
2018-03-14
1
-0
/
+262
*
CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...
Yaxun Liu
2018-03-14
2
-6
/
+9
*
[llvm-mca] Move the logic that updates the register files from InstrBuilder t...
Andrea Di Biagio
2018-03-14
6
-58
/
+65
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
9
-272
/
+981
*
[test] Disable TestMachCore everywhere except on Darwin
Jonas Devlieghere
2018-03-14
1
-0
/
+1
*
[mips] Add support for CRC ASE
Petar Jovanovic
2018-03-14
27
-4
/
+426
*
[X86][Btver2] Fix YMM shuffle, permute and permutevar scheduler costs
Simon Pilgrim
2018-03-14
3
-15
/
+72
*
[LTO/gold] Fix workaround for old plugin-api.h in --wrap support
Teresa Johnson
2018-03-14
1
-1
/
+1
*
[WebAssembly] Add missing implementation for --initial/max-memory args
Nicholas Wilson
2018-03-14
3
-2
/
+62
*
[WebAssembly] Replace varargs debugPrint with standard log call
Nicholas Wilson
2018-03-14
1
-19
/
+9
*
[LTO/gold] Support --wrap
Teresa Johnson
2018-03-14
5
-0
/
+187
*
[X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP/MOVSLDUP reg-mem instruct...
Simon Pilgrim
2018-03-14
3
-19
/
+23
*
[Sema] Pop function scope when instantiating a func with skipped body
Ilya Biryukov
2018-03-14
1
-6
/
+6
*
[AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC
Martin Storsjo
2018-03-14
2
-4
/
+10
*
Fix 'not all control paths return a value' MSVC warning. NFCI.
Simon Pilgrim
2018-03-14
1
-0
/
+1
*
Update selected thread after loading mach core
Jonas Devlieghere
2018-03-14
4
-3
/
+969
*
Fix msvc compiler error in r327498
Pavel Labath
2018-03-14
1
-1
/
+1
*
[GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL
Alexander Ivchenko
2018-03-14
16
-13
/
+2430
*
Explicitly initialize dwarf::FormParams in DIEInteger::SizeOf
Pavel Labath
2018-03-14
1
-1
/
+1
[next]