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
*
[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
*
[Parse] ArrayRefize PragmaLoopHintInfo. No functionality change.
Benjamin Kramer
2015-08-05
1
-10
/
+4
*
Add assume_safety option for pragma loop vectorize and interleave.
Tyler Nowicki
2015-06-11
1
-3
/
+6
*
Correct Loop Hint Diagnostic Message
Tyler Nowicki
2015-06-08
1
-3
/
+4
*
[OPENMP] Allow use of macros in OpenMP directives/clauses.
Alexey Bataev
2015-05-05
1
-1
/
+1
*
Adds a warning for unrecognized argument to #pragma comment() on PS4.
Yunzhong Gao
2015-03-23
1
-8
/
+16
*
Parse: Don't assume tokens have a length
David Majnemer
2015-03-19
1
-1
/
+22
*
Enable pragma comment processing for PS4. Original patch by Yunzhong Gao!
Alex Rosenberg
2015-01-28
1
-0
/
+6
*
Parse: Ignore "long" and "short" in #pragma section
David Majnemer
2014-10-22
1
-1
/
+15
*
MS Compat: mark globals emitted in read-only sections const
Hans Wennborg
2014-10-16
1
-13
/
+14
*
Fixed a problem in r19589.
Tyler Nowicki
2014-10-12
1
-2
/
+2
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-47
/
+96
*
Parse: Don't attempt to act on #pragma init_seg when not targeting MSVC
David Majnemer
2014-08-14
1
-0
/
+6
*
Initializing the loop hint option token again.
Aaron Ballman
2014-08-01
1
-0
/
+1
*
Initializing the loop hint option token.
Aaron Ballman
2014-08-01
1
-1
/
+3
*
Loop hint pragmas sometimes do not contain an identifier option (such as #pra...
Aaron Ballman
2014-07-31
1
-1
/
+5
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-31
1
-42
/
+70
*
Revert r214333, "Add a state variable to the loop hint attribute."
NAKAMURA Takumi
2014-07-31
1
-69
/
+42
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-30
1
-42
/
+69
*
Add support for #pragma nounroll.
Mark Heffernan
2014-07-24
1
-9
/
+22
*
In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...
Mark Heffernan
2014-07-23
1
-7
/
+12
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-4
/
+53
*
Add support for '#pragma unroll'.
Mark Heffernan
2014-07-21
1
-54
/
+158
*
Fix parsing certain kinds of strings in the MS section pragmas
Reid Kleckner
2014-07-18
1
-50
/
+99
*
Fix PR20069: bad loop pragma arguments crash FE
Eli Bendersky
2014-06-19
1
-3
/
+7
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-3
/
+2
*
First commit. Modified FIXME comment.
Tyler Nowicki
2014-06-13
1
-2
/
+2
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-3
/
+2
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-1
/
+1
*
Add loop unroll pragma support
Eli Bendersky
2014-06-11
1
-3
/
+18
*
Fix DOS-style newlines.
Eli Bendersky
2014-06-06
1
-187
/
+187
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
1
-33
/
+187
*
Implemented support for "pragma clang optimize on/off", based on attribute 'o...
Dario Domizioli
2014-05-23
1
-0
/
+53
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-3
/
+3
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-9
/
+188
*
-fms-extensions: Error out on #pragma init_seg
Reid Kleckner
2014-04-03
1
-0
/
+18
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-32
/
+32
[next]