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
*
Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size
Ken Dyck
2010-01-26
1
-0
/
+5
*
Created __builtin___NSStringMakeConstantString() builtin, which generates con...
David Chisnall
2010-01-23
1
-1
/
+4
*
Generalize target weirdness handling having proper layering in mind:
Anton Korobeynikov
2010-01-10
1
-0
/
+3
*
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
2010-01-08
1
-2
/
+4
*
Fix linkage for RTTI names by re-using the logic for computing the
Douglas Gregor
2010-01-06
1
-1
/
+2
*
Fix marking of virtual members for nested classes whose first non-pure virtua...
Douglas Gregor
2010-01-06
1
-0
/
+4
*
Move address points to CGVtableInfo, no functionality change.
Anders Carlsson
2010-01-02
1
-5
/
+0
*
Work in progress for setting the vtable pointers for all bases correctly in
Eli Friedman
2009-12-18
1
-2
/
+2
*
Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak...
Anders Carlsson
2009-12-17
1
-6
/
+3
*
Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit...
Anders Carlsson
2009-12-16
1
-11
/
+0
*
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
1
-0
/
+7
*
Work-in-progess rewrite of thunks: move thunk generation outside of vtable
Eli Friedman
2009-12-06
1
-0
/
+7
*
Set the correct linkage for VTTs as well.
Anders Carlsson
2009-12-06
1
-4
/
+3
*
Make GenerateVtable a private member function of CGVtableInfo.
Anders Carlsson
2009-12-06
1
-9
/
+0
*
Minor cleanup.
Eli Friedman
2009-12-03
1
-1
/
+1
*
Add support for thunking dtors. Oh why does this make my head hurt?
Mike Stump
2009-12-03
1
-2
/
+2
*
Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.
Anders Carlsson
2009-12-03
1
-1
/
+6
*
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-12-02
1
-6
/
+6
*
Simplify and fix up the handling of implicit constructors, copy assignment
Eli Friedman
2009-11-26
1
-3
/
+0
*
Add a CovariantThunkAdjustment struct that represents the adjustments needed ...
Anders Carlsson
2009-11-26
1
-3
/
+3
*
Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustme...
Anders Carlsson
2009-11-26
1
-3
/
+4
*
Simplify rtti building code a little. Prep for reuse for throw rtti
Mike Stump
2009-11-20
1
-1
/
+1
*
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-17
1
-0
/
+3
*
Finisgh off rest of class_type_info rtti generation.
Mike Stump
2009-11-14
1
-0
/
+3
*
Move GlobalDecl to its own file. Also add DenseMapInfo traits.
Anders Carlsson
2009-11-13
1
-39
/
+1
*
Allow the tracking of address points for construction vtables as well.
Mike Stump
2009-11-13
1
-2
/
+3
*
Fix the offset calculations for non-virtual bases with overrides.
Mike Stump
2009-11-12
1
-3
/
+11
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now...
Devang Patel
2009-11-12
1
-2
/
+0
*
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
1
-4
/
+4
*
Push ctor vtable construction down further. WIP.
Mike Stump
2009-11-11
1
-1
/
+3
*
Add vtable caching to prevent multiple vtables for the same class from
Mike Stump
2009-11-10
1
-0
/
+6
*
Added support for static variables which require
Fariborz Jahanian
2009-11-05
1
-1
/
+1
*
Enable "debug info attached to an instruction" mode.
Devang Patel
2009-10-12
1
-0
/
+2
*
Move the vtable builder to CGVtable.cpp, general cleanup.
Anders Carlsson
2009-10-11
1
-3
/
+5
*
Add a MangleContext and pass it to all mangle functions. It will be used for ...
Anders Carlsson
2009-10-07
1
-1
/
+5
*
Move some functions from CodeGenFunctions to CodeGenModule so they can be use...
Anders Carlsson
2009-10-03
1
-0
/
+8
*
Fix subtle bug in generating LLVM function declarations for builtin functions.
Daniel Dunbar
2009-09-14
1
-1
/
+2
*
whitespace fix
Chris Lattner
2009-09-12
1
-1
/
+1
*
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
Daniel Dunbar
2009-09-12
1
-1
/
+11
*
Add basic covariant thunk generation support. WIP.
Mike Stump
2009-09-11
1
-0
/
+4
*
Pass GlobalDecls to GenerateCode and StartFunction.
Anders Carlsson
2009-09-11
1
-6
/
+7
*
Add stricter GlobalDecl constructors.
Anders Carlsson
2009-09-10
1
-7
/
+15
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-27
/
+27
*
Install thunks later to fixup overrides. Track space taken by vbase
Mike Stump
2009-09-05
1
-2
/
+2
*
Add overidding for methods for vtable building for the secondary
Mike Stump
2009-09-04
1
-0
/
+4
*
Cleanups. Move GenerateRtti to CodeGenModule.
Mike Stump
2009-08-18
1
-0
/
+3
*
Patch toward synthesizing non-trivial destructors. WIP
Fariborz Jahanian
2009-08-16
1
-0
/
+1
*
Patch to force synthesis of copy assignment operator
Fariborz Jahanian
2009-08-13
1
-0
/
+1
*
LLVMContext is a class now.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Add support for global initializers.
Anders Carlsson
2009-08-08
1
-0
/
+7
[next]