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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update for llvm API change.
Rafael Espindola
2014-05-13
1
-1
/
+1
*
Don't repeat function name in comment.
Rafael Espindola
2014-05-09
1
-192
/
+149
*
Don't indent in namespaces.
Rafael Espindola
2014-05-09
1
-108
/
+105
*
Cleanup setFunctionDefinitionAttributes.
Rafael Espindola
2014-05-08
1
-3
/
+3
*
Use more specific type.
Rafael Espindola
2014-05-08
1
-2
/
+2
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+9
*
Fix pr19653.
Rafael Espindola
2014-05-05
1
-0
/
+2
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-5
/
+10
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
1
-9
/
+4
*
CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
2014-04-15
1
-0
/
+14
*
ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
2014-03-29
1
-0
/
+4
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-24
1
-1
/
+4
*
Revert r204562,204566,204586,204587 as they broke ASan on Windows
Timur Iskhodzhanov
2014-03-24
1
-4
/
+1
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-23
1
-1
/
+4
*
Revert "CodeGen: Use a binary format for instrumentation based profiling"
Justin Bogner
2014-03-12
1
-4
/
+4
*
CodeGen: Use a binary format for instrumentation based profiling
Justin Bogner
2014-03-12
1
-4
/
+4
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-7
/
+8
*
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Simplify compare operators with std::tie.
Benjamin Kramer
2014-03-03
1
-4
/
+2
*
Remove the -fhidden-weak-vtables -cc1 option. It was dead,
John McCall
2014-02-08
1
-15
/
+0
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-1
/
+7
*
Tidy up CGCXXABI creation
Alp Toker
2013-12-28
1
-2
/
+2
*
Save another call to GetAddrOfFunction.
Rafael Espindola
2013-12-09
1
-2
/
+2
*
When we decide to output a deferred decl, remember the llvm GlobalValue.
Rafael Espindola
2013-12-09
1
-1
/
+11
*
Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
2013-12-09
1
-11
/
+12
*
ubsan: Only emit constants for filenames and type descriptors once.
Will Dietz
2013-11-08
1
-0
/
+10
*
Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espindola
2013-11-05
1
-0
/
+6
*
Fix vbtable indices when a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
2013-11-05
1
-4
/
+4
*
Use aliases for more constructors and destructors.
Rafael Espindola
2013-11-04
1
-1
/
+2
*
New fix for pr17535.
Rafael Espindola
2013-10-22
1
-0
/
+6
*
Revert "This patch causes clang to reject alias attributes that point to unde...
Rafael Espindola
2013-10-22
1
-1
/
+0
*
This patch causes clang to reject alias attributes that point to undefined
Rafael Espindola
2013-10-22
1
-0
/
+1
*
Emit a .ident saying that clang produced this file.
Rafael Espindola
2013-10-16
1
-0
/
+3
*
Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...
Timur Iskhodzhanov
2013-10-09
1
-1
/
+3
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-5
/
+4
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-0
/
+5
*
PR16933: Don't try to codegen things after we've seen errors.
David Blaikie
2013-08-19
1
-8
/
+2
*
Use new llvm::SpecialCaseList API in CodeGenModule
Alexey Samsonov
2013-08-12
1
-2
/
+2
*
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...
Timur Iskhodzhanov
2013-08-04
1
-4
/
+0
*
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
2013-07-22
1
-9
/
+6
*
Apply BlackList -> SpecialCaseList rename in Clang.
Peter Collingbourne
2013-07-09
1
-3
/
+3
*
Simplify linkage code for static local vars.
Eli Friedman
2013-07-01
1
-1
/
+0
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-2
/
+1
*
Fix the linkage of static locals inside a CapturedStmt. (Found in the
Eli Friedman
2013-06-13
1
-0
/
+1
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-2
/
+0
*
[ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.
Peter Collingbourne
2013-06-05
1
-5
/
+4
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-2
/
+8
*
Fix typo in comment. Found by -Wdocumentation.
Benjamin Kramer
2013-06-04
1
-1
/
+1
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+3
[prev]
[next]