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
path:
root
/
clang
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Microoptimize OCL2Qual a bit
Benjamin Kramer
2019-08-24
1
-9
/
+11
*
Retire llvm::less_ptr. llvm::deref is much more flexible.
Benjamin Kramer
2019-08-22
1
-2
/
+2
*
[OpenCL] Add const, volatile and pointer builtin handling
Sven van Haastregt
2019-08-20
1
-2
/
+36
*
[OpenCL] Add generic type handling for builtin functions
Sven van Haastregt
2019-08-19
1
-103
/
+326
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-26
/
+26
*
Add lifetime categories attributes
Matthias Gehre
2019-07-25
1
-0
/
+4
*
[OpenCL] Make TableGen'd builtin tables and helper functions static
Tom Stellard
2019-07-15
1
-3
/
+3
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-12
/
+26
*
[OpenCL] Declare builtin functions using TableGen
Sven van Haastregt
2019-06-03
4
-0
/
+328
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
1
-31
/
+34
*
[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...
Kristof Umann
2019-05-23
1
-0
/
+18
*
[analyzer] Hide developer-only checker/package options by default
Kristof Umann
2019-05-23
1
-32
/
+37
*
Clang-formatting the header in advance of other planned changes; NFC.
Aaron Ballman
2019-05-22
1
-21
/
+37
*
[analyzer] Don't display implementation checkers under -analyzer-checker-help...
Kristof Umann
2019-05-01
1
-2
/
+18
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-6
/
+2
*
[analyzer][NFC] Reimplement checker options
Kristof Umann
2019-04-19
1
-4
/
+103
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-2
/
+2
*
[ASTDump] Rename methods which are conceptually Visits
Stephen Kelly
2019-01-30
1
-3
/
+3
*
[analyzer] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-16
/
+60
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
11
-44
/
+33
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+37
*
Implement Attr dumping in terms of visitors
Stephen Kelly
2019-01-11
3
-35
/
+73
*
Improving this fatal diagnostic to help checker developers figure out what's ...
Aaron Ballman
2018-12-22
1
-3
/
+4
*
Switch from cast<> to dyn_cast<>.
Aaron Ballman
2018-12-21
1
-2
/
+5
*
Allow direct navigation to static analysis checker documentation through SARI...
Aaron Ballman
2018-12-20
1
-1
/
+37
*
NFC: Make this test kinder on downstream forks
Erik Pilkington
2018-12-04
1
-6
/
+2
*
[analyzer] Drastically simplify the tblgen files used for checkers
Kristof Umann
2018-11-12
1
-239
/
+13
*
[AArch64] Implement FP16FML intrinsics
Bryan Chan
2018-10-25
1
-0
/
+37
*
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
Aaron Ballman
2018-10-24
1
-9
/
+9
*
Remove top-level using declaration from header files, as these aliases leak.
Sam McCall
2018-10-12
1
-45
/
+42
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
2
-3
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
3
-13
/
+11
*
Replaces __inline by __inline__ / C89 compatible
Diogo N. Sampaio
2018-09-07
1
-2
/
+2
*
Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89
Diogo N. Sampaio
2018-09-05
1
-2
/
+2
*
Update FIXME as requested in code review.
Richard Smith
2018-08-30
1
-1
/
+2
*
Improve attribute documentation to list which spellings are used in which syn...
Richard Smith
2018-08-30
1
-79
/
+86
*
Adjust Attr representation so that changes to documentation don't affect
Richard Smith
2018-08-30
1
-12
/
+8
*
Fix typo
Stephen Kelly
2018-08-23
1
-1
/
+1
*
[clang-tblgen] Add -print-records and -dump-json modes.
Simon Tatham
2018-08-22
1
-0
/
+12
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-0
/
+2
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-2
/
+0
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-0
/
+2
*
Implement diagnostic stream operator for ParsedAttr.
Erich Keane
2018-08-09
1
-1
/
+1
*
revert r338831 - Fix unused variable warning in tablegen generated code
Erich Keane
2018-08-03
1
-8
/
+4
*
Fix unused variable warning in tablegen generated code
Karl-Johan Karlsson
2018-08-03
1
-4
/
+8
*
[P0936R0] add [[clang::lifetimebound]] attribute
Richard Smith
2018-08-01
1
-2
/
+7
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-0
/
+38
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-26
/
+27
*
[AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema tests
Luke Geeson
2018-06-12
1
-5
/
+8
*
[ClangDiagnostics] Silence warning about fallthrough after PrintFatalError
David Bolvansky
2018-05-26
1
-1
/
+1
[next]