Added a newline at the end of SMLoc.h
[oota-llvm.git] / include /
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...
2010-01-15 Ted KremenekBumpPtrAllocator: Have the DefaultSlabAllocator created...
2010-01-15 Dale JohannesenRemove unneeded argument per review.
2010-01-15 Chris Lattneradd another helper
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Dan GohmanAdd comments to the dump() and dumpr() routines.
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-15 Jeffrey YasskinMake sure include/llvm/MC/MCParsedAsmOperand.h can...
2010-01-14 Chris Lattneradd virtual methods to get the start/end of a MCParsedA...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Chris Lattnerintroduce the MCParsedAsmOperand class.
2010-01-14 Victor HernandezAdd MDNode::getFunction(), which figures out the metada...
2010-01-13 Tobias GrosserAdd getSource() to SuccIterator
2010-01-13 Tobias GrosserExtend SuccIterator
2010-01-13 Chris LattnermakeNameProper is now private!
2010-01-13 Chris Lattnerexpose a static function as a static method on the...
2010-01-13 Benjamin KramerIntroduce Twine::toStringRef, a variant of toVector...
2010-01-13 Chris Lattneradd new isSingleStringRef()/getSingleStringRef() method...
2010-01-13 Chris Lattnerugh, my last patch just sped up a method and changed...
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnermy mistake, Mangler::makeNameProper wants to take a...
2010-01-13 Chris Lattnerchange makeNameProper to take a stringref instead of...
2010-01-13 Chris Lattnergive StringRef a const_iterator member.
2010-01-13 Dale JohannesenFix a comment.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Chris Lattneruse consistent tag kinds for ilist_traits
2010-01-12 Chris Lattneradd a helper function.
2010-01-12 Devang PatelUse Twine, instead of StringRef, for consistency.
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-12 Dale JohannesenAdd MO_Metadata as an operand kind. Not used yet.
2010-01-12 Evan ChengAdd TargetInstrInfo::isCoalescableInstr. It returns...
2010-01-11 Tobias GrosserRemove trailing white spaces in post dominators header...
2010-01-11 Tobias GrosserAdd getNode() to post dominators.
2010-01-11 Benjamin KramerRemove unused string functions.
2010-01-11 Benjamin KramerAdd StrInStrNoCase, a StringRef version of CStrInCStrNo...
2010-01-11 Benjamin KramerTurns out llvm-gcc still uses SplitString with a vector...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-09 Chris Lattnerhopefully unbreak the ocaml bindings.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-07 Tobias GrosserAdd assert to check dominance dfs numbers.
2010-01-07 Tobias GrosserRemove workaround in PostDominators
2010-01-07 Tobias GrosserFix DFS number calculation for postdominators
2010-01-07 David GreeneRevert r92939. These intrinsics get matched to LLVM...
2010-01-07 David GreeneAdd some "missing" instrinsics to make the SSE intrinsi...
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-07 Kovarththanan Raja... Fix occurrence typo
2010-01-07 Duncan SandsCorrect spelling.
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
next