summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Modified MCAsmLexer to return error information upwardSean Callanan2010-01-20
* make findDebugLoc a class methodDale Johannesen2010-01-20
* When XDEBUG is enabled, check for SelectionDAG cycles at some keyDavid Greene2010-01-20
* add some new methods to adjust this pointers. Not used yet.Chris Lattner2010-01-20
* add a helper method.Chris Lattner2010-01-20
* Move per-function inline threshold calculation to a method.Jakob Stoklund Olesen2010-01-20
* inline and radically simplify printDataDirective. It will eventuallyChris Lattner2010-01-20
* signficant cleanups to EmitGlobalConstant (including streamerization Chris Lattner2010-01-20
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-20
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-20
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-20
* Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman2010-01-19
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-19
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-19
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-19
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-19
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby2010-01-19
* Add some new debugging APIs to print out "raw" SelectionDAGs to makeDavid Greene2010-01-19
* Propagated the parser-side Lex function's declaration toSean Callanan2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* refactor code to be static functions instead of methods on AsmPrinter.Chris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner2010-01-19
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-19
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* hookize the cygwin ".linkonce" directive.Chris Lattner2010-01-19
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-19
* hoist handling of external globals and special globals up to common code.Chris Lattner2010-01-19
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-19
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-19
* make TLOF subclassify BSS based on linkage type into private, externalChris Lattner2010-01-19
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-19
* change an accessor to a predicate.Chris Lattner2010-01-19
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-19
* remove extraneous ;Chris Lattner2010-01-19
* Add comment that MDNode::getFunction() is not to be used by performance-criti...Victor Hernandez2010-01-18
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-18
* Added a newline at the end of SMLoc.hSean Callanan2010-01-18
* Changed the comment in the file header for SMLocSean Callanan2010-01-18
* Split SMLoc out in its own header so that it canSean Callanan2010-01-18
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-18
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-18
* Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer2010-01-18
* switch x86 zerofill emission over to use MCStreamer.Chris Lattner2010-01-18
* Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner2010-01-18