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-04-28
Implementation of Embarcadero array type traits
John Wiegley
2011-04-27
Re-enable byval for ARM in clang. rdar://problem/7662569
Stuart Hastings
2011-04-27
Some refactoring of my ms_struct patch.
Fariborz Jahanian
2011-04-27
When compiling with -fno-threadsafe-statics, guard variables for globals with...
Anders Carlsson
2011-04-26
With ms_struct attribut, Zero-length bitfields following
Fariborz Jahanian
2011-04-26
We need pointer size in bits here.
Devang Patel
2011-04-26
Make yet another placeholder type, this one marking that an expression is a b...
John McCall
2011-04-26
IRgen/Darwin: Fix refacto introduced in Triple changes.
Daniel Dunbar
2011-04-26
Temporarily revert r130176, it appears to have broken a few tests.
Eric Christopher
2011-04-25
Emit intrinsic at current insert point, not at the end of current block.
Devang Patel
2011-04-25
Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569
Stuart Hastings
2011-04-25
Simplify. There is no need to have a method to just call another method.
Devang Patel
2011-04-25
Generalize case for built-in expressions having
Fariborz Jahanian
2011-04-25
Ir-gen the side-effect(s) when __builtin_expect is
Fariborz Jahanian
2011-04-25
t/clang/expr-traits
John Wiegley
2011-04-24
Convert size and alignment variables to CharUnits in EmitAggregateCopy(). No
Ken Dyck
2011-04-24
Convert type size and alignment to CharUnits in CheckAggExprForMemSetUse().
Ken Dyck
2011-04-24
Convert the return type of GetNumNonZeroBytesInInit() to CharUnits. No
Ken Dyck
2011-04-24
Eliminate some literal 8s by converting size variables in EmitGCMove() and
Ken Dyck
2011-04-24
Replace calls to ASTContext::getTypeInfo() with calls to
Ken Dyck
2011-04-24
Simplify AppendTailPadding() by converting its parameter to CharUnits. No
Ken Dyck
2011-04-24
Eliminate literal 8s from LayoutUnionField by converting NumBytesToAppend to
Ken Dyck
2011-04-24
Eliminate literal 8s from LayoutBitField(), converting variables to
Ken Dyck
2011-04-24
Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality
Ken Dyck
2011-04-24
PR9214: Convert the DIBuilder API to use ArrayRef.
Jay Foad
2011-04-24
Convert CGBitFieldInfo::FieldByteOffset to CharUnits. No change in
Ken Dyck
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-23
Tie debug information for method declaration with debug information for metho...
Devang Patel
2011-04-22
Add -fdelayed-template-parsing option. Using this option all templated functi...
Francois Pichet
2011-04-22
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-22
Replace a couple of literal 8s with ASTContext::getCharWidth(). No change in
Ken Dyck
2011-04-22
Eliminate some literal 8s from EmitNullInitialization() by converting
Ken Dyck
2011-04-22
Eliminate some literal 8s from EmitDeclare by converting to CharUnits. No
Ken Dyck
2011-04-22
Use CharUnits to eliminate some literal 8s in
Ken Dyck
2011-04-22
Replace some literal 8s with char width and char align. No change in
Ken Dyck
2011-04-22
PTX: Add default PTX calling conventions
Justin Holewinski
2011-04-21
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
Nick Lewycky
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
The 0.98 revision of the x86-64 ABI clarified a lot of things, some
John McCall
2011-04-21
For
Argyrios Kyrtzidis
2011-04-20
Don't add type names for enums; they're never used in LLVM IR.
Anders Carlsson
2011-04-20
fix a crash on code that uses the result value of __builtin___memcpy_chk.
Chris Lattner
2011-04-19
IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we
Daniel Dunbar
2011-04-19
some cleanups to use IRBuilder methods instead of llvm:: foo methods.
Chris Lattner
2011-04-19
ADT/Triple: Switch to using .isOSDarwin() predicate.
Daniel Dunbar
2011-04-19
use the newly introduced IRBuilder getInt() method to reduce some
Chris Lattner
2011-04-18
Fix typo in comment.
Devang Patel
2011-04-18
Get rid of std::vector usage when getting function types in CGException.cpp
Anders Carlsson
2011-04-18
Clean up code generation of typeid expressions and add C++ standard references.
Anders Carlsson
2011-04-17
Fix a miscompilation I introduced in r129652, thanks for Eli for tracking
Chris Lattner
[prev]
[next]