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
*
Simplify the logic for emitting guard variables for template static
John McCall
2010-11-06
1
-1
/
+2
*
Better solution: calculate the visibility of functions and variables
John McCall
2010-10-30
1
-2
/
+3
*
Do the guarding of instantiated static data members
Fariborz Jahanian
2010-10-27
1
-2
/
+8
*
Substantially revise how clang computes the visibility of a declaration to
John McCall
2010-10-22
1
-4
/
+1
*
This patch implements Next's IRGen for -fconstant-string-class=class-name.
Fariborz Jahanian
2010-10-19
1
-5
/
+6
*
Experimental TBAA support.
Dan Gohman
2010-10-14
1
-0
/
+7
*
Opportunistically use the C++ personality function in ObjC++
John McCall
2010-09-16
1
-0
/
+4
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-4
/
+1
*
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-23
1
-2
/
+0
*
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-08-22
1
-14
/
+4
*
Abstract out member-pointer creation. I'm really unhappy about the current
John McCall
2010-08-22
1
-4
/
+0
*
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-16
1
-2
/
+2
*
Store inheritance paths after CastExprs instead of inside them.
John McCall
2010-08-07
1
-1
/
+2
*
Emit standard-library RTTI with external linkage, not weak_odr.
John McCall
2010-08-04
1
-0
/
+5
*
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-29
1
-9
/
+0
*
cave in to reality and make ABIInfo depend on CodeGenTypes.
Chris Lattner
2010-07-29
1
-1
/
+1
*
IRgen: Support user defined attributes on block runtime functions.
Daniel Dunbar
2010-07-16
1
-0
/
+5
*
IRgen: Move blocks runtime interfaces to CodeGenModule.
Daniel Dunbar
2010-07-16
1
-0
/
+20
*
When deferring the emission of declarations with initializers in C++, remember
John McCall
2010-07-15
1
-0
/
+6
*
CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing
Daniel Dunbar
2010-07-14
1
-2
/
+6
*
Provide a hook for the benefit of clients using clang IR gen as a subroutine:
John McCall
2010-07-06
1
-0
/
+2
*
tidy up OrderGlobalInits
Chris Lattner
2010-06-27
1
-13
/
+11
*
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-24
1
-1
/
+1
*
Switch over to the new caching version of getMangledName.
Anders Carlsson
2010-06-22
1
-1
/
+0
*
Add a new variant of getMangledName that caches the mangling for decls.
Anders Carlsson
2010-06-22
1
-0
/
+5
*
Per Chris's comment, remove another static (this one
Fariborz Jahanian
2010-06-22
1
-0
/
+14
*
In supporting init-priority, globals with the same init_priority must be
Fariborz Jahanian
2010-06-21
1
-1
/
+9
*
IRGen for implementation of init-priority attribute.
Fariborz Jahanian
2010-06-21
1
-0
/
+5
*
Fix PR7097, a bad interaction between -fno-use-cxa-atexit and
Chris Lattner
2010-06-19
1
-2
/
+4
*
Get rid of getMangledCXXCtorName and getMangledCXXDtorName.
Anders Carlsson
2010-06-09
1
-6
/
+0
*
Get rid of an unnecessary getMangledName overload.
Anders Carlsson
2010-06-09
1
-1
/
+0
*
Fix for PR7040: Don't try to compute the LLVM type for a function where it
Eli Friedman
2010-05-30
1
-0
/
+4
*
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
1
-2
/
+18
*
Improve name mangling for blocks and support mangling of static local
Douglas Gregor
2010-05-25
1
-0
/
+1
*
If a function definition has any sort of weak linkage, its static local
John McCall
2010-05-25
1
-0
/
+4
*
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-13
1
-0
/
+2
*
Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTI
John McCall
2010-04-30
1
-1
/
+1
*
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
1
-0
/
+1
*
Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...
Anders Carlsson
2010-04-24
1
-4
/
+1
*
Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath.
Anders Carlsson
2010-04-24
1
-1
/
+4
*
More work toward implementing
Fariborz Jahanian
2010-04-23
1
-0
/
+4
*
Support for -fno-constant-cfstrings option - wip.
Fariborz Jahanian
2010-04-22
1
-0
/
+4
*
Some renaming of methods, fixes typo
Fariborz Jahanian
2010-04-19
1
-2
/
+2
*
Local static variables must be available module-wise
Fariborz Jahanian
2010-04-18
1
-0
/
+9
*
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-17
1
-3
/
+3
*
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-04-08
1
-1
/
+1
*
Unbreak the build
Douglas Gregor
2010-04-08
1
-1
/
+2
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-04
1
-7
/
+11
*
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
1
-11
/
+3
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
1
-3
/
+11
[next]