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
...
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-8
/
+1
*
Switch around the order of MSVCCompat and MicrosoftExt
Alp Toker
2014-01-14
1
-2
/
+1
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-1
/
+1
*
Use the MS ABI for Win32 targets by default
Hans Wennborg
2014-01-13
1
-2
/
+5
*
Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
2014-01-07
1
-8
/
+14
*
Driver: Accept -fprofile-instr-use and -fprofile-instr-generate
Justin Bogner
2014-01-06
1
-0
/
+2
*
Silence a dubious GCC warning about a set but unused global. Indeed, the
Chandler Carruth
2013-12-28
1
-1
/
+1
*
Bury leaked pointers in a global array to silence a leak detector in --disabl...
Kostya Serebryany
2013-12-27
1
-0
/
+16
*
[Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-di...
Argyrios Kyrtzidis
2013-12-10
1
-1
/
+1
*
[objcmt] Add a modernization option to infer and suggest designated initializ...
Argyrios Kyrtzidis
2013-12-10
1
-0
/
+2
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+2
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
Using an invalid -O falls back on -O3 instead of an error
Sylvestre Ledru
2013-11-18
1
-7
/
+8
*
Add -freroll-loops to enable loop rerolling
Hal Finkel
2013-11-17
1
-0
/
+1
*
Revert "Using an invalid -O falls back on -O3 instead of an error"
Alp Toker
2013-11-15
1
-7
/
+7
*
Using an invalid -O falls back on -O3 instead of an error
Sylvestre Ledru
2013-11-15
1
-7
/
+7
*
[objcmt] Introduce "objcmt-white-list-dir-path=" option.
Argyrios Kyrtzidis
2013-11-14
1
-0
/
+2
*
Add -fprofile-sample-use to Clang's driver.
Diego Novillo
2013-11-13
1
-0
/
+1
*
ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY
Fariborz Jahanian
2013-11-13
1
-0
/
+2
*
Revert "Using an invalid -O falls back on -O3 instead of an error"
Sylvestre Ledru
2013-11-11
1
-7
/
+7
*
Using an invalid -O falls back on -O3 instead of an error
Sylvestre Ledru
2013-11-11
1
-7
/
+7
*
Eliminate an unnecessary .c_str()
Douglas Gregor
2013-11-08
1
-1
/
+1
*
Add a limit to the length of a sequence of 'operator->' functions we will
Richard Smith
2013-11-06
1
-0
/
+2
*
ObjectiveC migrator. Please annotation of properties with
Fariborz Jahanian
2013-11-05
1
-0
/
+2
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-1
/
+4
*
ObjectiveC. Define a new cc1 flag
Fariborz Jahanian
2013-11-01
1
-0
/
+4
*
I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change
Rafael Espindola
2013-10-25
1
-1
/
+1
*
Turn struct-path aware TBAA on by default.
Manman Ren
2013-10-11
1
-1
/
+1
*
Add -fno-function-sections and -fno-data-sections. Since
Nick Lewycky
2013-10-11
1
-2
/
+4
*
ObjectiveC migrator. Introduce a new objcmt-atomic-property option
Fariborz Jahanian
2013-10-09
1
-0
/
+2
*
Remove -ast-dump-xml.
Richard Smith
2013-10-07
1
-3
/
+0
*
ObjectiveC migrator: Add more options one for each
Fariborz Jahanian
2013-10-02
1
-0
/
+8
*
ObjectiveC migrator. Starting distiguising different
Fariborz Jahanian
2013-10-02
1
-0
/
+4
*
Revert r191586 and r191695. They cause crashes when building with
Richard Smith
2013-10-01
1
-1
/
+1
*
Turn struct-path aware TBAA on by default.
Manman Ren
2013-09-30
1
-1
/
+1
*
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
Richard Smith
2013-09-29
1
-0
/
+1
*
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...
Rafael Espindola
2013-09-27
1
-1
/
+1
*
Add -fmodule-map-file option.
Daniel Jasper
2013-09-24
1
-0
/
+3
*
Module use declarations (II)
Daniel Jasper
2013-09-24
1
-0
/
+1
*
clang-cl: print diagnostics as "error(clang): foo" in /fallback mode
Hans Wennborg
2013-09-24
1
-1
/
+4
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
1
-0
/
+22
*
Add -fansi-escape-codes option
Nico Rieck
2013-09-11
1
-0
/
+3
*
The OpenCL standard specifies the sizes and alignments of various types than ...
David Tweed
2013-09-09
1
-2
/
+2
*
Attempt to migrate default dwarf version to 4 for linux.
Eric Christopher
2013-09-03
1
-2
/
+2
*
ObjectiveC migrator. This patch infers readonly properties for no-parameter
Fariborz Jahanian
2013-08-28
1
-0
/
+2
*
Move -mfpmath handling to -cc1 and implement it for x86.
Rafael Espindola
2013-08-21
1
-0
/
+1
*
[analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.
Jordan Rose
2013-08-16
1
-1
/
+1
*
clang-cl: Support /showIncludes
Hans Wennborg
2013-08-09
1
-0
/
+1
*
The only useful loop unrolling flag to give realistically is
Chandler Carruth
2013-08-08
1
-2
/
+3
*
clang-cl: Support the run-time selection options (/MD, /MT et al.)
Hans Wennborg
2013-08-08
1
-0
/
+2
[prev]
[next]