Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
631bf6c3251e57485d6a24d1137e39434a4afaad
/
CodeGen
/
CodeGenFunction.cpp
f89e88d
fix codegen support for functions that are nothrow and noreturn.
by Chris Lattner
· 17 years ago
ddee423
Add a bunch of attributes, patch by Nuno Lopes.
by Chris Lattner
· 17 years ago
8137335
Implement codegen for the following static var init.
by Lauro Ramos Venancio
· 17 years ago
af31913
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM
by Chris Lattner
· 18 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
55352a2
Make the insertion point with an explicit new instead of the builder.
by Chris Lattner
· 18 years ago
2c8569d
warn about unhandled initializers instead of crashing on them.
by Chris Lattner
· 18 years ago
9cd4fe4
Handle global variable definitions which change the type of a definition, such as:
by Chris Lattner
· 18 years ago
5a2fa14
remove the alloca insertion point inst, which is an internal helper.
by Chris Lattner
· 18 years ago
58c3f9e
implement codegen for functions whose function body type don't match
by Chris Lattner
· 18 years ago
dc4d280
convert the rest of the stderr users in codegen to use diagnostics.
by Chris Lattner
· 18 years ago
dc5e826
move unsupported warning into a centralized place.
by Chris Lattner
· 18 years ago
5c6a42a
take an initial stab at setting function linkage right. Handle
by Chris Lattner
· 18 years ago
88a981b
Rename classes and collections that maintain record layout information.
by Devang Patel
· 18 years ago
c4c429a
by Devang Patel
· 18 years ago
655bf3d
untabify
by Devang Patel
· 18 years ago
b84a06e
Begin struct layout work.
by Devang Patel
· 18 years ago
793680e
Generate code for va_start and va_end.
by Anders Carlsson
· 18 years ago
c049e4f
Code gen case statement ranges.
by Devang Patel
· 18 years ago
51b09f2
switch statement code gen.
by Devang Patel
· 18 years ago
d9363c3
Do not codegen dummy block. Dummy block is an empty block with no predecessors.
by Devang Patel
· 18 years ago
47f7dbf
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
by Chris Lattner
· 18 years ago
cc666af
implement initial codegen for aggregate return functions. This implements
by Chris Lattner
· 18 years ago
da13870
Implement break and continue. Patch by Anders Carlsson!
by Chris Lattner
· 18 years ago
d2d2a11
A significant refactoring of the type size stuff to also
by Chris Lattner
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago