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
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify some conditionals, don't copy LangOptions.
Chris Lattner
2009-03-25
1
-11
/
+15
*
Encode language.
Devang Patel
2009-03-24
1
-4
/
+15
*
Support member reference on ?: of struct type.
Daniel Dunbar
2009-03-24
2
-0
/
+21
*
Fix the ABI convention for struct returns on x86 outside of Darwin.
Eli Friedman
2009-03-23
1
-1
/
+9
*
Must allow for strong cast of floats as well (objc2 gc).
Fariborz Jahanian
2009-03-23
1
-17
/
+50
*
Some minor fixes for complex IRGen.
Eli Friedman
2009-03-23
1
-23
/
+16
*
Fix a subtle bug in CodeGen for the increment of a bitfield.
Eli Friedman
2009-03-23
1
-5
/
+7
*
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
Chris Lattner
2009-03-22
2
-36
/
+5
*
emit aliases as the definitions fly by, don't bother deferring until
Chris Lattner
2009-03-22
2
-82
/
+64
*
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
5
-162
/
+132
*
Remove dead code.
Eli Friedman
2009-03-22
1
-41
/
+0
*
fix a fixme: non-proto struct returning function definitions should be compiled
Chris Lattner
2009-03-22
1
-4
/
+7
*
don't set the name of a call instruction to "call" in release-asserts
Chris Lattner
2009-03-22
2
-11
/
+10
*
fix CreateTempAlloca to not set a name on the alloca for temporaries
Chris Lattner
2009-03-22
3
-6
/
+11
*
set function/global names with setName instead of passing the name into the
Chris Lattner
2009-03-22
1
-2
/
+4
*
Fixup codegen for nested block literals so that we generate
Mike Stump
2009-03-21
2
-3
/
+5
*
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
2
-41
/
+74
*
fix a crash that could occur when a variable declaration became a
Chris Lattner
2009-03-21
2
-43
/
+61
*
simplify and cleanup global variable creation stuff to all go through one
Chris Lattner
2009-03-21
2
-69
/
+74
*
simplify management of llvm::Function creation to all go through
Chris Lattner
2009-03-21
2
-64
/
+48
*
code cleanups, rename EmitForwardFunctionDefinition ->
Chris Lattner
2009-03-21
2
-46
/
+47
*
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-03-21
3
-26
/
+18
*
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
2
-28
/
+33
*
simplify and comment some code better. Make BindRuntimeGlobals
Chris Lattner
2009-03-21
3
-26
/
+35
*
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
*
simplify CXXNameMangler::mangle, making it exit earlier for C functions.
Chris Lattner
2009-03-21
1
-31
/
+32
*
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-20
4
-7
/
+24
*
Fix a crash during meta-data generation of objc2's nonfragile abi.
Fariborz Jahanian
2009-03-20
1
-1
/
+4
*
More super dot-syntax property implementation
Fariborz Jahanian
2009-03-20
2
-26
/
+48
*
Fix ivar's size encoding.
Devang Patel
2009-03-20
1
-4
/
+17
*
Implement ir gen. for setter/getter applied to 'super'
Fariborz Jahanian
2009-03-20
1
-1
/
+30
*
IRgen support for alias of global variable.
Daniel Dunbar
2009-03-19
2
-12
/
+10
*
Encode ivar access control info.
Devang Patel
2009-03-19
1
-2
/
+10
*
Introduce a representation for types that we referred to via a
Douglas Gregor
2009-03-19
1
-0
/
+1
*
objc: Implemented variables declared in class interface
Fariborz Jahanian
2009-03-18
1
-5
/
+13
*
PR3835: Interaction with ABI structure passing can inhibit
Daniel Dunbar
2009-03-18
1
-0
/
+6
*
fix the more complex cases by actually codegen'ing the right expr :)
Chris Lattner
2009-03-18
1
-1
/
+1
*
add codegen support for casting an element to a union.
Chris Lattner
2009-03-18
2
-8
/
+26
*
Add codegen support for aggregate BlockDeclRefExprs.
Mike Stump
2009-03-18
1
-0
/
+3
*
fix PR3809, codegen for inc/dec of function pointers.
Chris Lattner
2009-03-18
1
-3
/
+11
*
teach codegen to handle noop casts as lvalues.
Chris Lattner
2009-03-18
1
-0
/
+13
*
Initialize the cleanup.dst variable if necessary. Fixes PR3789.
Anders Carlsson
2009-03-17
1
-3
/
+8
[next]