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
...
*
InstrProf: Support for setting profile output from command line
Justin Bogner
2015-04-30
1
-1
/
+3
*
Support generating NMake/Jom-style depfiles.
Paul Robinson
2015-04-27
1
-0
/
+2
*
Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
2015-04-15
1
-0
/
+3
*
uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists
Duncan P. N. Exon Smith
2015-04-15
1
-0
/
+4
*
[Driver] Properly support -mglobal-merge using explicit options.
Ahmed Bougacha
2015-04-11
1
-1
/
+0
*
Process the -freciprocal-math optimization flag (PR20912)
Sanjay Patel
2015-04-09
1
-0
/
+1
*
MS ABI: Implement driver-level support for thread-safe statics
David Majnemer
2015-03-22
1
-38
/
+10
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-7
/
+1
*
Remove .CUDAIsDevice flags from CodeGenOpts as it's already
Artem Belevich
2015-03-19
1
-1
/
+0
*
Ensure that we still parse preprocessed CUDA files as CUDA when we use
Artem Belevich
2015-03-19
1
-1
/
+5
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Add fveclib option.
Michael Zolotukhin
2015-03-17
1
-0
/
+10
*
GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1
Justin Bogner
2015-03-16
1
-0
/
+2
*
Add clang support for Objective-C application extensions.
Bob Wilson
2015-03-02
1
-0
/
+1
*
Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
2015-02-26
1
-0
/
+1
*
CUDA: Add option to allow host device functions to call host functions
Jacques Pienaar
2015-02-24
1
-1
/
+4
*
Add -funique-section-names and -fno-unique-section-names options.
Rafael Espindola
2015-02-20
1
-0
/
+3
*
Add -fno-implicit-modules.
Manuel Klimek
2015-02-20
1
-0
/
+1
*
Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...
Larisse Voufo
2015-02-20
1
-0
/
+1
*
Revert adding hostname to module hash
Ben Langmuir
2015-02-19
1
-17
/
+0
*
Rename flags and options to match current naming: from -fdef-sized-delete to ...
Larisse Voufo
2015-02-18
1
-2
/
+2
*
Revise the implementation logic of sized deallocation: Do not automatically g...
Larisse Voufo
2015-02-14
1
-0
/
+2
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-0
/
+2
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-2
/
+0
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-0
/
+2
*
Be more conservative about gethostname()'s truncating behaviour
Ben Langmuir
2015-02-09
1
-1
/
+5
*
Update r228592 for when gethostname() returns an error
Ben Langmuir
2015-02-09
1
-3
/
+3
*
Add missing include from r228592
Ben Langmuir
2015-02-09
1
-0
/
+3
*
Add the hostname to the module hash to avoid sharing between hosts
Ben Langmuir
2015-02-09
1
-0
/
+10
*
Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
2015-02-04
1
-1
/
+1
*
Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls
Ben Langmuir
2015-02-02
1
-0
/
+1
*
The prefix 'Ms-' should be 'MS-'
David Majnemer
2015-02-02
1
-2
/
+2
*
Process the -fno-signed-zeros optimization flag (PR20870)
Sanjay Patel
2015-01-23
1
-1
/
+1
*
Implement command line options for stack probe space
Hans Wennborg
2015-01-20
1
-0
/
+7
*
Adding option -fno-inline-asm to disallow inline asm
Steven Wu
2015-01-16
1
-0
/
+1
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Revert "Insert random noops to increase security against ROP attacks (clang)"
JF Bastien
2015-01-14
1
-1
/
+0
*
Insert random noops to increase security against ROP attacks (clang)
JF Bastien
2015-01-14
1
-0
/
+1
*
Reimplement -fsanitize-recover family of flags.
Alexey Samsonov
2015-01-12
1
-13
/
+23
*
Driver: begin threading frontend support for SymbolRewriter
Saleem Abdulrasool
2015-01-09
1
-0
/
+2
*
Fix use-after-destruction introduced in r224924.
Alexey Samsonov
2014-12-29
1
-1
/
+2
*
[multilib] Teach Clang's code about multilib by threading
Chandler Carruth
2014-12-29
1
-8
/
+13
*
Add driver flags -ftrigraphs, -fno-trigraphs.
Nico Weber
2014-12-23
1
-2
/
+2
*
Disable trigraphs in microsoft mode by default. Matches cl.exe.
Nico Weber
2014-12-22
1
-9
/
+9
*
Fix handling of invalid -O options.
Rafael Espindola
2014-12-16
1
-4
/
+6
*
Add a new flag, -fspell-checking-limit=<number> to control how many times we'...
Nick Lewycky
2014-12-16
1
-0
/
+3
*
OpenCL C: Add support for a set of floating point
Pekka Jaaskelainen
2014-12-10
1
-4
/
+9
*
Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
Richard Smith
2014-12-10
1
-0
/
+1
*
Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
Duncan P. N. Exon Smith
2014-12-09
1
-1
/
+0
*
[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
Richard Smith
2014-12-09
1
-0
/
+1
[prev]
[next]