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
...
*
make alias definition logic more similar to functions/globals.
Chris Lattner
2009-03-22
1
-12
/
+29
*
fix PR3200 by making alias emission use the new infrastructure. Fold
Chris Lattner
2009-03-22
1
-11
/
+17
*
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-22
1
-108
/
+81
*
fix a fixme: non-proto struct returning function definitions should be compiled
Chris Lattner
2009-03-22
1
-4
/
+7
*
set function/global names with setName instead of passing the name into the
Chris Lattner
2009-03-22
1
-2
/
+4
*
Issue error if variables are defined inside an objc class,
Fariborz Jahanian
2009-03-21
1
-11
/
+3
*
now that all the decl reference and creation stuff is going through two
Chris Lattner
2009-03-21
1
-34
/
+59
*
fix a crash that could occur when a variable declaration became a
Chris Lattner
2009-03-21
1
-42
/
+60
*
simplify and cleanup global variable creation stuff to all go through one
Chris Lattner
2009-03-21
1
-67
/
+69
*
simplify management of llvm::Function creation to all go through
Chris Lattner
2009-03-21
1
-52
/
+43
*
code cleanups, rename EmitForwardFunctionDefinition ->
Chris Lattner
2009-03-21
1
-42
/
+43
*
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-03-21
1
-18
/
+0
*
add some fixmes
Chris Lattner
2009-03-21
1
-10
/
+9
*
reduce redundant calls of getMangledName.
Chris Lattner
2009-03-21
1
-8
/
+10
*
simplify some more code.
Chris Lattner
2009-03-21
1
-27
/
+32
*
simplify and comment some code better. Make BindRuntimeGlobals
Chris Lattner
2009-03-21
1
-25
/
+30
*
random code cleanups.
Chris Lattner
2009-03-21
1
-14
/
+12
*
remove obviously dead code: you can't bitcast a pointer to "Ty" (a function t...
Chris Lattner
2009-03-21
1
-5
/
+1
*
avoid making constant folding logic eliminate obviously dead bitcasts, speedi...
Chris Lattner
2009-03-21
1
-2
/
+7
*
Add a fast path to CodeGenModule::getMangledName for almost all C functions,
Chris Lattner
2009-03-21
1
-2
/
+8
*
IRgen support for alias of global variable.
Daniel Dunbar
2009-03-19
1
-11
/
+9
*
objc: Implemented variables declared in class interface
Fariborz Jahanian
2009-03-18
1
-5
/
+13
*
Adjust for linkage name change.
Duncan Sands
2009-03-11
1
-1
/
+1
*
Correct for change of this name in LLVM.
Duncan Sands
2009-03-11
1
-2
/
+2
*
Backout r66408, we don't want handling of globals to rely on the
Daniel Dunbar
2009-03-09
1
-36
/
+32
*
Be sure to never create two functions with the same name, instead arrange to
Mike Stump
2009-03-09
1
-32
/
+36
*
Make constant emission for @encode use the common string emission code.
Eli Friedman
2009-03-07
1
-6
/
+2
*
Fixup our uses of various linkages to match how llvm now works. I think they...
Mike Stump
2009-03-07
1
-5
/
+5
*
(LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add
Daniel Dunbar
2009-03-06
1
-20
/
+34
*
IRgen support for weak_import.
Daniel Dunbar
2009-03-06
1
-4
/
+9
*
Don't mangle names of local variables.
Daniel Dunbar
2009-03-05
1
-1
/
+3
*
Make IRGen compatible with declaring a function with incomplete
Eli Friedman
2009-03-05
1
-2
/
+13
*
Move more of the blocks code up and out.
Mike Stump
2009-03-04
1
-1
/
+1
*
Move more of blocks codegen out of CodeGenModule and into the
Mike Stump
2009-03-04
1
-6
/
+3
*
Support "asm" renaming of external symbols.
Daniel Dunbar
2009-03-04
1
-0
/
+6
*
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
[prev]
[next]