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
*
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
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-7
/
+8
*
Revert "Handle diagnostic warnings in Frontend diagnostic handler."
Alp Toker
2014-07-17
1
-28
/
+12
*
Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
2014-07-16
1
-13
/
+29
*
CodeGenAction::ExecuteAction(): check for invalid LLVM source locations
Alp Toker
2014-06-30
1
-5
/
+11
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-4
/
+2
*
const_cast the memory MemoryBuffer following LLVM r211883
Alp Toker
2014-06-27
1
-1
/
+2
*
Add a FIXME for an unfortunate issue in ConvertBackendLocation()
Alp Toker
2014-06-27
1
-1
/
+3
*
CodeGenAction: don't duplicate entire .ll/.bc files into memory
Alp Toker
2014-06-27
1
-6
/
+1
*
Add new debug kind LocTrackingOnly.
Diego Novillo
2014-06-24
1
-9
/
+1
*
Prefix another use of error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Provide fallback locations for backend remarks
Alp Toker
2014-06-05
1
-8
/
+15
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-6
/
+8
*
When an inline-asm diagnostic is reported by the backend, report it with the
Joey Gouly
2014-06-05
1
-6
/
+17
*
Fix leak from r210059
Alp Toker
2014-06-03
1
-1
/
+1
*
Fix -emit-codegen-only to not generate binaries
Alp Toker
2014-06-03
1
-0
/
+1
*
Add flags -Rpass-missed and -Rpass-analysis.
Diego Novillo
2014-05-29
1
-44
/
+81
*
Fix spurious remarks when -Weverything is used.
Diego Novillo
2014-05-29
1
-0
/
+6
*
Reverting 209503 - Breaks asan blacklists
Warren Hunt
2014-05-28
1
-4
/
+1
*
Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...
Hans Wennborg
2014-05-23
1
-0
/
+14
*
Fix '-main-file-name <name>' so that it is used for the ModuleID.
Robert Lytton
2014-05-23
1
-1
/
+4
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-5
/
+5
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
1
-1
/
+1
*
Fix segmentation fault when mixing -Rpass with #line.
Diego Novillo
2014-05-08
1
-3
/
+10
*
Small formatting change.
Eric Christopher
2014-05-02
1
-1
/
+1
*
Use a manipulator to add a value to the current diagnostic flag.
Diego Novillo
2014-04-22
1
-3
/
+2
*
Allow adding a value to a flag in diagnostics.
Diego Novillo
2014-04-21
1
-1
/
+2
*
Add support for optimization reports.
Diego Novillo
2014-04-16
1
-0
/
+49
[next]