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
...
*
More synthesis of copy constructors. Work in progress.
Fariborz Jahanian
2009-08-07
1
-0
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-08-05
1
-1
/
+1
*
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-07-31
1
-1
/
+1
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-1
/
+3
*
Update for LLVM API change.
Owen Anderson
2009-07-13
1
-0
/
+3
*
Improve code generation for function template specializations:
Douglas Gregor
2009-06-29
1
-1
/
+2
*
Handle the edge case of a weak function with incomplete type correctly.
Eli Friedman
2009-05-26
1
-2
/
+3
*
push GlobalDecl through enough of the CodeGenModule interfaces
Chris Lattner
2009-05-12
1
-39
/
+39
*
Refactor global decls to hold either a regular Decl or a CXXConstructorDecl +...
Anders Carlsson
2009-05-05
1
-4
/
+39
*
Explictly track tentative definitions within Sema, then hand those
Douglas Gregor
2009-04-21
1
-9
/
+2
*
Add support for generating (very basic) C++ destructors. These aren't called ...
Anders Carlsson
2009-04-17
1
-0
/
+16
*
Attributes on block functions were not being set.
Daniel Dunbar
2009-04-17
1
-2
/
+6
*
Add GetAddrOfCXXConstructor and use it.
Anders Carlsson
2009-04-16
1
-0
/
+5
*
Defer generation of tentative definitions.
Daniel Dunbar
2009-04-15
1
-0
/
+9
*
Start attempting to generate code for C++ ctors.
Anders Carlsson
2009-04-15
1
-1
/
+19
*
remove dead enum
Chris Lattner
2009-04-14
1
-1
/
+0
*
Fix PR3988: extern inline functions get strong symbol definitions in
Chris Lattner
2009-04-14
1
-2
/
+1
*
implement codegen support for __attribute((__gnuc_inline__)),
Chris Lattner
2009-04-14
1
-1
/
+3
*
Refactor how attributes are set on values.
Daniel Dunbar
2009-04-14
1
-14
/
+13
*
Split SetGlobalValueAttributes into definition/declaration halves.
Daniel Dunbar
2009-04-14
1
-5
/
+8
*
Rename (one) SetFunctionAttributes to SetLLVMFunctionAttributes to
Daniel Dunbar
2009-04-14
1
-3
/
+8
*
add a new enum type for linkage, no functionality change.
Chris Lattner
2009-04-14
1
-4
/
+9
*
Clean up handling of visibility.
Daniel Dunbar
2009-04-14
1
-0
/
+8
*
Minor work related to removing the assumption that value initialization
Eli Friedman
2009-04-13
1
-0
/
+5
*
Add a destination type argument to EmitConstantExpr. This will be used for wh...
Anders Carlsson
2009-04-08
1
-1
/
+2
*
Emit code for linkage specifications.
Anders Carlsson
2009-04-02
1
-0
/
+1
*
More "prep" work for handling UTF16 CFString.
Steve Naroff
2009-04-01
1
-1
/
+1
*
move trivial forwarding function inline.
Chris Lattner
2009-04-01
1
-1
/
+4
*
Implement code generation of namespaces and add mangling tests.
Anders Carlsson
2009-04-01
1
-1
/
+2
*
Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t...
Chris Lattner
2009-03-31
1
-1
/
+2
*
Do not emit debug information for variables while generating optimized code. ...
Devang Patel
2009-03-27
1
-0
/
+1
*
most of this is plumbing to get CompileOptions down into
Chris Lattner
2009-03-26
1
-8
/
+7
*
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
Chris Lattner
2009-03-22
1
-5
/
+0
*
emit aliases as the definitions fly by, don't bother deferring until
Chris Lattner
2009-03-22
1
-6
/
+1
*
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
[prev]
[next]