- Nov 07, 2007
-
-
Dale Johannesen authored
Would somebody not on Darwin please make sure this doesn't break anything. Exception handling failures would be the most likely symptom. llvm-svn: 43844
-
Ted Kremenek authored
llvm-svn: 43829
-
Ted Kremenek authored
llvm-svn: 43828
-
Evan Cheng authored
llvm-svn: 43819
-
Owen Anderson authored
llvm-svn: 43805
-
Dale Johannesen authored
Much improvement in exception handling. llvm-svn: 43794
-
- Nov 06, 2007
-
-
Ted Kremenek authored
llvm-svn: 43784
-
Ted Kremenek authored
or can be registered with the deserializer to backpatch other pointers. llvm-svn: 43783
-
Chris Lattner authored
minor bugs. llvm-svn: 43782
-
Dan Gohman authored
llvm-svn: 43781
-
Chris Lattner authored
llvm-svn: 43780
-
Chris Lattner authored
llvm-svn: 43779
-
Chris Lattner authored
all compute the same value. llvm-svn: 43777
-
Evan Cheng authored
When the allocator rewrite a spill register with new virtual register, it replaces other operands of the same register. Watch out for situations where only some of the operands are sub-register uses. llvm-svn: 43776
-
Duncan Sands authored
type of SV has changed from what it originally was. However we need the store width of the original. llvm-svn: 43775
-
Ted Kremenek authored
llvm-svn: 43772
-
Ted Kremenek authored
Added some #ifdef-controlled messages for debugging backpatching. llvm-svn: 43771
-
Evan Cheng authored
llvm-svn: 43764
-
Evan Cheng authored
llvm-svn: 43763
-
Evan Cheng authored
other uses. There was a overly restricted check that prevented some obvious cases. llvm-svn: 43762
-
Chris Lattner authored
llvm-svn: 43756
-
Owen Anderson authored
llvm-svn: 43755
-
Owen Anderson authored
llvm-svn: 43754
-
Owen Anderson authored
llvm-svn: 43751
-
Bruno Cardoso Lopes authored
llvm-svn: 43749
-
Chris Lattner authored
llvm-svn: 43745
-
Dan Gohman authored
llvm-svn: 43744
-
Dan Gohman authored
llvm-svn: 43743
-
Rafael Espindola authored
Thanks for the suggestions Bill :-) llvm-svn: 43742
-
- Nov 05, 2007
-
-
Ted Kremenek authored
Added detection of end-of-stream in deserializer. llvm-svn: 43736
-
Dale Johannesen authored
parameters. Rename ValueRefList to ParamList in AsmParser, since its only use is for parameters. llvm-svn: 43734
-
Ted Kremenek authored
llvm-svn: 43732
-
Devang Patel authored
If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through LastValueMap. llvm-svn: 43728
-
Lauro Ramos Venancio authored
static __thread struct { int a; int b; } teste = {0, 0}; llvm-svn: 43722
-
Duncan Sands authored
size for the field we get ABI padding automatically, so no need to put it in again when we emit the field. llvm-svn: 43720
-
Evan Cheng authored
register coalescer interface: RegisterCoalescing. llvm-svn: 43714
-
Evan Cheng authored
less than 16. This is a temporary solution until dynamic stack alignment is implemented. llvm-svn: 43703
-
Evan Cheng authored
llvm-svn: 43700
-
Evan Cheng authored
defined on the same instruction. This fixes PR1767. llvm-svn: 43699
-
Bruno Cardoso Lopes authored
Removed all macro code for PIC (goodbye "la"). Support tested with shootout bench. llvm-svn: 43697
-