Fix TimeValue::now() on Unix.
[oota-llvm.git] / include /
2010-01-22 Chris LattnerAdd the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnergive PassNameParser a home.
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Evan ChengAdd two target hooks to determine whether two loads...
2010-01-22 Evan ChengAdd DenseMapInfo for signed long long.
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerallow registering target lexers.
2010-01-22 Chris Lattnerstub out a new TargetAsmLexer interface.
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-22 Ted KremenekStore flags in bitfields instead of masking them into...
2010-01-21 Ted KremenekTidy up assertion syntax. No functionality change.
2010-01-21 Victor HernandezDbgInfoIntrinsics no longer appear in an instruction...
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Benjamin Kramerstruct/class mismatch.
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-21 Chris Lattnereliminate dynamic_cast from the pass manager.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-20 Sean CallananModified MCAsmLexer to return error information upward
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 Chris Lattneradd some new methods to adjust this pointers. Not...
2010-01-20 Chris Lattneradd a helper method.
2010-01-20 Jakob Stoklund OlesenMove per-function inline threshold calculation to a...
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-20 Victor HernandezRefactor common parts of MDNode::getFunction() and...
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2010-01-19 Dan GohmanMake SCEVAddRecExpr's getType return a pointer type...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Dan GohmanGive ScalarEvolution access to the DominatorTree. It...
2010-01-19 Chris Lattneradd a new EmitIntValue method that MCStreamer impls...
2010-01-19 Dan GohmanAdd a new helper function to IVUsers for returning...
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Xerxes RanbyStubs for getHostCPUFeatures API. This implements part...
2010-01-19 David GreeneAdd some new debugging APIs to print out "raw" Selectio...
2010-01-19 Sean CallananPropagated the parser-side Lex function's declaration to
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattnerrefactor code to be static functions instead of methods...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnermake TLOF subclassify BSS based on linkage type into...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-19 Chris Lattnerremove extraneous ;
2010-01-18 Victor HernandezAdd comment that MDNode::getFunction() is not to be...
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Sean CallananAdded a newline at the end of SMLoc.h
2010-01-18 Sean CallananChanged the comment in the file header for SMLoc
2010-01-18 Sean CallananSplit SMLoc out in its own header so that it can
2010-01-18 Victor HernandezMake findDbgDeclare/findDbgGlobalDeclare local static...
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Benjamin KramerUnnamed symbol index should be >= 1. This was lost...
2010-01-18 Chris Lattnerswitch x86 zerofill emission over to use MCStreamer.
2010-01-18 Chris LattnerChange CurrentFnSym to be a non-const pointer since...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris Lattnerfix uninit member, thanks to Benjamin Kramer for identi...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerfix a warning.
2010-01-16 Chris Lattnerthis doesn't need to suck in Mangler.
2010-01-16 Chris Lattnerreapply the mangler gutting patch.
2010-01-16 Rafael EspindolaRevert 93648.
2010-01-16 Chris LattnerMangler::getMangledName is now dead, remove it and...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2010-01-16 Chris Lattneradd an inefficient version of getNameWithPrefix that...
2010-01-16 Benjamin KramerRevive dead assert.
2010-01-16 Tobias GrosserFix PR6047
2010-01-16 Tobias GrosserCreate Generic DOTGraphTraits Printer/Viewer
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Bill WendlingRetrying r91337:
2010-01-16 Chris LattnerCurrentFnName is now dead, remove it.
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-16 Bill WendlingTemporarily revert r93581. It was causing failures...
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
next