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
/
CodeGen
/
CodeGenAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.
Tim Northover
2016-03-31
1
-8
/
+0
*
For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann
2016-03-30
1
-3
/
+3
*
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner
2016-03-17
1
-3
/
+3
*
For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner
2016-03-17
1
-3
/
+3
*
Temporarily revert these patches:
Eric Christopher
2016-03-12
1
-7
/
+1
*
Fix clang crash: when CodeGenAction is initialized without a context, use the...
Mehdi Amini
2016-03-11
1
-1
/
+1
*
Fix build: use -> with pointers and not .
Mehdi Amini
2016-03-11
1
-1
/
+1
*
Remove compile time PreserveName switch based on NDEBUG
Mehdi Amini
2016-03-11
1
-1
/
+7
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-2
/
+2
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-5
/
+0
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-8
/
+0
*
Avoid double deletion in Clang driver.
Serge Pavlov
2016-02-18
1
-21
/
+8
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-02-02
1
-11
/
+64
*
Revert r259036, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-65
/
+11
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
1
-11
/
+65
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
1
-64
/
+11
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-27
1
-11
/
+64
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-0
/
+4
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-2
/
+2
*
[ThinLTO] Leverage new in-place renaming support
Teresa Johnson
2016-01-08
1
-35
/
+1
*
Update for llvm api change.
Rafael Espindola
2015-12-16
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2015-12-14
1
-33
/
+27
*
[ThinLTO] Option to invoke ThinLTO backend passes and importing
Teresa Johnson
2015-12-07
1
-21
/
+55
*
Update for llvm api change.
Rafael Espindola
2015-12-01
1
-1
/
+1
*
Allow linking multiple bitcode files.
Artem Belevich
2015-10-27
1
-53
/
+61
*
[CUDA] Postprocess bitcode linked in during device-side CUDA compilation.
Artem Belevich
2015-09-10
1
-1
/
+6
*
Initialize the AST consumer as soon as we have both an ASTConsumer and an
Richard Smith
2015-08-18
1
-5
/
+2
*
Print vectorization analysis when loop hint is specified.
Tyler Nowicki
2015-08-11
1
-15
/
+21
*
Append options for vectorization when pointer checking threshold is exceeded.
Tyler Nowicki
2015-08-10
1
-0
/
+19
*
Append options for floating-point commutivity when related diagnostics are pr...
Tyler Nowicki
2015-08-10
1
-0
/
+19
*
Rename DescriptionString -> DataLayoutString as it matches the actual
Eric Christopher
2015-08-05
1
-2
/
+2
*
Rangify for loops, NFC.
Yaron Keren
2015-08-01
1
-2
/
+1
*
Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
2015-06-30
1
-2
/
+6
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2015-06-16
1
-2
/
+2
*
CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFC
Justin Bogner
2015-05-22
1
-8
/
+8
*
Fixed double-free in case of module loading error.
Artem Belevich
2015-05-12
1
-2
/
+2
*
Fix BackendConsumer::EmitOptimizationMessage()
Diego Novillo
2015-05-08
1
-7
/
+10
*
Implemented support for testing the ASTImporter's
Sean Callanan
2015-04-28
1
-0
/
+5
*
Use raw_pwrite_stream in clang.
Rafael Espindola
2015-04-14
1
-7
/
+6
*
Add InlineAsmDiagnosticHandler for bitcode input
Steven Wu
2015-02-12
1
-0
/
+8
*
Make a codegen warning a real warning instead of a getCustomDiagID().
Nico Weber
2015-01-29
1
-5
/
+3
*
Remove unused parameter, followup to r179639. No behavior change.
Nico Weber
2015-01-15
1
-2
/
+1
*
Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
2015-01-15
1
-2
/
+2
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-3
/
+3
*
Initialize BackendConsumer::Context in constructor.
Yaron Keren
2014-12-25
1
-1
/
+1
*
Update for LLVM API change.
Rafael Espindola
2014-10-28
1
-1
/
+1
*
Use the newer/simple API for passing a diagnostic handler to the IR linker.
Rafael Espindola
2014-10-27
1
-16
/
+5
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-6
/
+3
[prev]
[next]