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
/
Frontend
/
CompilerInvocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
Chad Rosier
2012-07-20
1
-1
/
+1
*
Add the mechanics for -fms-inline-asm. No easy way to test at this time.
Chad Rosier
2012-07-20
1
-0
/
+1
*
Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.
Bob Wilson
2012-07-19
1
-0
/
+1
*
Add OpenCL metadata for kernel arg names. This output is controlled via a fla...
Tanya Lattner
2012-07-11
1
-0
/
+3
*
Add -ffp-contract = { fast | on | off } command line option support.
Lang Hames
2012-07-06
1
-0
/
+17
*
Reduce default template instantiation depth to 512; we're blowing out
Douglas Gregor
2012-07-02
1
-1
/
+1
*
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-07-02
1
-11
/
+23
*
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
1
-1
/
+31
*
Add template type diffing to Clang. This feature will provide a better
Richard Trieu
2012-06-26
1
-0
/
+2
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-15
/
+9
*
Extend the support for cl-std to include 1.2.
Tanya Lattner
2012-06-19
1
-3
/
+14
*
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-19
1
-0
/
+1
*
Add language std for OpenCL 1.1 and 1.2.
Tanya Lattner
2012-06-18
1
-1
/
+14
*
Support -frewrite-includes as an option while preprocessing.
David Blaikie
2012-06-14
1
-3
/
+1
*
Rename -rewrite-includes to -frewrite-includes.
David Blaikie
2012-06-14
1
-2
/
+2
*
Add -isystem-prefix and -ino-system-prefix arguments, which can be used to
Richard Smith
2012-06-13
1
-0
/
+18
*
Const'ify CompilerInvocation::toArgs().
Argyrios Kyrtzidis
2012-06-11
1
-1
/
+1
*
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-06-06
1
-0
/
+3
*
wire -fbounds-checking to the new LLVM bounds checking pass
Nuno Lopes
2012-05-22
1
-7
/
+5
*
add -fbounds-checking option.
Nuno Lopes
2012-05-08
1
-1
/
+7
*
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-04
1
-1
/
+6
*
Unify Options.td and CC1Options.td, in a first step towards unifying the seri...
James Molloy
2012-05-01
1
-31
/
+82
*
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-27
1
-6
/
+20
*
Remove the -cc1-level option "-pubnames-dump". Such things should stay
Douglas Gregor
2012-04-13
1
-3
/
+0
*
Revert r154321, pending more discussion.
David Chisnall
2012-04-09
1
-3
/
+0
*
Add -fobjc-trace to emit a call before and after each Objective-C message send
David Chisnall
2012-04-09
1
-0
/
+3
*
Teach Clang about PIE compilations. This is the first step of PR12380.
Chandler Carruth
2012-04-08
1
-0
/
+3
*
[analyzer] Enable retry exhausted without inlining by default.
Anna Zaks
2012-03-28
1
-3
/
+3
*
Move the emission of strict enum range metadata behind a flag (the same
Chandler Carruth
2012-03-27
1
-0
/
+3
*
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-27
1
-0
/
+3
*
Introduce a -cc1-level option -pubnames-dump, which simply dumps the
Douglas Gregor
2012-03-27
1
-0
/
+3
*
Driver: Factor string vector push_back into a helper class and optimize it.
Benjamin Kramer
2012-03-26
1
-264
/
+174
*
[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches
Chad Rosier
2012-03-15
1
-6
/
+4
*
[frontend] Add support for disabling the "inline" keyword using
Chad Rosier
2012-03-14
1
-2
/
+3
*
[driver] Parse diagnostic args in the driver.
Chad Rosier
2012-03-13
1
-12
/
+25
*
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
1
-1
/
+1
*
[Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit
Daniel Dunbar
2012-03-09
1
-1
/
+1
*
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-08
1
-3
/
+63
*
Workaround module test failures by removing the version info from module hashes.
Bob Wilson
2012-03-07
1
-1
/
+4
*
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
1
-3
/
+4
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-5
/
+26
*
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-06
1
-2
/
+4
*
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-03-02
1
-0
/
+6
*
[analyzer] Turn inlining on by default for better testing exposure.
Anna Zaks
2012-03-01
1
-1
/
+2
*
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-03-01
1
-0
/
+3
*
[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.
Anna Zaks
2012-02-27
1
-0
/
+1
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-15
1
-3
/
+0
*
Invalid O levels on the command line no longer have a confusing error.
Aaron Ballman
2012-02-06
1
-4
/
+5
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
[next]