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
*
[X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction schedules
Simon Pilgrim
2019-11-06
4
-50
/
+50
*
[X86ISelLowering] Fixed typo in assert. NFCI.
Dávid Bolvanský
2019-11-06
1
-1
/
+1
*
unwind: disable RTTI during the build of libunwind
Saleem Abdulrasool
2019-11-06
1
-0
/
+10
*
[X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.
Craig Topper
2019-11-06
2
-1
/
+3
*
[X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...
Craig Topper
2019-11-06
2
-10
/
+22
*
[CostModel][X86] Improve add vXi64 + fadd vXf64 reduction tests for SLM
Simon Pilgrim
2019-11-06
3
-12
/
+38
*
[clang-format] [RELAND] Remove the dependency on frontend
paulhoad
2019-11-06
2
-15
/
+27
*
[clang-format] Assert that filenames are not empty
paulhoad
2019-11-06
1
-0
/
+4
*
[CostModel][X86] Add add/fadd reduction tests for SLM
Simon Pilgrim
2019-11-06
2
-0
/
+256
*
CodeGenInstruction - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-5
/
+6
*
LoopAccessAnalysis - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-7
/
+7
*
BranchProbabilityInfo - fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-06
1
-1
/
+1
*
[libcxx] Make generate_feature_test_macro_components script compatible with P...
Louis Dionne
2019-11-06
1
-86
/
+88
*
Revert "build: explicitly set the linker language for unwind"
Saleem Abdulrasool
2019-11-06
1
-2
/
+0
*
[libTooling] Fix breakage from change #84922
Yitzhak Mandelbaum
2019-11-06
2
-2
/
+5
*
[CommandLine] Add inline ArgName printing
Don Hinton
2019-11-06
2
-14
/
+70
*
[libTooling] Small changes in Transformer API.
Yitzhak Mandelbaum
2019-11-06
3
-46
/
+57
*
[libomptarget] Revert all improvements to support
Jon Chesterfield
2019-11-06
9
-102
/
+58
*
[libTooling] Simplify type structure of `Stencil`s.
Yitzhak Mandelbaum
2019-11-06
3
-239
/
+221
*
DWARFDebugLoclists: Move to a incremental parsing model
Pavel Labath
2019-11-06
11
-193
/
+184
*
[clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings.
Yitzhak Mandelbaum
2019-11-06
3
-23
/
+22
*
[NFC][APInt] Fix typos in comments.
Miloš Stojanović
2019-11-06
2
-7
/
+7
*
lldb/docs: update the lldb-x86_64-debian bot url
Pavel Labath
2019-11-06
1
-1
/
+1
*
lldb: Skip reproducer+expression evaluation test on linux
Pavel Labath
2019-11-06
1
-0
/
+3
*
[clangd] Improve the output of rename tests where there are failures.
Haojian Wu
2019-11-06
1
-64
/
+54
*
[x86] avoid crashing when splitting AVX stores with non-simple type (PR43916)
Sanjay Patel
2019-11-06
2
-3
/
+28
*
[Support] fix mingw-w64 build
Ilya Biryukov
2019-11-06
1
-1
/
+1
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
7
-26
/
+26
*
X86FoldTablesEmitter - fix static analyzer potential invalid iterator warning...
Simon Pilgrim
2019-11-06
1
-3
/
+3
*
[X86] LowerAVXExtend - fix dodgy self-comparison assert.
Simon Pilgrim
2019-11-06
1
-1
/
+1
*
[AArch64] Move the branch relaxation pass after BTI insertion
Momchil Velikov
2019-11-06
4
-5
/
+70
*
[APInt] Fix implicit truncation warning in bitsToFloat(). NFCI.
Simon Pilgrim
2019-11-06
1
-2
/
+2
*
[LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predica...
Roman Lebedev
2019-11-06
2
-38
/
+210
*
[NFC][LoopUnroll] Update test coverage for peeling w/ inequality predicates
Roman Lebedev
2019-11-06
1
-5
/
+89
*
[libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr
Louis Dionne
2019-11-06
9
-214
/
+233
*
Silence warning, PyMODINIT_FUNC already contains extern "C"
Benjamin Kramer
2019-11-06
1
-1
/
+1
*
[AMDGPU] Improve code size cost model (part 2)
dfukalov
2019-11-06
12
-20
/
+131
*
NeonEmitter: remove special 'a' type modifier.
Tim Northover
2019-11-06
5
-115
/
+74
*
[TTI][LV] preferPredicateOverEpilogue
Sjoerd Meijer
2019-11-06
9
-7
/
+186
*
NeonEmitter: switch to enum for internal Type representation.
Tim Northover
2019-11-06
1
-101
/
+90
*
[Syntax] Add nodes for most common statements
Ilya Biryukov
2019-11-06
5
-33
/
+932
*
[ARM,MVE] Add intrinsics for gather/scatter load/stores.
Simon Tatham
2019-11-06
8
-74
/
+4599
*
[ARM,MVE] Integer-type nitpicks in MVE intrinsics.
Simon Tatham
2019-11-06
3
-5
/
+23
*
[clang,MveEmitter] Fix sign/zero extension in range limits.
Simon Tatham
2019-11-06
1
-7
/
+6
*
[ARM MVE] Remove accidental 64-bit vst2/vld2 intrinsics.
Simon Tatham
2019-11-06
1
-1
/
+1
*
[clangd] Implement a function to lex the file to find candidate occurrences.
Haojian Wu
2019-11-06
3
-17
/
+56
*
clang-format: Add a fallback style to Emacs mode
paulhoad
2019-11-06
1
-0
/
+13
*
[clang-format] [PR35518] C++17 deduction guides are wrongly formatted
paulhoad
2019-11-06
2
-0
/
+91
*
gn build: Merge 24130d661ed
LLVM GN Syncbot
2019-11-06
1
-0
/
+1
*
[clang-tidy] Add readability-make-member-function-const
Matthias Gehre
2019-11-06
8
-0
/
+708
[next]