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
2012-08-21
[asan] If we are compiling with ASan, add metadata indicating dynamically ini...
Kostya Serebryany
2012-08-21
When performing a trivial copy of a C++ type, we must be careful not
John McCall
2012-08-21
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-20
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-08-20
Reapply:
Eric Christopher
2012-08-17
Reapply:
Eric Christopher
2012-08-17
Temporarily revert r162066 and r162062 to see if it brings the gdb
Eric Christopher
2012-08-17
Fix undefined behavior in debug info emission: operator* on WeakVH returns a
Richard Smith
2012-08-16
Add some caching here for the builtin types.
Eric Christopher
2012-08-16
Make isa part of objc_object at metadata generation time.
Eric Christopher
2012-08-16
Convert loads and stores of vec3 to vec4 to achieve better code generation. A...
Tanya Lattner
2012-08-15
Devirtualize calls on glvalues produced by class member access expressions.
Richard Smith
2012-08-15
Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606
John Criswell
2012-08-15
[ms-inline asm] Add support for clobbers in CodeGen.
Chad Rosier
2012-08-15
Revert this to try to bring the i386 bots back.
Eric Christopher
2012-08-15
[ms-inline asm] Add support for clobbers in CodeGen.
Chad Rosier
2012-08-14
irgen: inline code for several of complex builtin
Fariborz Jahanian
2012-08-14
Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics.
Bob Wilson
2012-08-13
ARM: enable struct byval for AAPCS-VFP.
Manman Ren
2012-08-13
Factor out computation of whether a typeid's expression is potentially
Richard Smith
2012-08-13
This is always going to be true so the cast isn't necessary.
Eric Christopher
2012-08-10
Add comments for turning on byval
Manman Ren
2012-08-10
Don't emit an invoke whose normal destination is a landingpad. Fixes test
Eli Friedman
2012-08-10
ARM: enable struct byval for AAPCS.
Manman Ren
2012-08-10
Decrementing std::string::end is not portable, use array access instead.
Joerg Sonnenberger
2012-08-10
[ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-09
Fix AAPCS ABI. I can't actually test this, but it restores the behavior from...
Eli Friedman
2012-08-08
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
[ms-inline asm] Add basic codegen support for simple asm stmts. Currently,
Chad Rosier
2012-08-08
Fix an assertion failure with a C++ constructor initializing a
Eli Friedman
2012-08-07
objc-arc: set nonlazybind attribute on objc_retain/
Fariborz Jahanian
2012-08-07
If we don't have a complete type for the array type yet either then
Eric Christopher
2012-08-07
Remove some unintended changes from my last patch.
Eric Christopher
2012-08-07
Make sure when we get the replacement type for a template argument
Eric Christopher
2012-08-05
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...
Hal Finkel
2012-08-04
Simplify code, no functionality change.
Benjamin Kramer
2012-08-04
Fix the name of this variable.
Eric Christopher
2012-08-04
Update comment to accurately reflect what should happen.
Eric Christopher
2012-08-02
Make sure we don't emit IR for unused EH cleanups. PR13359.
Eli Friedman
2012-08-01
When devirtualizing the conversion to a virtual base subobject,
John McCall
2012-07-31
Remove deprecated getNameAsCString methods.
Benjamin Kramer
2012-07-31
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-31
Handle functions with struct arguments or return types and the regparm
Rafael Espindola
2012-07-31
Don't crash *or* insert a bogus autorelease when emitting a
John McCall
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-24
ABIArgInfo's constructor is private and only used by the static get* methods.
Rafael Espindola
2012-07-24
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-07-24
move X86_32ABIInfo::computeInfo out of line.
Rafael Espindola
2012-07-23
Make classifyReturnType and classifyArgumentType private.
Rafael Espindola
2012-07-23
Change APInt to APSInt in one instance. Also change a call to operator==() to
Richard Trieu
[prev]
[next]