- Aug 13, 2009
-
-
Dan Gohman authored
interesting to print the number in a comment. Numbered instructions don't need their number in a comment either. Also, tidy up newline printing. llvm-svn: 78865
-
Chris Lattner authored
llvm-svn: 78864
-
Ryan Flynn authored
llvm-svn: 78862
-
Fariborz Jahanian authored
llvm-svn: 78861
-
Chris Lattner authored
llvm-svn: 78860
-
Dan Gohman authored
and unnamed numbered global variables as "@0 = global ...". Extend the AsmParser to recognize these forms. llvm-svn: 78859
-
Mike Stump authored
llvm-svn: 78858
-
Mike Stump authored
llvm-svn: 78857
-
Jim Grosbach authored
llvm-svn: 78856
-
Mike Stump authored
llvm-svn: 78855
-
Mike Stump authored
llvm-svn: 78854
-
Bob Wilson authored
llvm-svn: 78852
-
Mike Stump authored
llvm-svn: 78851
-
Bob Wilson authored
llvm-svn: 78850
-
Bob Wilson authored
There have been a few times where I've wanted this but ended up leaving the operand type unconstrained. It is easy to add this now and should help catch errors in the future. llvm-svn: 78849
-
Dan Gohman authored
llvm-svn: 78848
-
Mike Stump authored
llvm-svn: 78847
-
Mike Stump authored
has been audited for correctness. llvm-svn: 78846
-
- Aug 12, 2009
-
-
Mike Stump authored
llvm-svn: 78844
-
David Goodwin authored
llvm-svn: 78843
-
Bob Wilson authored
llvm-svn: 78842
-
Fariborz Jahanian authored
WIP. llvm-svn: 78841
-
Lang Hames authored
llvm-svn: 78840
-
Dan Gohman authored
llvm-svn: 78838
-
Dan Gohman authored
it doesn't leave the underlying stream in unbuffered mode when the stream was originally buffered. Also, change WriteAsOperand back to plain raw_ostream. This lets it work for either formatted_raw_ostream or plain raw_ostream, so that it doesn't have to force a buffer flush on a plain raw_ostream. llvm-svn: 78837
-
Dan Gohman authored
simplify some formatted_raw_ostream code. llvm-svn: 78836
-
Bob Wilson authored
llvm-svn: 78835
-
Dan Gohman authored
llvm-svn: 78834
-
Mike Stump authored
llvm-svn: 78831
-
Dan Gohman authored
the basic block label printing to check whether a block has a name before printing a comment character and whitespace for it. llvm-svn: 78830
-
Evan Cheng authored
llvm-svn: 78829
-
Dan Gohman authored
that emitted unnecessary whitespace outside of VerboseAsm mode. llvm-svn: 78828
-
David Goodwin authored
Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. llvm-svn: 78827
-
Fariborz Jahanian authored
llvm-svn: 78826
-
Dale Johannesen authored
llvm-svn: 78825
-
Chris Lattner authored
llvm-svn: 78824
-
Chris Lattner authored
llvm-svn: 78823
-
Dale Johannesen authored
this test failed consistently on a Darwin build. llvm-svn: 78822
-
Dale Johannesen authored
when !isSingleWord() but getActiveBits() is small, we were using the pointer value instead of the low word of the integer value. llvm-svn: 78821
-
Mike Stump authored
cases where a virtual base was already used as a primary base class. WIP. llvm-svn: 78820
-