- Jul 17, 2010
-
-
Eli Friedman authored
llvm-svn: 108612
-
Chris Lattner authored
llvm-svn: 108611
-
Chris Lattner authored
constant replacement which was botching its handling of types. Use of getType() instead of getRawType() was causing the type map in constant folding to be updated wrong. llvm-svn: 108610
-
Eli Friedman authored
llvm-svn: 108609
-
Jim Grosbach authored
instruction for non-constant operands. This includes the case referenced in the README.txt regarding a bitfield copy. llvm-svn: 108608
-
Eli Friedman authored
llvm-svn: 108607
-
Eli Friedman authored
llvm-svn: 108606
-
Daniel Dunbar authored
llvm-svn: 108605
-
Daniel Dunbar authored
Also, add constructor function for creating AsmParser instances. llvm-svn: 108604
-
Jim Grosbach authored
llvm-svn: 108603
-
rdar://problem/8202272Ted Kremenek authored
Fix '<rdar://problem/8202272> __imag passed non-complex should not crash' by removing a bogus assertion. llvm-svn: 108602
-
Jim Grosbach authored
llvm-svn: 108601
-
Fariborz Jahanian authored
llvm-svn: 108600
-
Fariborz Jahanian authored
part of the new property synthesis by default. wip. llvm-svn: 108599
-
Stephen Wilson authored
Also, update BreakpointLocation::ResolveBreakpointSite to check for invalid breakpoint ID's using the proper magic constant. llvm-svn: 108598
-
Sean Callanan authored
an expression into the struct prepared for the JIT compiled code to use. llvm-svn: 108596
-
John McCall authored
multiple reasons. Rethrow with _objc_exception_throw instead. Fixes PR7656. llvm-svn: 108595
-
Ted Kremenek authored
an APFloat with different "float semantics" than the compared float literal. llvm-svn: 108590
-
Eric Christopher authored
llvm-svn: 108588
-
Eric Christopher authored
information. No functional change yet. llvm-svn: 108583
-
Eric Christopher authored
stack realignment on ARM. Also check for function attributes as we do on X86 as well as make explicit that we're checking can as well as needs in this function. llvm-svn: 108582
-
Eric Christopher authored
needsStackRealignment is currently checking the can conditions as well. llvm-svn: 108581
-
Jim Ingham authored
llvm-svn: 108580
-
Sebastian Redl authored
llvm-svn: 108578
-
Bill Wendling authored
llvm-svn: 108571
-
Jim Grosbach authored
and a combine pattern to use it for setting a bit-field to a constant value. More to come for non-constant stores. llvm-svn: 108570
-
Dan Gohman authored
llvm-svn: 108569
-
Bill Wendling authored
void foo() { __builtin_unreachable(); } It will output the following on Darwin X86: _func1: Leh_func_begin0: pushq %rbp Ltmp0: movq %rsp, %rbp Ltmp1: Leh_func_end0: This prolog adds a new Call Frame Information (CFI) row to the FDE with an address that is not within the address range of the code it describes -- part is equal to the end of the function -- and therefore results in an invalid EH frame. If we emit a nop in this situation, then the CFI row is now within the address range. llvm-svn: 108568
-
Jakob Stoklund Olesen authored
llvm-svn: 108567
-
Jakob Stoklund Olesen authored
llvm-svn: 108566
-
Jakob Stoklund Olesen authored
llvm-svn: 108565
-
Jakob Stoklund Olesen authored
Thumb2ITBlockPass. llvm-svn: 108564
-
Bill Wendling authored
thus is a much more meaningful name. llvm-svn: 108563
-
Jakob Stoklund Olesen authored
The isLive() method can read uninitialized memory, but it still gives correct results. llvm-svn: 108561
-
- Jul 16, 2010
-
-
Chris Lattner authored
llvm-svn: 108560
-
Anders Carlsson authored
When checking whether to bind an expression to a temporary, don't bind Obj-C message send expressions who call methods that return references. llvm-svn: 108559
-
Craig Silverstein authored
Reviewed by chandlerc llvm-svn: 108557
-
Jakob Stoklund Olesen authored
llvm-svn: 108556
-
Jakob Stoklund Olesen authored
PowerPC. llvm-svn: 108555
-
Chris Lattner authored
so there is no locking involved in type refinement. llvm-svn: 108553
-