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
/
lib
/
Parse
/
ParsePragma.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-15
/
+15
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-8
/
+7
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-6
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-13
/
+13
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-2
/
+2
*
[ms] Parse #pragma optimize and ignore it behind its own flag
Hans Wennborg
2018-03-20
1
-0
/
+65
*
[OPENMP] Fix parsing of the directives with inner directives.
Alexey Bataev
2018-02-16
1
-1
/
+13
*
PR36307: Consume the #pragma options align annotation token after
Alex Lorenz
2018-02-08
1
-2
/
+4
*
Support `#pragma comment(lib, "name")` in the frontend for ELF
Saleem Abdulrasool
2018-02-07
1
-2
/
+10
*
Preserve unknown STDC pragma through preprocessor
Steven Wu
2018-01-05
1
-0
/
+56
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-1
/
+2
*
Recommit r308327 3rd time: Add a warning for missing
Alex Lorenz
2017-07-28
1
-2
/
+7
*
Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"
Hans Wennborg
2017-07-26
1
-7
/
+2
*
Recommit r308327 2nd time: Add a warning for missing
Alex Lorenz
2017-07-26
1
-2
/
+7
*
Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...
Hans Wennborg
2017-07-19
1
-7
/
+2
*
Recommit r308327: Add a warning for missing '#pragma pack (pop)'
Alex Lorenz
2017-07-19
1
-2
/
+7
*
Revert r308327
Alex Lorenz
2017-07-18
1
-7
/
+2
*
Add a warning for missing '#pragma pack (pop)' and suspicious uses
Alex Lorenz
2017-07-18
1
-2
/
+7
*
Add support for #pragma clang section
Javed Absar
2017-06-05
1
-0
/
+60
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-22
/
+22
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+534
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-535
/
+0
*
Fix one more 'not all control paths return a value' MSVC warning
Alex Lorenz
2017-04-18
1
-0
/
+2
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+533
*
Add #pragma clang fp
Adam Nemet
2017-04-04
1
-1
/
+150
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
*
[OpenCL] Re-enable supported core extensions based on opencl version when dis...
Konstantin Zhuravlyov
2017-01-06
1
-2
/
+4
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-42
/
+55
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-55
/
+42
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-42
/
+55
*
[CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.
Justin Lebar
2016-10-08
1
-0
/
+44
*
Parsing MS pragma intrinsic
Reid Kleckner
2016-09-07
1
-0
/
+60
*
Add loop pragma for Loop Distribution
Adam Nemet
2016-06-14
1
-4
/
+11
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-16
1
-2
/
+12
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
1
-12
/
+2
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
1
-2
/
+12
*
[MS] Make #pragma pack use PragmaStack<> class.
Denis Zobnin
2016-04-29
1
-20
/
+17
*
Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)"
Denis Zobnin
2016-04-29
1
-9
/
+9
*
Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"
Denis Zobnin
2016-04-28
1
-9
/
+9
*
[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Denis Zobnin
2016-04-28
1
-9
/
+9
*
[Parse] Reuse OptionUnroll rather than matching it again. NFC
Adam Nemet
2016-04-19
1
-2
/
+1
*
[Parse] Use StringSwitch to improve readability. NFC
Adam Nemet
2016-04-19
1
-4
/
+8
*
Serialize `pragma ms_struct` state.
Nico Weber
2016-03-02
1
-6
/
+5
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-4
/
+4
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-11
/
+12
*
Simplify EnterTokenStream API to make it more robust for memory management
David Blaikie
2016-02-09
1
-82
/
+56
*
Improve AST dumping:
Richard Smith
2016-01-12
1
-0
/
+8
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+4
*
Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)
Hans Wennborg
2015-10-12
1
-0
/
+8
*
Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".
Mark Heffernan
2015-08-10
1
-9
/
+12
[next]