- Aug 26, 2006
-
-
Evan Cheng authored
llvm-svn: 29901
-
Evan Cheng authored
llvm-svn: 29900
-
Evan Cheng authored
llvm-svn: 29899
-
Evan Cheng authored
llvm-svn: 29898
-
Evan Cheng authored
llvm-svn: 29897
-
Chris Lattner authored
llvm-svn: 29896
-
Evan Cheng authored
llvm-svn: 29895
-
Evan Cheng authored
llvm-svn: 29894
-
Evan Cheng authored
llvm-svn: 29893
-
Evan Cheng authored
- Clean up the code generated by tablegen: * AddToISelQueue now takes one argument. * ComplexPattern matching condition can now be shared. * Eliminate passing unnecessary arguments to emit routines. * Eliminate some unneeded SDOperand declarations in select routines. * Other minor clean ups. - This reduces foot print slightly: X86ISelDAGToDAG.o is reduced from 971k to 823k. llvm-svn: 29892
-
Chris Lattner authored
llvm-svn: 29891
-
Chris Lattner authored
paves the way for future changes, increases coallescing opportunities (in theory, not witnessed in practice), and eliminates the really expensive LiveIntervals::overlapsAliases method. llvm-svn: 29890
-
Evan Cheng authored
llvm-svn: 29889
-
Jim Laskey authored
llvm-svn: 29888
-
Owen Anderson authored
causing a crash in 175.vpr llvm-svn: 29887
-
Owen Anderson authored
llvm-svn: 29886
-
- Aug 25, 2006
-
-
Evan Cheng authored
asm printer will print it as offset*4. e.g. bne cr0, $+8. The PPC code emitter was expecting the offset to be number of instructions, not number of bytes. This fixes a whole bunch of JIT failures. llvm-svn: 29885
-
Reid Spencer authored
Make the Win32 code exception free (untested/uncompiled) which forced some interface changes which had ripple effect. This should be the last of 797. llvm-svn: 29884
-
Reid Spencer authored
llvm-svn: 29883
-
Reid Spencer authored
Final commit for this bug. This removes the last EH holdouts in LLVM and turns off exception support by using the -fno-exceptions option. This leads to the following reduction in library and executable sizes: DEBUG BUILD RELEASE BUILD before after delta before after delta lib 162,328K 157,616K 4,712 17,864K 16,416K 1,448K bin 571,444K 557,156K 14,288 63,296K 56,996K 6,300K Debug Improvement: 19,000K (2.59%) Release Improvement: 7,748K (9.55%) llvm-svn: 29882
-
Jim Laskey authored
information and exception handling. llvm-svn: 29881
-
Jim Laskey authored
llvm-svn: 29880
-
Jim Laskey authored
llvm-svn: 29879
-
Rafael Espindola authored
llvm-svn: 29877
-
Rafael Espindola authored
store LR in an arbitrary stack slot add support for writing varargs functions llvm-svn: 29876
-
Reid Spencer authored
Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. llvm-svn: 29875
-
Owen Anderson authored
llvm-svn: 29874
-
Chris Lattner authored
llvm-svn: 29873
-
Jim Laskey authored
llvm-svn: 29872
-
Nate Begeman authored
right section. llvm-svn: 29871
-
Reid Spencer authored
llvm-svn: 29870
-
Reid Spencer authored
llvm-svn: 29869
-
Owen Anderson authored
I'm going to wait to put this in HEAD until tomorrow, so as not to clutter the nightly tester. llvm-svn: 29868
-
Owen Anderson authored
forgot to put in the analysis usage. llvm-svn: 29867
-
Reid Spencer authored
Remove exception handling from the bytecode archiver and adjust the llvm-ar tool to accommodate the new interfaces. llvm-svn: 29866
-
Chris Lattner authored
llvm-svn: 29865
-
Chris Lattner authored
_swap_16: slwi r2, r3, 24 rlwimi r2, r3, 8, 8, 15 srwi r3, r2, 16 blr now. llvm-svn: 29864
-
Chris Lattner authored
llvm-svn: 29863
-
Chris Lattner authored
instructions which define each value#) to simplify and improve the coallescer. In particular, this patch: 1. Implements iterative coallescing. 2. Reverts an unsafe hack from handlePhysRegDef, superceeding it with a better solution. 3. Implements PR865, "coallescing" away the second copy in code like: A = B ... B = A This also includes changes to symbolically print registers in intervals when possible. llvm-svn: 29862
-
Reid Spencer authored
Demote check for bison from error to warning and make sure that the makefile can handle an empty definition for BISON variable. llvm-svn: 29861
-