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
*
When lowering calls and tail calls in AArch64, the register mask and
Eric Christopher
2019-11-06
4
-5
/
+43
*
[lldb] Mark ASan & TSan as test dependencies
Jonas Devlieghere
2019-11-06
1
-1
/
+9
*
[test] Fix apple_simulator_test decorator when simulators are unavailable
Alex Langford
2019-11-06
1
-1
/
+1
*
[lldb] Remove dead code from STLUtils.h
Jonas Devlieghere
2019-11-06
6
-55
/
+3
*
[docs] Fix references to a renamed flag.
Lang Hames
2019-11-06
1
-3
/
+3
*
[ConstantRange] Add `subWithNoWrap()` method
Roman Lebedev
2019-11-07
3
-0
/
+66
*
[ConstantRange] Cleanup addWithNoWrap() by just piggybacking on sadd_sat()/ua...
Roman Lebedev
2019-11-07
1
-32
/
+8
*
[ConstantRange] TestAddWithNo*WrapExhaustive: check that all overflow means e...
Roman Lebedev
2019-11-07
1
-0
/
+13
*
[JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.
Lang Hames
2019-11-06
9
-348
/
+704
*
Testuite: Support Asan test with remote testing
Fred Riss
2019-11-06
3
-8
/
+18
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
5
-23
/
+50
*
[Orc] Fix iterator usage after remove
Alexandre Ganea
2019-11-06
1
-1
/
+4
*
[JumpThreading] Factor out code to clone instructions (NFC)
Kazu Hirata
2019-11-06
2
-31
/
+49
*
[WC] Fix a subtle bug in our definition of widenable branch
Philip Reames
2019-11-06
6
-23
/
+78
*
[Analysis] Attribute deref/deref_or_null should not prevent tail call optimiz...
Dávid Bolvanský
2019-11-06
2
-1
/
+41
*
[lldb] Record framework build path and use it everywhere
Haibo Huang
2019-11-06
8
-24
/
+15
*
[LoopPred] Fix two subtle issues found by inspection
Philip Reames
2019-11-06
2
-8
/
+37
*
[lit] Protect full test suite from FILECHECK_OPTS
Joel E. Denny
2019-11-06
2
-3
/
+10
*
[X86] Clamp large constant shift amounts for MMX shift intrinsics to 8-bits.
Craig Topper
2019-11-06
2
-2
/
+39
*
[AArch64] Re-add patterns for (s/u)mull2.
Eli Friedman
2019-11-06
2
-0
/
+79
*
[clang-format] [NFC] update the documentation in Format.h to allow dump_forma...
paulhoad
2019-11-06
3
-30
/
+43
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-06
13
-8
/
+382
*
Fix a typo in my previous commit
Steven Wu
2019-11-06
1
-1
/
+1
*
[NFC] Add SUPPORT_PLUGINS to add_llvm_executable()
David Tenty
2019-11-06
5
-13
/
+12
*
[GISel][ArtifactCombiner] Relax the constraint to combine unmerge with concat...
Quentin Colombet
2019-11-06
5
-83
/
+212
*
[Object][MachO] Rewrite macho-invalid-fat-arch-size into YAML
Steven Wu
2019-11-06
4
-3
/
+16
*
[X86TargetTransformInfo] Fixed warning: Expression 'ISD == ISD::UREM' is alwa...
Dávid Bolvanský
2019-11-06
1
-1
/
+1
*
[X86] Fix SLM v2i64 ADD/Sub/CMPEQ instruction schedules
Simon Pilgrim
2019-11-06
3
-14
/
+30
*
[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
[next]