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
...
*
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-22
1
-16
/
+15
*
now that all the decl reference and creation stuff is going through two
Chris Lattner
2009-03-21
1
-7
/
+15
*
fix a crash that could occur when a variable declaration became a
Chris Lattner
2009-03-21
1
-1
/
+1
*
simplify and cleanup global variable creation stuff to all go through one
Chris Lattner
2009-03-21
1
-2
/
+5
*
simplify management of llvm::Function creation to all go through
Chris Lattner
2009-03-21
1
-12
/
+5
*
code cleanups, rename EmitForwardFunctionDefinition ->
Chris Lattner
2009-03-21
1
-4
/
+4
*
simplify some more code.
Chris Lattner
2009-03-21
1
-1
/
+1
*
simplify and comment some code better. Make BindRuntimeGlobals
Chris Lattner
2009-03-21
1
-1
/
+4
*
IRgen support for alias of global variable.
Daniel Dunbar
2009-03-19
1
-1
/
+1
*
Backout r66408, we don't want handling of globals to rely on the
Daniel Dunbar
2009-03-09
1
-16
/
+13
*
Be sure to never create two functions with the same name, instead arrange to
Mike Stump
2009-03-09
1
-13
/
+16
*
Some struct/class mismatch fixes, to silence MSVC warnings.
Sebastian Redl
2009-03-07
1
-1
/
+1
*
(LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add
Daniel Dunbar
2009-03-06
1
-5
/
+10
*
Move more of the blocks code up and out.
Mike Stump
2009-03-04
1
-2
/
+0
*
Move more of blocks codegen out of CodeGenModule and into the
Mike Stump
2009-03-04
1
-24
/
+1
*
Start the migration of more of the blocks code out of sight for most
Mike Stump
2009-03-04
1
-10
/
+2
*
Improved ABI compliance for __block variables. No testcases yet as we
Mike Stump
2009-03-04
1
-0
/
+9
*
Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and
Mike Stump
2009-02-27
1
-2
/
+2
*
first wave of fixes for @encode sema support. This is part of PR3648.
Chris Lattner
2009-02-24
1
-0
/
+5
*
Prevent accidental copying of CodeGenFunction and CodeGenModule.
Anders Carlsson
2009-02-24
1
-0
/
+3
*
Don't emit K&R unprototyped function definitions as varargs.
Daniel Dunbar
2009-02-19
1
-1
/
+10
*
More codegen for blocks. The type of block literals should be better.
Mike Stump
2009-02-19
1
-0
/
+2
*
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-18
1
-9
/
+19
*
Change EmitConstantExpr to allow failure.
Daniel Dunbar
2009-02-17
1
-0
/
+5
*
Use getNameAsCString instead of getNameAsString and reflow the type.
Mike Stump
2009-02-14
1
-1
/
+1
*
Generate the helper function for blocks. Now basic codegen is
Mike Stump
2009-02-14
1
-1
/
+1
*
IRgen support for attribute used.
Daniel Dunbar
2009-02-13
1
-0
/
+7
*
Pull MayDeferGeneration out of EmitGlobal.
Daniel Dunbar
2009-02-13
1
-0
/
+5
*
Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructure
Daniel Dunbar
2009-02-13
1
-7
/
+25
*
Let the backend unique these.
Mike Stump
2009-02-13
1
-2
/
+0
*
Move DescriptorUniqueCount into CGM.
Mike Stump
2009-02-13
1
-1
/
+3
*
Move NSConcreteStackBlock into CGM.
Mike Stump
2009-02-13
1
-0
/
+5
*
Reflow to 80col.
Mike Stump
2009-02-13
1
-91
/
+84
*
Move GlobalUniqueCount up into CGM.
Mike Stump
2009-02-13
1
-1
/
+4
*
Condense NSConcreteGlobalBlock handling.
Mike Stump
2009-02-13
1
-0
/
+2
*
Move GenericBlockLiteralType into CGM.
Mike Stump
2009-02-13
1
-0
/
+3
*
Move BlockDescriptorType into CGM.
Mike Stump
2009-02-13
1
-1
/
+5
*
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-13
1
-0
/
+4
*
Add a very basic implemenation of global blocks. This needs to be cleaned up.
Anders Carlsson
2009-02-12
1
-0
/
+7
*
More ABI API cleanup.
Daniel Dunbar
2009-02-02
1
-3
/
+3
*
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2009-01-31
1
-2
/
+1
*
Fix the bug that would cause Python to crash at startup.
Anders Carlsson
2009-01-04
1
-1
/
+3
*
Add option argument to GetAddrOfConstantString to use for name of
Daniel Dunbar
2008-10-17
1
-3
/
+11
*
Add simple interface for protecting runtime functions from name
Daniel Dunbar
2008-10-01
1
-0
/
+13
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-3
/
+3
*
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
1
-1
/
+2
*
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
1
-0
/
+14
*
Fix a number of issues w.r.t. emission of global for functions and
Daniel Dunbar
2008-09-08
1
-7
/
+14
*
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-08
1
-3
/
+0
*
Set function attributes (sext, zext, etc.) on Objective-C methods.
Daniel Dunbar
2008-09-04
1
-2
/
+8
[prev]
[next]