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
*
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
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-12
/
+12
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-3
/
+3
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-12
/
+8
*
[Layering] Update include of Linker.h to match its move to a Linker
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-1
/
+22
*
Fix typo
Tobias Grosser
2014-02-26
1
-1
/
+1
*
Wired-up the new LLVM diagnostic system into clang diagnostic system.
Quentin Colombet
2014-02-06
1
-1
/
+113
*
Update for getLazyBitcodeModule API change.
Rafael Espindola
2014-01-13
1
-3
/
+5
*
Verify that clang TargetInfo descriptions match DataLayout strings from LLVM
Alp Toker
2014-01-02
1
-4
/
+4
*
Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer
Alp Toker
2013-12-21
1
-13
/
+4
*
Override the datalayout in a module with -triple.
Rafael Espindola
2013-12-20
1
-1
/
+10
*
clang-format parts of the file.
Rafael Espindola
2013-12-18
1
-18
/
+9
*
PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...
David Blaikie
2013-07-13
1
-0
/
+4
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+5
*
Forward #pragma comment(lib/linker) through as flags metadata
Reid Kleckner
2013-05-08
1
-0
/
+8
[next]