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
...
*
Don't set nounwind on functions when in using the new Obj-C ABI.
Daniel Dunbar
2009-03-02
1
-1
/
+1
*
simplify some code.
Chris Lattner
2009-03-01
1
-9
/
+5
*
Initialize NSConcreteStackBlock
Anders Carlsson
2009-03-01
1
-2
/
+2
*
Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and
Mike Stump
2009-02-27
1
-3
/
+12
*
Minor cleanup: use getDeclAlignInBytes helper.
Eli Friedman
2009-02-27
1
-11
/
+1
*
fix some sema problems with wide strings and hook up basic codegen for them.
Chris Lattner
2009-02-26
1
-7
/
+5
*
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-24
1
-8
/
+20
*
Emit extern_weak when needed.
Daniel Dunbar
2009-02-21
1
-5
/
+10
*
Initialize the Init variable to something reasonable when we emit an
Eli Friedman
2009-02-20
1
-1
/
+4
*
Add irgen support for the noinline attribute.
Anders Carlsson
2009-02-19
1
-0
/
+3
*
Don't emit K&R unprototyped function definitions as varargs.
Daniel Dunbar
2009-02-19
1
-13
/
+27
*
Emission of global variable initialializer was broken in rare
Daniel Dunbar
2009-02-19
1
-1
/
+23
*
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-18
1
-10
/
+12
*
Add anti-FIXME.
Daniel Dunbar
2009-02-18
1
-1
/
+4
*
Simplify.
Daniel Dunbar
2009-02-18
1
-2
/
+1
*
Make it possible for builtins to expression FILE* arguments, so that
Douglas Gregor
2009-02-14
1
-1
/
+4
*
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor
2009-02-13
1
-3
/
+7
*
Simplify predicate.
Daniel Dunbar
2009-02-13
1
-3
/
+1
*
IRgen support for attribute used.
Daniel Dunbar
2009-02-13
1
-7
/
+19
*
Pull MayDeferGeneration out of EmitGlobal.
Daniel Dunbar
2009-02-13
1
-16
/
+34
*
Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructure
Daniel Dunbar
2009-02-13
1
-13
/
+36
*
Let the backend unique these.
Mike Stump
2009-02-13
1
-1
/
+0
*
Move DescriptorUniqueCount into CGM.
Mike Stump
2009-02-13
1
-0
/
+1
*
Move GlobalUniqueCount up into CGM.
Mike Stump
2009-02-13
1
-1
/
+3
*
Move GenericBlockLiteralType into CGM.
Mike Stump
2009-02-13
1
-1
/
+1
*
Move BlockDescriptorType into CGM.
Mike Stump
2009-02-13
1
-1
/
+2
*
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-13
1
-14
/
+40
*
Add a very basic implemenation of global blocks. This needs to be cleaned up.
Anders Carlsson
2009-02-12
1
-2
/
+1
*
Support __attribute__(section(<name>))
Daniel Dunbar
2009-02-12
1
-0
/
+6
*
Use 'compile' instead of 'codegen' when reporting error to user.
Daniel Dunbar
2009-02-06
1
-2
/
+2
*
Add -femit-all-decls codegen option.
Daniel Dunbar
2009-02-04
1
-1
/
+1
*
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
1
-2
/
+2
*
More ABI API cleanup.
Daniel Dunbar
2009-02-02
1
-1
/
+1
*
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2009-01-31
1
-2
/
+1
*
Use NonFragileABI as name of new Next abi. More comments
Fariborz Jahanian
2009-01-22
1
-1
/
+1
*
Refactoring ObjC Next's runtime classes in preparation for
Fariborz Jahanian
2009-01-21
1
-1
/
+2
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-1
/
+1
*
Bug fix, __private_extern__ globals were always introducing a definition.
Daniel Dunbar
2009-01-13
1
-10
/
+31
*
Objc's compatibility-alias semantics and code
Fariborz Jahanian
2009-01-08
1
-1
/
+1
*
Silence a GCC warning
Sebastian Redl
2009-01-05
1
-1
/
+2
*
Fix the bug that would cause Python to crash at startup.
Anders Carlsson
2009-01-04
1
-10
/
+11
*
Add full dllimport / dllexport support: both sema checks and codegen.
Anton Korobeynikov
2008-12-26
1
-7
/
+20
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-14
/
+22
*
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
1
-2
/
+4
*
Fix a serious null termination bug found by David Chisnall!
Chris Lattner
2008-12-09
1
-1
/
+1
*
If a global var decl has an initializer, make sure to always set its linkage ...
Anders Carlsson
2008-12-03
1
-0
/
+2
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-7
/
+5
*
reapply the (corrected) patch to use the new llvm intrinsics for memcpy/memmo...
Chris Lattner
2008-11-21
1
-24
/
+6
*
temporarily revert Sangiv's patch.
Chris Lattner
2008-11-21
1
-3
/
+24
*
mem[cpy,set,move] intrinsics are now overloaded.
Sanjiv Gupta
2008-11-21
1
-24
/
+3
[prev]
[next]