- Mar 06, 2010
-
-
Rafael Espindola authored
llvm-svn: 97872
-
Rafael Espindola authored
llvm-svn: 97871
-
Chris Lattner authored
llvm-svn: 97870
-
Chris Lattner authored
llvm-svn: 97869
-
Jim Grosbach authored
registers may be restored via a pop instruction, not just a tRestore. This fixes nightly test 471.omnetep for Thumb1. llvm-svn: 97867
-
Eric Christopher authored
Log: Transform @llvm.objectsize to integer if the argument is a result of malloc of known size. Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp llvm/trunk/test/Transforms/InstCombine/objsize.ll It appears to be causing swb and nightly test failures. llvm-svn: 97866
-
Dale Johannesen authored
llvm-svn: 97865
-
Eli Friedman authored
I'm reasonably sure my implementation is correct, but it would be nice if someone could double-check. llvm-svn: 97864
-
Fariborz Jahanian authored
the block. Fixes radar 7671883. llvm-svn: 97863
-
Evan Cheng authored
llvm-svn: 97861
-
Evan Cheng authored
llvm-svn: 97860
-
John McCall authored
and ARM. Implement __builtin_init_dwarf_reg_size_table for i386 (both) and x86-64 (all). llvm-svn: 97859
-
Erick Tryzelaar authored
llvm-svn: 97858
-
Erick Tryzelaar authored
Luckily this never was released. llvm-svn: 97857
-
Erick Tryzelaar authored
llvm-svn: 97856
-
Dale Johannesen authored
functional change yet. llvm-svn: 97855
-
Dan Gohman authored
conversions. llvm-svn: 97854
-
Douglas Gregor authored
caught can be copy-initialized and destructed. Fixes PR6518. llvm-svn: 97853
-
Devang Patel authored
llvm-svn: 97852
-
- Mar 05, 2010
-
-
Ted Kremenek authored
to an Objective-C instance variable. llvm-svn: 97850
-
Ted Kremenek authored
This obviates a null dereference that can occur when 'NumErrors' is not zero. llvm-svn: 97849
-
Ted Kremenek authored
llvm-svn: 97848
-
Fariborz Jahanian authored
pointer types. Fixes radar 7626768. llvm-svn: 97847
-
Ted Kremenek authored
llvm-svn: 97846
-
Charles Davis authored
is a workaround for <rdar://problem/7672401/> (which I filed). This let's us build Wine on Darwin, and it gets the Qt build there a little bit further (so Doug says). llvm-svn: 97845
-
Eric Christopher authored
can be used in more places. Add an argument for the TargetData that most of them need. Update for the getInt8PtrTy() change. Should be no functionality change. llvm-svn: 97844
-
Eric Christopher authored
llvm-svn: 97841
-
Douglas Gregor authored
The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds llvm-svn: 97840
-
Jakob Stoklund Olesen authored
CALL ... %RAX<imp-def> ... [not using %RAX] %EAX = ..., %RAX<imp-use, kill> RET %EAX<imp-use,kill> Now we do this: CALL ... %RAX<imp-def, dead> ... [not using %RAX] %EAX = ... RET %EAX<imp-use,kill> By not artificially keeping %RAX alive, we lower register pressure a bit. The correct number of instructions for 2008-08-05-SpillerBug.ll is obviously 55, anybody can see that. Sheesh. llvm-svn: 97838
-
Jakob Stoklund Olesen authored
post-ra scheduler has run. Disable the verifier checks that late in the game. llvm-svn: 97837
-
Jakob Stoklund Olesen authored
llvm-svn: 97836
-
Douglas Gregor authored
llvm-svn: 97835
-
Douglas Gregor authored
llvm-svn: 97834
-
Douglas Gregor authored
llvm-svn: 97831
-
Dale Johannesen authored
llvm-svn: 97830
-
Evan Cheng authored
Safely turn memset_chk etc. to non-chk variant if the known object size is >= memset / memcpy / memmove size. llvm-svn: 97828
-
Evan Cheng authored
llvm-svn: 97827
-
Chris Lattner authored
scope instead of error, PR6517 llvm-svn: 97826
-
Evan Cheng authored
llvm-svn: 97818
-
Chris Lattner authored
of label error to a warning controllable with a -W flag. llvm-svn: 97815
-