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
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-4
/
+1
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
Simplify code. No functionality change.
Rafael Espindola
2014-03-13
1
-5
/
+5
*
Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
2014-03-12
1
-10
/
+3
*
CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
2014-03-12
1
-3
/
+10
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-4
/
+2
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
1
-2
/
+2
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-8
/
+6
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-14
/
+26
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
DebugInfo: Emit only the declaration of a class template that has an explicit...
David Blaikie
2014-03-03
1
-1
/
+9
*
Attr: Remove ForceInline
David Majnemer
2014-02-25
1
-4
/
+2
*
Exposing the noduplicate attribute within Clang, which marks functions so tha...
Aaron Ballman
2014-02-22
1
-0
/
+2
*
DebugInfo: imported_decl/using declarations at namespace scope
David Blaikie
2014-02-15
1
-1
/
+4
*
XCore target: add section information.
Robert Lytton
2014-02-11
1
-0
/
+6
*
[stackprotector] Add command line option -fstack-protector-strong
Josh Magee
2014-02-11
1
-0
/
+2
*
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
John McCall
2014-02-08
1
-67
/
+0
*
[ms-cxxabi] Fix cast when structor replacement is an alias
Reid Kleckner
2014-02-03
1
-4
/
+8
*
Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
2014-01-26
1
-3
/
+3
*
Use private linkage for utf-16 objc strings too.
Rafael Espindola
2014-01-21
1
-9
/
+2
*
Now that r199688 avoids the real issue, use private linkage for objc strings.
Rafael Espindola
2014-01-21
1
-5
/
+2
*
Give explicit sections for string constants used in NSStrings.
Rafael Espindola
2014-01-20
1
-0
/
+5
*
Simplify further.
Rafael Espindola
2014-01-20
1
-7
/
+5
*
Remove virtual methods that were added in 2009 and still had 1 implementation.
Rafael Espindola
2014-01-20
1
-7
/
+9
*
Update CodeGen to use DLL storage class for dllimport/dllexport
Nico Rieck
2014-01-14
1
-9
/
+17
*
Remove unused include.
Rafael Espindola
2014-01-07
1
-1
/
+0
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-1
/
+10
*
Tidy up CGCXXABI creation
Alp Toker
2013-12-28
1
-5
/
+4
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-2
/
+1
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-4
/
+4
*
ASTContext: Refactor implicit record creation
Alp Toker
2013-12-17
1
-16
/
+2
*
[ms-cxxabi] Fix linkage of dtor thunks for anonymous classes
Reid Kleckner
2013-12-11
1
-6
/
+8
*
Save another call to GetAddrOfFunction.
Rafael Espindola
2013-12-09
1
-6
/
+8
*
When we decide to output a deferred decl, remember the llvm GlobalValue.
Rafael Espindola
2013-12-09
1
-23
/
+24
*
Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
2013-12-09
1
-57
/
+66
*
GlobalAlias::isDeclaration is always false. Remove dead code.
Rafael Espindola
2013-12-08
1
-5
/
+0
*
Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
Manman Ren
2013-12-02
1
-1
/
+1
*
Expand comments for Debug Info Version.
Manman Ren
2013-12-02
1
-1
/
+4
*
[CodeGen] If there is a function definition with duplicate mangled name, emit...
Argyrios Kyrtzidis
2013-11-23
1
-0
/
+4
*
Debug Info: add a "Debug Info Version" module flag to output the current debug
Manman Ren
2013-11-22
1
-0
/
+5
*
[-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static...
Hans Wennborg
2013-11-21
1
-0
/
+15
*
Fix test failures after addrspacecast added.
Matt Arsenault
2013-11-15
1
-4
/
+8
*
[OpenCL] Make sure we put string literals in the constant address space.
Joey Gouly
2013-11-14
1
-4
/
+9
*
Keep the old function order in CodeGenModule::applyReplacements.
Rafael Espindola
2013-11-12
1
-2
/
+16
*
Revert "Keep the old function order in CodeGenModule::applyReplacements."
Rafael Espindola
2013-11-11
1
-14
/
+2
*
Keep the old function order in CodeGenModule::applyReplacements.
Rafael Espindola
2013-11-10
1
-2
/
+14
*
Avoid double StringMap lookups. No functionality change.
Benjamin Kramer
2013-11-10
1
-4
/
+4
*
Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espindola
2013-11-05
1
-0
/
+15
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-0
/
+6
[next]