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
...
*
[clang-tidy] new check: bugprone-too-small-loop-variable
Jonas Toth
2018-11-12
8
-0
/
+503
*
[CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is ali...
Simon Pilgrim
2018-11-12
2
-27
/
+35
*
[SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversions
Jonas Paulsson
2018-11-12
2
-137
/
+138
*
[CostModel] Add more realistic SK_InsertSubvector generic costs.
Simon Pilgrim
2018-11-12
3
-65
/
+91
*
[VectorUtils] add funnel-shifts to the list of vectorizable intrinsics
Sanjay Patel
2018-11-12
2
-2
/
+4
*
[VectorUtils] reorder list of vectorizable intrinsics; NFC
Sanjay Patel
2018-11-12
1
-10
/
+9
*
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...
Calixte Denizet
2018-11-12
10
-182
/
+0
*
[LoopVectorize] add tests for funnel shifts; NFC
Sanjay Patel
2018-11-12
1
-0
/
+52
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2018-11-12
1
-2
/
+1
*
[CostModel] Add more realistic SK_ExtractSubvector generic costs.
Simon Pilgrim
2018-11-12
3
-29
/
+55
*
[RISCV] Support .option relax and .option norelax
Alex Bradbury
2018-11-12
12
-100
/
+296
*
[DAGCombiner] Fix load-store forwarding of indexed loads.
Nirav Dave
2018-11-12
2
-3
/
+50
*
Add a test checking clang-tidy can find libc++ on Mac
Ilya Biryukov
2018-11-12
2
-0
/
+19
*
Make clang-based tools find libc++ on MacOS
Ilya Biryukov
2018-11-12
7
-10
/
+54
*
Fix an unused variable warning. NFC
Alexander Kornienko
2018-11-12
1
-0
/
+2
*
[llvm-mca] Correctly update the resource strategy for processor resources wit...
Andrea Di Biagio
2018-11-12
22
-126
/
+132
*
[newpm] Fix r346645: Missing consume of the Error return by the pipeline parser
Philip Pfaffe
2018-11-12
1
-2
/
+3
*
[clangd] Remember to serialize AnyScope in FuzzyFindRequest json.
Eric Liu
2018-11-12
1
-1
/
+2
*
Add an OptimizerLast EP
Philip Pfaffe
2018-11-12
4
-0
/
+36
*
[GCOV] fix test after patch rL346642
Calixte Denizet
2018-11-12
1
-18
/
+18
*
[LICM] Hoist guards from non-header blocks
Max Kazantsev
2018-11-12
6
-14
/
+227
*
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...
Calixte Denizet
2018-11-12
10
-0
/
+182
*
[GCOV] Add options to filter files which must be instrumented.
Calixte Denizet
2018-11-12
2
-2
/
+88
*
Release notes: Mention clang-cl's /Zc:dllexportInlines- flag
Hans Wennborg
2018-11-12
1
-0
/
+5
*
clang-cl: Add documentation for /Zc:dllexportInlines-
Hans Wennborg
2018-11-12
2
-2
/
+80
*
[clangd] Fix compile on very old glibc
Sam McCall
2018-11-12
1
-1
/
+2
*
[SystemZ] Replicate the load with most uses in buildVector()
Jonas Paulsson
2018-11-12
2
-8
/
+30
*
[llvm-objdump] add more constraints for tests
Fangrui Song
2018-11-12
2
-4
/
+8
*
Fix compatibility with z3-4.8.1
Jan Kratochvil
2018-11-12
1
-1
/
+1
*
Update to-do list with new work from WG21 meeting in San Diego
Marshall Clow
2018-11-12
1
-1
/
+71
*
Support Swift in platform availability attribute
Michael Wu
2018-11-12
7
-0
/
+63
*
[GC] Remove unused configuration variable
Philip Reames
2018-11-12
2
-12
/
+1
*
[GC] Minor style modernization
Philip Reames
2018-11-12
1
-44
/
+43
*
[NFC] Reformat std::optional tests
Louis Dionne
2018-11-12
2
-4
/
+4
*
[NFC] Fix typo in <tuple>
Louis Dionne
2018-11-12
1
-1
/
+1
*
[CodeGen][CXX]: Fix no_destroy CG bug under specific circumstances
Kristina Brooks
2018-11-12
2
-0
/
+51
*
[IPSCCP] Delete two forward declarations
Fangrui Song
2018-11-11
1
-2
/
+0
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
733
-2684
/
+26
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
168
-936
/
+932
*
[llvm-nm] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
2
-8
/
+9
*
[llvm-objdump] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
3
-68
/
+95
*
[llvm-undname] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
1
-1
/
+2
*
[GCRoot] Remove some unneccessary complexity
Philip Reames
2018-11-11
3
-68
/
+33
*
[IPSCCP] Use forward declaration.
Florian Hahn
2018-11-11
1
-0
/
+1
*
[IPSCCP,PM] Add missing #include in rL346618
Fangrui Song
2018-11-11
1
-0
/
+1
*
[IPSCCP,PM] Preserve PDT in the new pass manager.
Florian Hahn
2018-11-11
4
-23
/
+18
*
[MC] Fix 3 objdump tests after rL346610
Fangrui Song
2018-11-11
3
-10
/
+10
*
[ELF] Change GnuPub{Names,Types}Section from StringRef to LLDDWARFSection
Fangrui Song
2018-11-11
3
-23
/
+24
*
[DWARF] Change pubnames to use DWARFSection instead of StringRef
Fangrui Song
2018-11-11
6
-32
/
+72
*
[ELF] Fix relocation-common.s after rL346610
Fangrui Song
2018-11-11
1
-6
/
+6
[prev]
[next]