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
*
Generalize target weirdness handling having proper layering in mind:
Anton Korobeynikov
2010-01-10
1
-2
/
+6
*
revert r92749, which is just dead code.
Chris Lattner
2010-01-09
1
-10
/
+0
*
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
2010-01-08
1
-5
/
+5
*
Fix linkage for RTTI names by re-using the logic for computing the
Douglas Gregor
2010-01-06
1
-24
/
+21
*
Fix marking of virtual members for nested classes whose first non-pure virtua...
Douglas Gregor
2010-01-06
1
-0
/
+54
*
Improve key-function computation for templates. In particular:
Douglas Gregor
2010-01-05
1
-1
/
+2
*
Add code to skip the emission of available externally functions at -O0. WIP.
Mike Stump
2010-01-05
1
-0
/
+10
*
strength reduce this call away.
Chris Lattner
2009-12-29
1
-1
/
+2
*
this form of SetDebugLocation is about to go away, add some #includes that
Chris Lattner
2009-12-28
1
-3
/
+2
*
Some small improvements to dead code elimination; helps a bit on
Eli Friedman
2009-12-25
1
-1
/
+1
*
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
Jeffrey Yasskin
2009-12-12
1
-1
/
+1
*
Fix for PR5714: make sure globals that will be modified aren't marked const.
Eli Friedman
2009-12-11
1
-5
/
+13
*
Random string-related cleanups.
Benjamin Kramer
2009-12-11
1
-3
/
+2
*
Make sure that explicitly instantiated functions get the right linkage.
Anders Carlsson
2009-12-10
1
-3
/
+12
*
Fix for PR5709: use the computed type of the declaration instead of the
Eli Friedman
2009-12-09
1
-6
/
+1
*
Misc key function fixes.
Eli Friedman
2009-12-08
1
-0
/
+10
*
A bunch more thunk fixes from misc testing.
Eli Friedman
2009-12-07
1
-1
/
+7
*
Work-in-progess rewrite of thunks: move thunk generation outside of vtable
Eli Friedman
2009-12-06
1
-1
/
+6
*
Add rudimentary support for member pointers to CGDebugInfo.
Anders Carlsson
2009-12-06
1
-1
/
+1
*
Don't emit explicit specializations of static member variable declarations.
Anders Carlsson
2009-12-04
1
-5
/
+11
*
Have ASTRecordLayout keep track of the key function, in preparation of fixing...
Anders Carlsson
2009-11-30
1
-12
/
+4
*
Don't try to generate common globals for C++ files, instead of depending on t...
Daniel Dunbar
2009-11-30
1
-1
/
+1
*
Simplify and fix up the handling of implicit constructors, copy assignment
Eli Friedman
2009-11-26
1
-130
/
+7
*
Use new getLinkage() method to correctly compute whether a variable has
Eli Friedman
2009-11-26
1
-4
/
+3
*
Ignore constructor member templates in CodeGenModule::EmitTopLevelDecl.
Anders Carlsson
2009-11-24
1
-0
/
+4
*
Mangler: Lift shouldMangleDeclName predicate out of CXXNameMangler::mangle.
Daniel Dunbar
2009-11-21
1
-7
/
+2
*
IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,
Daniel Dunbar
2009-11-21
1
-2
/
+1
*
Sink free mangle* methods into MangleContext.
Daniel Dunbar
2009-11-21
1
-1
/
+1
*
Added rudimentary C++0x attribute support.
Alexis Hunt
2009-11-21
1
-2
/
+6
*
Fixup key function calculations.
Mike Stump
2009-11-20
1
-1
/
+3
*
Improve instantiation control for rtti data and allow key functions to
Mike Stump
2009-11-19
1
-0
/
+10
*
Skip over shadow using decls during codegen.
John McCall
2009-11-17
1
-0
/
+1
*
The ssp and sspreq function attributes should only be applied to function def...
Anders Carlsson
2009-11-16
1
-0
/
+5
*
Make GetAddrOfConstantStringFromLiteral return a constant of the correct type.
Eli Friedman
2009-11-16
1
-1
/
+8
*
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
1
-5
/
+5
*
Rearrange function to avoid recursive use-after-free.
Eli Friedman
2009-11-09
1
-17
/
+18
*
add missing #include
Chris Lattner
2009-11-07
1
-0
/
+1
*
Added support for static variables which require
Fariborz Jahanian
2009-11-05
1
-4
/
+9
*
Implement proper linkage for explicit instantiation declarations of
Douglas Gregor
2009-10-27
1
-14
/
+14
*
Introduce FunctionDecl::isInlined() to tell whether a function should
Douglas Gregor
2009-10-27
1
-2
/
+2
*
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
1
-2
/
+2
*
Add a PrettyStackTraceDecl in CodeGenModule::EmitGlobalDefinition.
Anders Carlsson
2009-10-27
1
-0
/
+4
*
assert -> llvm_unreachable
Douglas Gregor
2009-10-26
1
-1
/
+1
*
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-18
1
-4
/
+4
*
Fix a thinko that John pointed out
Douglas Gregor
2009-10-14
1
-3
/
+1
*
Give explicit and implicit instantiations of static data members of
Douglas Gregor
2009-10-14
1
-3
/
+42
*
Copy metadata associated with CI
Devang Patel
2009-10-14
1
-0
/
+4
*
fix some cfstring related issues:
Chris Lattner
2009-10-14
1
-13
/
+10
*
unbreak test/CodeGen/builtins.c, reverting Devang's change.
Chris Lattner
2009-10-14
1
-2
/
+2
*
Check void type before using replaceAllUsesWith().
Devang Patel
2009-10-13
1
-1
/
+2
[next]