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
*
[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
*
Update for LLVM api change.
Rafael Espindola
2014-10-25
1
-6
/
+31
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-1
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-09-03
1
-1
/
+1
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-1
/
+1
*
unique_ptrify clang::BackendConsumer::takeModule
David Blaikie
2014-08-29
1
-2
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-4
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Update for llvm api change
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-2
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Move the body out of line to try to fix a buildbot.
Rafael Espindola
2014-08-19
1
-0
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-2
/
+0
*
Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a u...
NAKAMURA Takumi
2014-08-11
1
-2
/
+2
*
unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around ...
David Blaikie
2014-08-10
1
-2
/
+2
*
Follow up to r215323 - avoid llvm::make_unique in this particular case that's...
David Blaikie
2014-08-10
1
-3
/
+3
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-8
/
+8
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-3
/
+14
*
Recommit: Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
2014-07-18
1
-12
/
+25
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-8
/
+7
[next]