- Jan 21, 2010
-
-
Dan Gohman authored
they reach codegen. llvm-svn: 94066
-
Jim Grosbach authored
order for SjLj style exception handling. llvm-svn: 94055
-
Jim Grosbach authored
normalization needs to take this into account. llvm-svn: 94046
-
- Jan 20, 2010
-
-
Dale Johannesen authored
llvm-svn: 94032
-
David Greene authored
When XDEBUG is enabled, check for SelectionDAG cycles at some key points. This will help us find future problems like the one described in PR6019. llvm-svn: 94019
-
Chris Lattner authored
llvm-svn: 94010
-
Chris Lattner authored
llvm-svn: 93996
-
Chris Lattner authored
go completely away. llvm-svn: 93994
-
Chris Lattner authored
llvm-svn: 93993
-
Chris Lattner authored
for tidiness. llvm-svn: 93992
-
Chris Lattner authored
of int initializers), change some methods to be static functions, use raw_ostream::write_hex instead of a smallstring dance with APValue::toStringUnsigned(S, 16). llvm-svn: 93991
-
Chris Lattner authored
simplifying the code. llvm-svn: 93988
-
Chris Lattner authored
4-byte constants if .quad isn't supported. Switch a bunch of methods used by the dwarf writer to use OutStreamer.EmitIntValue. llvm-svn: 93987
-
Chris Lattner authored
llvm-svn: 93986
-
Devang Patel authored
If a instruction belongs to another function (and not current function) as per debug info attached with the instruction then ignore the dangling lexical scope of this instruction. Such scopes are unreachable. llvm-svn: 93967
-
David Greene authored
Add some asserts to check SelectionDAG problems earlier. llvm-svn: 93960
-
Dale Johannesen authored
more cases where debug declarations affect debug line info. llvm-svn: 93953
-
Dan Gohman authored
that SCEVExpander can produce when running on behalf of LSR. llvm-svn: 93949
-
- Jan 19, 2010
-
-
Chris Lattner authored
llvm-svn: 93929
-
Chris Lattner authored
for -fverbose-asm unless it's on. llvm-svn: 93926
-
Jakob Stoklund Olesen authored
instructions. llvm-svn: 93925
-
Chris Lattner authored
llvm-svn: 93918
-
Benjamin Kramer authored
llvm-svn: 93905
-
David Greene authored
Add some new debugging APIs to print out "raw" SelectionDAGs to make understanding CannotYTetSelect and other errors easier. llvm-svn: 93901
-
Chris Lattner authored
identifier. There is no way to work around it. llvm-svn: 93896
-
Evan Cheng authored
Do not extend extension results beyond the use of a PHI instruction at the start of a use block. A PHI use is expected to kill its source values. llvm-svn: 93895
-
Chris Lattner authored
This fixes some bugs handling address spaces. llvm-svn: 93891
-
Chris Lattner authored
default address space. llvm-svn: 93890
-
Chris Lattner authored
which we don't support anymore. llvm-svn: 93886
-
Jim Grosbach authored
function can support dynamic stack realignment. That's a much easier question to answer at instruction selection stage than whether the function actually will have dynamic alignment prologue. This allows the removal of the stack alignment heuristic pass, and improves code quality for cases where the heuristic would result in dynamic alignment code being generated when it was not strictly necessary. llvm-svn: 93885
-
Chris Lattner authored
darwin. The next big piece to get global variables streamerized is EmitGlobalConstant. llvm-svn: 93870
-
Chris Lattner authored
.zerofill directive. Streamerize its generation. llvm-svn: 93868
-
Devang Patel authored
MDNodes are not expected to disappear or replaced by another MDNode, so there is no need to pay the cost of WeakVH and ValueMaps. llvm-svn: 93865
-
Devang Patel authored
llvm-svn: 93864
-
Chris Lattner authored
llvm-svn: 93860
-
Chris Lattner authored
llvm-svn: 93859
-
Chris Lattner authored
doing global variable classification anymore) and hookized, sink almost all target targets global variable emission code into AsmPrinter and out of each target. Some notes: 1. PIC16 does completely custom and crazy stuff, so it is not changed. 2. XCore has some custom handling for extra directives. I'll look at it next. 3. This switches linux/ppc to use .globl instead of .global. If .globl is actually wrong, let me know and I'll fix it. 4. This makes linux/ppc get a lot of random cases right which were obviously wrong before, it is probably now a bit healthier. 5. Blackfin will probably start getting .comm and other things that it didn't before. If this is undesirable, it should explicitly opt out of these things by clearing the relevant fields of MCAsmInfo. This leads to a nice diffstat: 14 files changed, 127 insertions(+), 830 deletions(-) llvm-svn: 93858
-
Chris Lattner authored
This makes a similar code dead in all the other targets, I'll clean it up in a bit. This also moves handling of lcomm up before acquisition of a section, since lcomm never needs a section. llvm-svn: 93851
-
Chris Lattner authored
darwin into common code. llvm-svn: 93849
-
Devang Patel authored
llvm-svn: 93832
-