index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-03-05
StringRefify.
Benjamin Kramer
2011-03-04
Initialize variable.
Bill Wendling
2011-03-04
Emit a stop point before a call expression so that debugger has some chance o...
Devang Patel
2011-03-04
Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that
John McCall
2011-03-04
Let's do super message sends with static allocas instead of dynamic ones.
John McCall
2011-03-04
Make AttributedTypes for GC-qualified types and fix some miscellaneous
John McCall
2011-03-03
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
Fix a typo.
Dan Gohman
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
Only emit string initializers in-place if types match. Fixes PR9373.
Benjamin Kramer
2011-03-02
Revert "Add preliminary support for MSVC-style vtables."
Tilmann Scheller
2011-03-02
revert r126858.
Devang Patel
2011-03-02
IRGen. Fix IR when message returns reference type.
Fariborz Jahanian
2011-03-02
Add preliminary support for MSVC-style vtables.
Tilmann Scheller
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-03-02
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
Revert r126794.
Devang Patel
2011-03-02
Hack in something so that we emit better debug information about
John McCall
2011-03-02
PR9350: increment/decrement of char (and anything else narrower than int)
Eli Friedman
2011-03-01
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-01
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-03-01
-fwrapv should turn off the inbounds markers from geps used for pointer
Chris Lattner
2011-02-28
Use single code path to handle c++ structs and classes while generating debug...
Devang Patel
2011-02-28
Revert r126678.
Fariborz Jahanian
2011-02-28
objc IRGen for Next runtime message API.
Fariborz Jahanian
2011-02-28
Make skipping of vardecls more precise: it's ok to skip a decl if the entire
Chris Lattner
2011-02-28
make switch constant folding a bit stronger, handling a missed case.
Chris Lattner
2011-02-28
Add a -fcxx-exceptions flag to the frontend, which can be used to enable
Anders Carlsson
2011-02-28
remove a bogus assertion, add a comment.
Chris Lattner
2011-02-28
make switch condition constant folding much more aggressive, handling
Chris Lattner
2011-02-28
fix my containsBreak predicate.
Chris Lattner
2011-02-28
Get rid of the areExceptionsEnabled() getter from LangOptions.
Anders Carlsson
2011-02-28
First tiny step to implementing PR9322: build infrastructure for only emittin...
Chris Lattner
2011-02-28
Add some helper methods that will be used in my next patch.
Chris Lattner
2011-02-27
Change the interface to ConstantFoldsToSimpleInteger to not encode
Chris Lattner
2011-02-26
Don't assume that whoever is asking for a message send is going
John McCall
2011-02-26
Zero-initialize the struct-return slot of an Objective-C message
John McCall
2011-02-26
A much-delayed response to Ken Dyck's review: make this somewhat more
John McCall
2011-02-26
Pretty up the emission of field l-values and use volatile and TBAA when
John McCall
2011-02-25
Tame an assert; the scope depth of a jump destination does not
John McCall
2011-02-24
Use private linkage to avoid symbol conflicts in corner cases like the one
Rafael Espindola
2011-02-23
Fix type mismatch between property function that CGObjCGNU was returning and ...
David Chisnall
2011-02-22
Emit the structure layout of the block literal parameter to a block
John McCall
2011-02-22
A constructor call should force class's debug info even if -flimit-debug-info...
Devang Patel
2011-02-22
Use LLVM coding standard.
Devang Patel
2011-02-22
Establish the iteration variable of an ObjC for-in loop before
John McCall
2011-02-22
Reorganize the emission of local variables.
John McCall
2011-02-22
lib/CodeGen/TargetInfo.cpp: On Win64, arg i128 should be emitted as INDIRECT.
NAKAMURA Takumi
2011-02-21
The instance size of a metaclass should be the size of a class. This is not,...
David Chisnall
2011-02-21
Bind references to opaque r-values correctly. Add a few test cases
John McCall
[prev]
[next]