- Jan 20, 2010
-
-
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
-
Victor Hernandez authored
llvm-svn: 93990
-
Victor Hernandez authored
llvm-svn: 93989
-
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
-
Chris Lattner authored
stomache MCAsmInfo having this, and I found a better solution to this layering issue. llvm-svn: 93985
-
Victor Hernandez authored
llvm-svn: 93984
-
Chandler Carruth authored
logic enforced in the test case as well, so hopefully it is correct. Please review Victor. llvm-svn: 93980
-
Victor Hernandez authored
Map operands of all function-local metadata, not just metadata passed to llvm.dbg.declare intrinsics llvm-svn: 93979
-
Victor Hernandez authored
llvm-svn: 93978
-
Victor Hernandez authored
llvm-svn: 93977
-
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
-
Daniel Dunbar authored
llvm-svn: 93958
-
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
-
-
Bob Wilson authored
llvm-svn: 93940
-
Dan Gohman authored
has a pointer member. This helps reduce unnecessary bitcasting and uglygeps. llvm-svn: 93939
-
Dale Johannesen authored
line number info. llvm-svn: 93937
-
Dan Gohman authored
than the scaled register. This makes it more likely that subsequent AddrModeMatcher queries will match the new address the same way as the old, instead of accidentally matching what had been the base register as the new scaled register, and then failing to match the scaled register. This fixes some problems with address-mode sinking multiple muls into a block, which will be a lot more common with some upcoming LoopStrengthReduction changes. llvm-svn: 93935
-
Chris Lattner authored
I really want clients of the streamer to be able to say "emit this 64-bit integer" and have it get broken down right by the streamer. I may change this in the future, we'll see how it works out. llvm-svn: 93934
-
Dan Gohman authored
llvm-svn: 93932
-
Dan Gohman authored
llvm-svn: 93931
-
Dan Gohman authored
to make more intellegent AddRec folding decisions. llvm-svn: 93930
-
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
and that clients can use. llvm-svn: 93923
-
Dan Gohman authored
form of an expression. This is the expression without the post-increment adjustment made, which is useful in determining which registers will be used by the expansion. llvm-svn: 93921
-
Dan Gohman authored
llvm-svn: 93919
-
Chris Lattner authored
llvm-svn: 93918
-
Sean Callanan authored
the two token accessor functions are declared consistently. Modified the clients of MCAsmParser to reflect this change. llvm-svn: 93916
-
Xerxes Ranby authored
llvm-svn: 93913
-
Jakob Stoklund Olesen authored
Since the mov is executed unconditionally, make sure that the add didn't have any predicate. llvm-svn: 93909
-
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
-