- 74bfe21 Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 15 years ago
- 41eb8b4 hookize the cygwin ".linkonce" directive. by Chris Lattner · 15 years ago
- 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 15 years ago
- 48d64ba hoist handling of external globals and special globals up to common code. by Chris Lattner · 15 years ago
- 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 15 years ago
- c1ef06a use BSSLocal classifier to identify 'lcomm' data instead of by Chris Lattner · 15 years ago
- ce8749e make TLOF subclassify BSS based on linkage type into private, external by Chris Lattner · 15 years ago
- a3839bc introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 15 years ago
- 6e3be14 change an accessor to a predicate. by Chris Lattner · 15 years ago
- aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 15 years ago
- 9a7313a remove extraneous ; by Chris Lattner · 15 years ago
- 6cead78 Add comment that MDNode::getFunction() is not to be used by performance-critical code (currently only used by AsmWriter) by Victor Hernandez · 15 years ago
- 4881468 - Add getLSDAEncoding to the PowerPC backend. by Bill Wendling · 15 years ago
- 2122f69 Added a newline at the end of SMLoc.h by Sean Callanan · 15 years ago
- 76d76d5 Changed the comment in the file header for SMLoc to something more accurate. by Sean Callanan · 15 years ago
- 1ae486a Split SMLoc out in its own header so that it can by Sean Callanan · 15 years ago
- 756462b Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts array by Victor Hernandez · 15 years ago
- a8c1889 - Add a comment to the callback indicating that it's *extremely* not a good by Bill Wendling · 15 years ago
- 971fd79 Unnamed symbol index should be >= 1. This was lost during the mangler refactoring. Fixes PR6067. by Benjamin Kramer · 15 years ago
- aad3036 switch x86 zerofill emission over to use MCStreamer. by Chris Lattner · 15 years ago
- 5957c84 Change CurrentFnSym to be a non-const pointer since asmprinter mutates it by Chris Lattner · 15 years ago
- 8cb9a3b remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 15 years ago
- 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 15 years ago
- 0bd58b0 stop the CBE from using Mangler::appendMangledName, which is a private function, it is mangling types, which don't matter how they are done. by Chris Lattner · 15 years ago
- 753fb62 fix uninit member, thanks to Benjamin Kramer for identifying the bug. by Chris Lattner · 15 years ago
- acd03ae Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 15 years ago
- c0dba72 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 15 years ago
- 1efd4fd5 Switch some functions to take Twines, eliminate uses of StringExtras.h. by Benjamin Kramer · 15 years ago
- 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 15 years ago
- c9c8931 fix a warning. by Chris Lattner · 15 years ago
- 8cfd3ea this doesn't need to suck in Mangler. by Chris Lattner · 15 years ago
- c94c825 reapply the mangler gutting patch. by Chris Lattner · 15 years ago
- 0f0c978 Revert 93648. by Rafael Espindola · 15 years ago
- 848d0f3 Mangler::getMangledName is now dead, remove it and all the other stuff in Mangler that is now transitively dead. woo. by Chris Lattner · 15 years ago
- 7a2ba94 rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, by Chris Lattner · 15 years ago
- 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 15 years ago
- 61f160a add an inefficient version of getNameWithPrefix that returns an std::string. by Chris Lattner · 15 years ago
- ea37eb5 Revive dead assert. by Benjamin Kramer · 15 years ago
- 24dcbaf Fix PR6047 by Tobias Grosser · 15 years ago
- 23279f1 Create Generic DOTGraphTraits Printer/Viewer by Tobias Grosser · 15 years ago
- 6b61f58 Replace DebugLocTuple with DILocation. by Devang Patel · 15 years ago
- d58e9cb Retrying r91337: by Bill Wendling · 15 years ago
- 412c3a5 CurrentFnName is now dead, remove it. by Chris Lattner · 15 years ago
- 5c40e69 remove the string form of printVisibility. by Chris Lattner · 15 years ago
- c5b7b19 Temporarily revert r93581. It was causing failures in the ExecutionEngine tests by Bill Wendling · 15 years ago
- d1947ed supplement CurrentFnName with CurrentFnSym, which will eventually by Chris Lattner · 15 years ago
- 53d4d78 add a version of AsmPrinter::printVisibility that takes an MCSymbol. by Chris Lattner · 15 years ago
- 67c5982 BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initialization time. This removes one of the 'init_constructors' reported in <rdar://problem/7545356>. by Ted Kremenek · 15 years ago
- 3f5db85 Remove unneeded argument per review. by Dale Johannesen · 15 years ago
- d588b97 add another helper by Chris Lattner · 15 years ago
- 6b04ede add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol by Chris Lattner · 15 years ago
- cb8544f Add comments to the dump() and dumpr() routines. by Dan Gohman · 15 years ago
- 23cdb0b DEBUG_VALUE is now variable sized, as it has a by Dale Johannesen · 15 years ago
- 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
- ac931c0 by David Greene · 15 years ago
- 54482b4 fix a bug in range information for $42, eliminate an by Chris Lattner · 15 years ago
- b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 15 years ago
- 3a32865 Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 15 years ago
- 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 15 years ago
- 5f03238 Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be auto-upgraded by Victor Hernandez · 15 years ago
- 283ba2f Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 15 years ago
- 243a32f Remove DEBUG_DECLARE, looks like we don't need it. by Dale Johannesen · 15 years ago
- 3581d66 Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone. by Jeffrey Yasskin · 15 years ago
- 9d3c755 add virtual methods to get the start/end of a MCParsedAsmOperand, by Chris Lattner · 15 years ago
- 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 15 years ago
- f007e85 prune #includes in TargetAsmParser.h by Chris Lattner · 15 years ago
- 45220a8 introduce the MCParsedAsmOperand class. by Chris Lattner · 15 years ago
- c7650b4 Add MDNode::getFunction(), which figures out the metadata's function, if it has function that it is local to. by Victor Hernandez · 15 years ago
- edd1cc7 Add getSource() to SuccIterator by Tobias Grosser · 15 years ago
- 5106140 Extend SuccIterator by Tobias Grosser · 15 years ago
- 1454384 makeNameProper is now private! by Chris Lattner · 15 years ago
- 4564ec9 expose a static function as a static method on the MCSymbol class. by Chris Lattner · 15 years ago
- b357e06 Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the by Benjamin Kramer · 15 years ago
- bf86e5d add new isSingleStringRef()/getSingleStringRef() methods to twine, by Chris Lattner · 15 years ago
- 0e7ab8c ugh, my last patch just sped up a method and changed all the clients by Chris Lattner · 15 years ago
- 4813035 change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 15 years ago
- 36e69ae my mistake, Mangler::makeNameProper wants to take a twine, not a stringref! by Chris Lattner · 15 years ago
- 1cb7546 change makeNameProper to take a stringref instead of std::string. by Chris Lattner · 15 years ago
- af2a836 give StringRef a const_iterator member. by Chris Lattner · 15 years ago
- c49a10a Fix a comment. by Dale Johannesen · 15 years ago
- 7da9ecf Add a quick pass to optimize sign / zero extension instructions. For targets where the pre-extension values are available in the subreg of the result of the extension, replace the uses of the pre-extension value with the result + extract_subreg. by Evan Cheng · 15 years ago
- 5f72a5e Further progration of metadata operands. The by Dale Johannesen · 15 years ago
- acb4722 use consistent tag kinds for ilist_traits by Chris Lattner · 15 years ago
- e234a30 add a helper function. by Chris Lattner · 15 years ago
- d77fdba Use Twine, instead of StringRef, for consistency. by Devang Patel · 15 years ago
- 26028f2 Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. by Devang Patel · 15 years ago
- 68c3def Add MO_Metadata as an operand kind. Not used yet. by Dale Johannesen · 15 years ago
- a5a81d7 Add TargetInstrInfo::isCoalescableInstr. It returns true if the specified by Evan Cheng · 15 years ago
- d53e42e Remove trailing white spaces in post dominators header file by Tobias Grosser · 15 years ago
- af4421d Add getNode() to post dominators. by Tobias Grosser · 15 years ago
- 7dd6107 Remove unused string functions. by Benjamin Kramer · 15 years ago
- 7462b5d Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. by Benjamin Kramer · 15 years ago
- c30837d Turns out llvm-gcc still uses SplitString with a vector. Add it back until I by Benjamin Kramer · 15 years ago
- d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
- 5b7e48b Respond to Chris' review: by Victor Hernandez · 15 years ago
- 24e64df Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). by Victor Hernandez · 15 years ago
- 10bc755 hopefully unbreak the ocaml bindings. by Chris Lattner · 15 years ago
- d686c8e "In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." by Chris Lattner · 15 years ago
- 87df867 Delete NamedMDSymTable while destrucing Module. by Devang Patel · 15 years ago
- d203520 Add DEBUG_DECLARE. Not used yet. by Dale Johannesen · 15 years ago