- Dec 18, 2009
-
-
John McCall authored
(0 && "error"). Rough consensus seems to be that g++ *should* be diagnosing this because the pointer makes it not an ICE in c++03. Everyone agrees that the current standard is silly and null-pointer-ness should not be based on ICE-ness. Excellent fight scene in Act II, denouement weak, two stars. llvm-svn: 91644
-
- Nov 13, 2009
-
-
David Greene authored
Move DebugInfo checks into EmitComments and remove them from target-specific AsmPrinters. Not all comments need DebugInfo. Re-enable the line numbers comment test. llvm-svn: 88697
-
- Nov 07, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 86382
-
Anton Korobeynikov authored
llvm-svn: 86381
-
Anton Korobeynikov authored
llvm-svn: 86379
-
- Nov 06, 2009
-
-
Dan Gohman authored
llvm-svn: 86199
-
- Nov 04, 2009
-
-
Jakob Stoklund Olesen authored
The KILL pseudo-instruction may survive to the asm printer pass, just like the IMPLICIT_DEF. Print the KILL as a comment instead of just leaving a blank line in the output. With -asm-verbose=0, a blank line is printed, like IMPLICIT?DEF. llvm-svn: 86041
-
- Oct 26, 2009
-
-
Ted Kremenek authored
llvm-svn: 85161
-
- Oct 25, 2009
-
-
Nick Lewycky authored
VISIBILITY_HIDDEN removal. llvm-svn: 85043
-
Nick Lewycky authored
Chris claims we should never have visibility_hidden inside any .cpp file but that's still not true even after this commit. llvm-svn: 85042
-
- Oct 21, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 84773
-
Anton Korobeynikov authored
llvm-svn: 84712
-
Anton Korobeynikov authored
llvm-svn: 84711
-
Anton Korobeynikov authored
llvm-svn: 84710
-
Anton Korobeynikov authored
llvm-svn: 84709
-
Anton Korobeynikov authored
llvm-svn: 84708
-
Anton Korobeynikov authored
llvm-svn: 84707
-
Anton Korobeynikov authored
llvm-svn: 84706
-
Anton Korobeynikov authored
llvm-svn: 84704
-
Anton Korobeynikov authored
llvm-svn: 84703
-
Anton Korobeynikov authored
llvm-svn: 84702
-
Anton Korobeynikov authored
llvm-svn: 84701
-
- Oct 11, 2009
-
-
Anton Korobeynikov authored
Implement proper asmprinting for the globals. This eliminates bogus "call" modifier and also adds support for offsets wrt globals. llvm-svn: 83784
-
Anton Korobeynikov authored
llvm-svn: 83783
-
- Oct 06, 2009
-
-
Dan Gohman authored
verbose-asm mode, print comments instead. This eliminates a non-comment difference between verbose-asm mode and non-verbose-asm mode. Also, factor out the relevant code out of all the targets and into target-independent code. llvm-svn: 83392
-
Devang Patel authored
Update processDebugLoc() so that it can be used to process debug info before and after printing an instruction. llvm-svn: 83363
-
- Oct 01, 2009
-
-
Devang Patel authored
This will allow processDebugLoc() to handle scopes for DWARF debug info. llvm-svn: 83183
-
- Sep 13, 2009
-
-
Chris Lattner authored
llvm-svn: 81714
-
Chris Lattner authored
the object, make it static instead of const. llvm-svn: 81711
-
Chris Lattner authored
Nothing is using this info yet. llvm-svn: 81707
-
Chris Lattner authored
now that printBasicBlockLabel is only used for starting a MBB. This allows elimination of a bunch of arguments. llvm-svn: 81684
-
Chris Lattner authored
instead. llvm-svn: 81677
-
- Sep 10, 2009
-
-
Chris Lattner authored
the MCInst path of the asmprinter. Instead, pull comment printing out of the autogenerated asmprinter into each target that uses the autogenerated asmprinter. This causes code duplication into each target, but in a way that will be easier to clean up later when more asmprinter stuff is commonized into the base AsmPrinter class. This also fixes an xcore strangeness where it inserted two tabs before every instruction. llvm-svn: 81396
-
- Aug 31, 2009
-
-
Benjamin Kramer authored
llvm-svn: 80584
-
- Aug 26, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 80085
-
- Aug 22, 2009
-
-
Chris Lattner authored
llvm-svn: 79777
-
Chris Lattner authored
llvm-svn: 79763
-
- Aug 19, 2009
-
-
Chris Lattner authored
talk to the MCStreamer directly instead. llvm-svn: 79405
-
- Aug 14, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 79024
-
Anton Korobeynikov authored
llvm-svn: 79012
-