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
/
CodeGen
/
CodeGenFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-182
/
+0
*
Update to reflect changes in parameter attribute api.
Chris Lattner
2008-03-12
1
-4
/
+3
*
Add fastcall/stdcall attribute support
Nate Begeman
2008-03-07
1
-0
/
+4
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-2
/
+1
*
fix codegen support for functions that are nothrow and noreturn.
Chris Lattner
2008-03-03
1
-9
/
+8
*
Add a bunch of attributes, patch by Nuno Lopes.
Chris Lattner
2008-03-03
1
-4
/
+27
*
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-26
1
-0
/
+4
*
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
1
-7
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make the insertion point with an explicit new instead of the builder.
Chris Lattner
2007-12-17
1
-4
/
+6
*
warn about unhandled initializers instead of crashing on them.
Chris Lattner
2007-12-02
1
-6
/
+1
*
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-12-02
1
-36
/
+1
*
remove the alloca insertion point inst, which is an internal helper.
Chris Lattner
2007-12-02
1
-0
/
+4
*
implement codegen for functions whose function body type don't match
Chris Lattner
2007-12-02
1
-1
/
+35
*
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
1
-3
/
+4
*
move unsupported warning into a centralized place.
Chris Lattner
2007-12-02
1
-0
/
+11
*
take an initial stab at setting function linkage right. Handle
Chris Lattner
2007-11-27
1
-1
/
+7
*
Rename classes and collections that maintain record layout information.
Devang Patel
2007-11-01
1
-4
/
+4
*
Constify methods and reuse RecordOrganizer object.
Devang Patel
2007-10-24
1
-1
/
+1
*
untabify
Devang Patel
2007-10-24
1
-1
/
+1
*
Begin struct layout work.
Devang Patel
2007-10-23
1
-0
/
+11
*
Generate code for va_start and va_end.
Anders Carlsson
2007-10-12
1
-2
/
+2
*
Code gen case statement ranges.
Devang Patel
2007-10-08
1
-1
/
+2
*
switch statement code gen.
Devang Patel
2007-10-04
1
-0
/
+10
*
Do not codegen dummy block.
Devang Patel
2007-09-28
1
-7
/
+21
*
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-2
/
+2
*
implement initial codegen for aggregate return functions. This implements
Chris Lattner
2007-08-10
1
-1
/
+1
*
Implement break and continue. Patch by Anders Carlsson!
Chris Lattner
2007-07-16
1
-0
/
+3
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-1
/
+3
*
Add support for vector formal arguments.
Chris Lattner
2007-07-10
1
-1
/
+2
*
fix codegen of void return functions
Chris Lattner
2007-06-27
1
-1
/
+1
*
implement support for struct and complex returns.
Chris Lattner
2007-06-22
1
-1
/
+13
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-4
/
+4
*
Hook up global function and variable handling. We can now compile:
Chris Lattner
2007-06-20
1
-9
/
+6
*
Refactor CodeGenTypes out to CodeGenModule so it can be used for functions
Chris Lattner
2007-06-16
1
-2
/
+2
*
Split type analysis out to its own file, now the integer constant expr evalua...
Chris Lattner
2007-06-16
1
-111
/
+2
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-17
/
+14
*
Implement support for formal arguments. We can now compile this:
Chris Lattner
2007-06-13
1
-8
/
+18
*
Convert argument types over, which works for trivial scalars.
Chris Lattner
2007-06-09
1
-4
/
+15
*
Implement array subscripts for non-vla types.
Chris Lattner
2007-06-08
1
-0
/
+1
*
implement codegen of a bunch more loop constructs and most expressions
Chris Lattner
2007-06-05
1
-2
/
+4
*
Type::isSignedInteger() and isUnsignedInteger() did not properly account for
Chris Lattner
2007-06-03
1
-1
/
+2
*
implement a first hack at codegen'ing the usual unary conversions.
Chris Lattner
2007-06-02
1
-0
/
+6
*
Implement translation of pointer, reference and simple array types. We now
Chris Lattner
2007-06-02
1
-4
/
+22
*
Add initial support for fixed-size local vardecls. This allows us to compile:
Chris Lattner
2007-06-02
1
-0
/
+5
*
Start stubbing out decl codegen.
Chris Lattner
2007-06-02
1
-0
/
+3
*
implement codegen support for return of void and simple scalars.
Chris Lattner
2007-06-02
1
-0
/
+1
*
Add support for functions that return non-void.
Chris Lattner
2007-06-02
1
-5
/
+10
*
split stmt/expr codegen into their own files.
Chris Lattner
2007-06-01
1
-185
/
+0
*
emit a return at the end of the function. Run the llvm verifier.
Chris Lattner
2007-05-30
1
-0
/
+8
[next]