- Nov 14, 2007
-
-
Evan Cheng authored
MachineOperand auxInfo. Previous clunky implementation uses an external map to track sub-register uses. That works because register allocator uses a new virtual register for each spilled use. With interval splitting (coming soon), we may have multiple uses of the same register some of which are of using different sub-registers from others. It's too fragile to constantly update the information. llvm-svn: 44104
-
Duncan Sands authored
from llvm-gcc-4.2 to 4.0. llvm-svn: 44103
-
Chris Lattner authored
llvm-svn: 44102
-
Nick Lewycky authored
from a file containing Function/BasicBlock pairings. This is not safe against anonymous or abnormally-named Funcs or BBs. Make bugpoint use this interface to pass the BBs list to the child bugpoint. llvm-svn: 44101
-
Chris Lattner authored
by inserting unreachable after no-return calls. llvm-svn: 44099
-
Owen Anderson authored
llvm-svn: 44097
-
Hartmut Kaiser authored
llvm-svn: 44083
-
Hartmut Kaiser authored
llvm-svn: 44082
-
Hartmut Kaiser authored
llvm-svn: 44081
-
- Nov 13, 2007
-
-
Chris Lattner authored
patch on friday. llvm-svn: 44068
-
Chris Lattner authored
llvm-svn: 44067
-
Owen Anderson authored
interference. llvm-svn: 44064
-
Owen Anderson authored
llvm-svn: 44063
-
Owen Anderson authored
Make my previous patch actually do what it was intended to do. llvm-svn: 44061
-
Dale Johannesen authored
llvm-svn: 44057
-
Dale Johannesen authored
to use different mappings for EH and debug info; no functional change yet. Fix warning in X86CodeEmitter. llvm-svn: 44056
-
Chris Lattner authored
llvm-svn: 44051
-
Evan Cheng authored
llvm-svn: 44048
-
Bill Wendling authored
llvm-svn: 44045
-
Chris Lattner authored
and simplifycfg in the rare cases when it is needed. llvm-svn: 44044
-
Chris Lattner authored
Kelly Wilson, thanks! llvm-svn: 44043
-
Bill Wendling authored
adjustment fields, and an optional flag. If there is a "dynamic_stackalloc" in the code, make sure that it's bracketed by CALLSEQ_START and CALLSEQ_END. If not, then there is the potential for the stack to be changed while the stack's being used by another instruction (like a call). This can only result in tears... llvm-svn: 44037
-
Ted Kremenek authored
llvm-svn: 44034
-
Ted Kremenek authored
calls to BatchEmitOwnedPtrs and BatchReadOwnedPtrs. llvm-svn: 44032
-
Bill Wendling authored
llvm-svn: 44031
-
Devang Patel authored
llvm-svn: 44030
-
Anton Korobeynikov authored
some regressions on ppc nightly tests. llvm-svn: 44029
-
- Nov 12, 2007
-
-
Bruno Cardoso Lopes authored
Fixed some AsmPrinter issues Added GLOBAL_OFFSET_TABLE Node handle. llvm-svn: 44024
-
Ted Kremenek authored
clients of the Deserializer to read the pointer ID before they are ready to deserialize the object (which can mean registering a pointer reference with the backpatcher). Changed some methods that took an argument "SerializedPtrID" to "const SerializedPtrID&" (pass-by-reference). This is to accommodate a future revision of SerializedPtrID where it may be much fatter than an unsigned integer. llvm-svn: 44021
-
Owen Anderson authored
llvm-svn: 44019
-
Gordon Henriksen authored
llvm-svn: 44014
-
Duncan Sands authored
llvm-svn: 44013
-
Owen Anderson authored
Target maintainers: please check that the instructions for your target are correctly marked. llvm-svn: 44012
-
Evan Cheng authored
llvm-svn: 44010
-
Owen Anderson authored
Could someone more familiar with machine-level stuff review this for me? llvm-svn: 44005
-
Hartmut Kaiser authored
llvm-svn: 44004
-
Owen Anderson authored
llvm-svn: 44003
-
Owen Anderson authored
to be a pass of its own. Instead, move it out into a helper method. llvm-svn: 44002
-
Owen Anderson authored
llvm-svn: 44001
-
- Nov 11, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 43998
-