summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* give PassNameParser a home.Chris Lattner2010-01-22
* add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner2010-01-22
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-22
* Add DenseMapInfo for signed long long.Evan Cheng2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* allow registering target lexers.Chris Lattner2010-01-22
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-22
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Store flags in bitfields instead of masking them into the pointer for the lef...Ted Kremenek2010-01-22
* Tidy up assertion syntax. No functionality change.Ted Kremenek2010-01-21
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-21
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-21
* struct/class mismatch.Benjamin Kramer2010-01-21
* remove a couple of asserts that use RTTI.Chris Lattner2010-01-21
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* eliminate dynamic_cast from the pass manager.Chris Lattner2010-01-21
* Make sure that landing pad entries in the EH call site table are in the properJim Grosbach2010-01-21
* 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