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
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-14
add initial support for generating an llvm.globalctors list. Patch by David ...
Chris Lattner
2008-03-12
Update to reflect changes in parameter attribute api.
Chris Lattner
2008-03-09
Propagate calling convention information to function declarations and CallInst
Nate Begeman
2008-03-08
Fix a fixme by allowing pointers in different address spaces to have
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-03-01
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-03-01
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-02-29
make include guards more unique.
Chris Lattner
2008-02-26
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-26
Fix a bug in ConvertAsmString function.
Lauro Ramos Venancio
2008-02-26
Convert x86 target specific inline asm constraints to LLVM.
Lauro Ramos Venancio
2008-02-21
Clean up constant implicit cast emission; fixes a few edge cases
Eli Friedman
2008-02-21
Fix brace-enclosed string initializers for char arrays. From pr2079,
Eli Friedman
2008-02-21
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-02-20
Tabs are the enemy
Nate Begeman
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-19
Improve non-const initializer implementation.
Lauro Ramos Venancio
2008-02-19
Implement CodeGenModule::getMemSetFn method.
Lauro Ramos Venancio
2008-02-19
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...
Lauro Ramos Venancio
2008-02-19
A global without initializer must be emitted as weak.
Lauro Ramos Venancio
2008-02-18
Implement multi-dimension array initalizer.
Lauro Ramos Venancio
2008-02-16
implement codegen support for aggregates casted to void.
Chris Lattner
2008-02-16
Implement extern block var.
Lauro Ramos Venancio
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
Remove useless parameter from isConstantSizeType.
Eli Friedman
2008-02-12
Adjust for the API change to APInt::getBitsSet.
Dan Gohman
2008-02-11
strings are arrays too
Chris Lattner
2008-02-11
A couple of minor fixes to aggregate codegen, to stop asserting on some
Eli Friedman
2008-02-11
Make unsupported constant exprs fail with a warning instead of crashing
Eli Friedman
2008-02-11
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-09
Implement __builtin_va_copy
Anders Carlsson
2008-02-09
Expose the logic for field address codegen; it is needed for aggregate
Eli Friedman
2008-02-08
Fix a bitfield regression. Reported by Anders Carlsson.
Lauro Ramos Venancio
2008-02-08
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-07
Simplify bitfield codegen.
Lauro Ramos Venancio
2008-02-07
Fix codegen of
Lauro Ramos Venancio
2008-02-07
Handle top-level asm declarations.
Anders Carlsson
2008-02-06
Add pointer + int (and vice versa) to the constant emitter.
Anders Carlsson
2008-02-06
Generate code for the various __builtin_ctz functions.
Anders Carlsson
2008-02-06
now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType.
Chris Lattner
2008-02-06
simplify and speed up type refinement logic. No functionality change.
Chris Lattner
2008-02-06
only convert the type name once, not each type it is refined.
Chris Lattner
2008-02-06
simplify a bunch of code.
Chris Lattner
2008-02-06
rename TypeHolderMap to TypeCache, which more aptly describes what it is.
Chris Lattner
2008-02-06
split tagged decl layout into its own method.
Chris Lattner
[next]