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
...
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-4
/
+11
*
CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
2014-04-15
1
-0
/
+3
*
CodeGen: Move PGO initialization into Release()
Justin Bogner
2014-04-10
1
-4
/
+3
*
CodeGen: Clean up CommonLinkage calculation
David Majnemer
2014-04-10
1
-10
/
+35
*
CodeGen: Emit some functions as weak_odr under -fms-compatibility
David Majnemer
2014-04-02
1
-3
/
+2
*
Disable this-return optimizations when targeting iOS 5 and earlier.
Bob Wilson
2014-04-01
1
-1
/
+6
*
Implement the 'optnone' attribute, which suppresses most optimizations
Paul Robinson
2014-03-31
1
-0
/
+10
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-0
/
+1
*
CodeGen: Don't crash when replacing functions
David Majnemer
2014-03-29
1
-5
/
+7
*
Handle and warn on aliases to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+29
*
Revert "Update for llvm api change."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-24
1
-18
/
+60
*
Revert r204562,204566,204586,204587 as they broke ASan on Windows
Timur Iskhodzhanov
2014-03-24
1
-56
/
+18
*
MS ABI: Add tests, other cleanups for r204562
David Majnemer
2014-03-24
1
-8
/
+4
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-23
1
-18
/
+60
*
[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
[prev]
[next]