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
*
gn build: Merge r358554
Nico Weber
2019-04-17
1
-0
/
+1
*
[LLVM-C] Add DIFile Field Accesssors
Robert Widmann
2019-04-17
2
-0
/
+59
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
24
-299
/
+337
*
[clangd] Include textual diagnostic ID as Diagnostic.code.
Sam McCall
2019-04-17
14
-33
/
+137
*
[CostModel][X86] Add bool anyof/allof reduction costs
Simon Pilgrim
2019-04-17
5
-184
/
+138
*
Fixed memory leak reported in Bugzilla:
Andrey Churbanov
2019-04-17
1
-2
/
+9
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
8
-139
/
+105
*
clang-cl: Parse /openmp:experimental
Hans Wennborg
2019-04-17
2
-0
/
+2
*
[DWARF] llvm::Error -> Error. NFC
Fangrui Song
2019-04-17
2
-8
/
+9
*
[libclang] Expose ext_vector_type
Sven van Haastregt
2019-04-17
4
-5
/
+17
*
[ELF] Use llvm::bsearch. NFC
Fangrui Song
2019-04-17
2
-8
/
+5
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
6
-45
/
+34
*
[llvm-objcopy] Support full list of bfd targets that lld uses.
Jordan Rupprecht
2019-04-17
4
-48
/
+145
*
[clangd] lower_bound -> bsearch, NFC
Sam McCall
2019-04-17
2
-8
/
+8
*
[CVP] processOverflowIntrinsic(): don't crash if constant-holding happened
Roman Lebedev
2019-04-17
2
-4
/
+16
*
[DWARF] Pass ReferenceToDIEOffsets elements by reference
Fangrui Song
2019-04-17
1
-3
/
+3
*
Fixed error message printing in write_cmake_config.py
Dmitri Gribenko
2019-04-17
1
-1
/
+4
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2019-04-17
1
-8
/
+38
*
[X86] In CopyToFromAsymmetricReg, use VR128 instead of FR32 instructions for ...
Craig Topper
2019-04-17
1
-12
/
+12
*
[MCA] Moved the bottleneck analysis to its own file. NFCI
Andrea Di Biagio
2019-04-17
6
-154
/
+260
*
Revert "Add basic loop fusion pass." Per request.
Eric Christopher
2019-04-17
13
-2283
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
4868
-0
/
+575521
*
Fix visibility for coroutine types on Windows
Eric Fiselier
2019-04-17
1
-3
/
+3
*
Clear the output string passed to GetHostName()
Aaron Smith
2019-04-17
2
-0
/
+8
*
clangd: Change Windows.h to windows.h.
Peter Collingbourne
2019-04-17
1
-1
/
+1
*
Remove the run-slp-after-loop-vectorization option.
Eric Christopher
2019-04-17
1
-12
/
+3
*
Fix a crash bug caused by a nested call of parallelForEach.
Rui Ueyama
2019-04-17
1
-6
/
+6
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
4868
-575521
/
+0
*
lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...
Rui Ueyama
2019-04-17
4
-12
/
+326
*
[Driver] Simplify -g level computation and its interaction with -gsplit-dwarf
Fangrui Song
2019-04-17
2
-35
/
+24
*
Add basic loop fusion pass.
Kit Barton
2019-04-17
13
-0
/
+2283
*
[builtins] Add __cmpsf2 for ARM version of comparesf2
Yi Kong
2019-04-17
1
-0
/
+5
*
Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...
Marshall Clow
2019-04-17
4
-0
/
+184
*
[ADT] llvm::bsearch, binary search for mere mortals
Sam McCall
2019-04-16
2
-0
/
+62
*
[x86] adjust LEA tests for better coverage; NFC
Sanjay Patel
2019-04-16
1
-12
/
+41
*
[NFC] Remove unused function (Sema::pushExternalDeclIntoScope)
Leonard Chan
2019-04-16
2
-13
/
+0
*
Modify test to use -S instead of -c so that it works when an external assembl...
Douglas Yung
2019-04-16
1
-3
/
+3
*
ELF: Move build id computation to Writer. NFCI.
Peter Collingbourne
2019-04-16
3
-66
/
+77
*
[HWASan] Fixed slow DWARF unwinding.
Mitch Phillips
2019-04-16
1
-3
/
+3
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
6
-6
/
+107
*
[tools] Only build lldb-test when needed.
Davide Italiano
2019-04-16
1
-1
/
+5
*
[LLVM-C] Add Accessors For Global Variable Metadata Properties
Robert Widmann
2019-04-16
2
-0
/
+75
*
Fix a typo in comments. [NFC]
Ali Tamur
2019-04-16
1
-1
/
+1
*
[Process] Fix linux arm64 single step compilation failure
Alex Langford
2019-04-16
1
-0
/
+1
*
[NFC] Build libc++ verbosely in the macOS CI
Louis Dionne
2019-04-16
1
-2
/
+2
*
[tools] Make vscode and lldb-instr optional.
Davide Italiano
2019-04-16
5
-2
/
+16
*
[NVPTXAsmPrinter] clean up dead code. NFC
Nick Desaulniers
2019-04-16
2
-45
/
+6
*
[TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...
Simon Pilgrim
2019-04-16
8
-17
/
+16
*
[debugserver] Relax the codesigning identity check
Frederic Riss
2019-04-16
1
-11
/
+7
*
[libc++] Make sure we use new/delete from libc++abi on CI for Apple platforms
Louis Dionne
2019-04-16
1
-0
/
+2
[next]