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-01-30
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-30
Remove long dead code for handling vector shift by immediate builtins.
Craig Topper
2012-01-30
Remove custom handling for cmpsd/cmpss/cmppd/cmpps builtins. The builtins are...
Craig Topper
2012-01-30
Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con...
Craig Topper
2012-01-30
Simplify code by using the new getAggregateElement method that got added
Chris Lattner
2012-01-29
revert r149184
Fariborz Jahanian
2012-01-29
When emitting an ARC epilogue that looks like a return of 'self',
John McCall
2012-01-29
Get a little bit smarter about killing off the ReturnValue alloca
John McCall
2012-01-28
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-28
Make the __builtin_c[lt]zs builtins target independent.
Benjamin Kramer
2012-01-27
Placate gcc's -Wreturn-type
Matt Beaumont-Gay
2012-01-26
Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455
Bob Wilson
2012-01-26
Use createRecordFwdDecl here since that's what we're doing.
Eric Christopher
2012-01-26
Revert previous patch unifying all of the C++ record prep in one area,
Eric Christopher
2012-01-26
Remove another duplicated variable.
Eric Christopher
2012-01-26
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2012-01-26
Tidy and remove some unused variables.
Eric Christopher
2012-01-26
Collect this information together. No reason to have it split.
Eric Christopher
2012-01-26
Refactor into its own function.
Eric Christopher
2012-01-25
Add some ABI tweaks for i386-pc-win32 triple so that we return structs in an ...
Eli Friedman
2012-01-25
Clean up comment.
Eric Christopher
2012-01-25
Fixup r148926, for -Asserts.
NAKAMURA Takumi
2012-01-25
reapply r148902:
Chris Lattner
2012-01-25
Fix a crash for an edge case of the GNU ?: extension.
Eli Friedman
2012-01-25
Revert 148902 which was part of 148901 which was reverted in r148906.
Argyrios Kyrtzidis
2012-01-25
Refactor the record decl forward declaration code a bit.
Eric Christopher
2012-01-25
Typo.
Eric Christopher
2012-01-25
use the new ConstantVector::getSplat method where it makes sense.
Chris Lattner
2012-01-24
The following patch adds __attribute__((no_address_safety_analysis)) which wi...
Kostya Serebryany
2012-01-23
Make sure the integer type used to align the vaarg address is the same as the
Akira Hatanaka
2012-01-23
Ignore return type if its size is zero.
Akira Hatanaka
2012-01-23
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
Nick Lewycky
2012-01-21
Add an assertion that our use-marking actually covers all uses of a variable....
Eli Friedman
2012-01-20
When adding types to the context chain for record types, just emit
Eric Christopher
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
use llvm:Attributes instead of unsigned
Kostya Serebryany
2012-01-18
test svn commit access
Seth Cantrell
2012-01-18
Fix a string over-run detected by ASAN.
Nick Lewycky
2012-01-18
Fix special king of typo.
Nick Lewycky
2012-01-17
output body of folded case again.
Fariborz Jahanian
2012-01-17
Folding away unreachable case statement.
Fariborz Jahanian
2012-01-17
Make sure to initialize ExternalProtocolPtrTy
Douglas Gregor
2012-01-17
Add __builtin_labs and __builtin_llabs, to complete the set of __builtin_*abs...
Eli Friedman
2012-01-17
Remove constant member pointer support from Expr-based constant emission now
Richard Smith
2012-01-17
Enable the new ObjC ARC autorelease pool elimination pass.
Dan Gohman
2012-01-17
When initializing a catch variable in ARC, be sure to emit retains
John McCall
2012-01-17
Don't eagerly deserialize the 'Protocol' type when initializing code
Douglas Gregor
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-16
Add support for OpenCL 1.1 logical operations.
Tanya Lattner
2012-01-16
Fixes a crash during constant folding of a switch and case
Fariborz Jahanian
[prev]
[next]