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
*
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
*
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Pass the target options through to code generation.
Bill Wendling
2013-02-14
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-11-09
1
-1
/
+1
*
Have the parser initialize Sema before it consumes the first
Douglas Gregor
2012-11-05
1
-1
/
+3
*
Escape % in diagnostic message when compiling LLVM IR.
Benjamin Kramer
2012-03-16
1
-1
/
+11
*
Replace MarkVarRequired with a more generic
Rafael Espindola
2012-03-08
1
-2
/
+2
*
Fix a small difference in sema and codegen views of what needs to be output.
Rafael Espindola
2012-03-05
1
-0
/
+4
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-3
/
+3
*
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-02-01
1
-2
/
+5
*
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-31
1
-5
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+9
*
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-14
1
-4
/
+0
*
Add frontend flags to enable bitcode verifier pass.
Chad Rosier
2011-12-12
1
-0
/
+4
*
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-11-30
1
-1
/
+1
[next]