index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CodeGen
/
CodeGenFunction.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-12
Update to reflect changes in parameter attribute api.
Chris Lattner
2008-03-07
Add fastcall/stdcall attribute support
Nate Begeman
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-03
fix codegen support for functions that are nothrow and noreturn.
Chris Lattner
2008-03-03
Add a bunch of attributes, patch by Nuno Lopes.
Chris Lattner
2008-02-26
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-05
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Make the insertion point with an explicit new instead of the builder.
Chris Lattner
2007-12-02
warn about unhandled initializers instead of crashing on them.
Chris Lattner
2007-12-02
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-12-02
remove the alloca insertion point inst, which is an internal helper.
Chris Lattner
2007-12-02
implement codegen for functions whose function body type don't match
Chris Lattner
2007-12-02
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
move unsupported warning into a centralized place.
Chris Lattner
2007-11-27
take an initial stab at setting function linkage right. Handle
Chris Lattner
2007-11-01
Rename classes and collections that maintain record layout information.
Devang Patel
2007-10-24
Constify methods and reuse RecordOrganizer object.
Devang Patel
2007-10-24
untabify
Devang Patel
2007-10-23
Begin struct layout work.
Devang Patel
2007-10-12
Generate code for va_start and va_end.
Anders Carlsson
2007-10-08
Code gen case statement ranges.
Devang Patel
2007-10-04
switch statement code gen.
Devang Patel
2007-09-28
Do not codegen dummy block.
Devang Patel
2007-09-04
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
Chris Lattner
2007-08-10
implement initial codegen for aggregate return functions. This implements
Chris Lattner
2007-07-16
Implement break and continue. Patch by Anders Carlsson!
Chris Lattner
2007-07-14
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer