1. 74bfe21 Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 15 years ago
  2. 41eb8b4 hookize the cygwin ".linkonce" directive. by Chris Lattner · 15 years ago
  3. 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 15 years ago
  4. 48d64ba hoist handling of external globals and special globals up to common code. by Chris Lattner · 15 years ago
  5. 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 15 years ago
  6. c1ef06a use BSSLocal classifier to identify 'lcomm' data instead of by Chris Lattner · 15 years ago
  7. ce8749e make TLOF subclassify BSS based on linkage type into private, external by Chris Lattner · 15 years ago
  8. a3839bc introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 15 years ago
  9. 6e3be14 change an accessor to a predicate. by Chris Lattner · 15 years ago
  10. aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 15 years ago
  11. 9a7313a remove extraneous ; by Chris Lattner · 15 years ago
  12. 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
  13. 4881468 - Add getLSDAEncoding to the PowerPC backend. by Bill Wendling · 15 years ago
  14. 2122f69 Added a newline at the end of SMLoc.h by Sean Callanan · 15 years ago
  15. 76d76d5 Changed the comment in the file header for SMLoc to something more accurate. by Sean Callanan · 15 years ago
  16. 1ae486a Split SMLoc out in its own header so that it can by Sean Callanan · 15 years ago
  17. 756462b Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts array by Victor Hernandez · 15 years ago
  18. a8c1889 - Add a comment to the callback indicating that it's *extremely* not a good by Bill Wendling · 15 years ago
  19. 971fd79 Unnamed symbol index should be >= 1. This was lost during the mangler refactoring. Fixes PR6067. by Benjamin Kramer · 15 years ago
  20. aad3036 switch x86 zerofill emission over to use MCStreamer. by Chris Lattner · 15 years ago
  21. 5957c84 Change CurrentFnSym to be a non-const pointer since asmprinter mutates it by Chris Lattner · 15 years ago
  22. 8cb9a3b remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 15 years ago
  23. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 15 years ago
  24. 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
  25. 753fb62 fix uninit member, thanks to Benjamin Kramer for identifying the bug. by Chris Lattner · 15 years ago
  26. acd03ae Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 15 years ago
  27. c0dba72 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 15 years ago
  28. 1efd4fd5 Switch some functions to take Twines, eliminate uses of StringExtras.h. by Benjamin Kramer · 15 years ago
  29. 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 15 years ago
  30. c9c8931 fix a warning. by Chris Lattner · 15 years ago
  31. 8cfd3ea this doesn't need to suck in Mangler. by Chris Lattner · 15 years ago
  32. c94c825 reapply the mangler gutting patch. by Chris Lattner · 15 years ago
  33. 0f0c978 Revert 93648. by Rafael Espindola · 15 years ago
  34. 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
  35. 7a2ba94 rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, by Chris Lattner · 15 years ago
  36. 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 15 years ago
  37. 61f160a add an inefficient version of getNameWithPrefix that returns an std::string. by Chris Lattner · 15 years ago
  38. ea37eb5 Revive dead assert. by Benjamin Kramer · 15 years ago
  39. 24dcbaf Fix PR6047 by Tobias Grosser · 15 years ago
  40. 23279f1 Create Generic DOTGraphTraits Printer/Viewer by Tobias Grosser · 15 years ago
  41. 6b61f58 Replace DebugLocTuple with DILocation. by Devang Patel · 15 years ago
  42. d58e9cb Retrying r91337: by Bill Wendling · 15 years ago
  43. 412c3a5 CurrentFnName is now dead, remove it. by Chris Lattner · 15 years ago
  44. 5c40e69 remove the string form of printVisibility. by Chris Lattner · 15 years ago
  45. c5b7b19 Temporarily revert r93581. It was causing failures in the ExecutionEngine tests by Bill Wendling · 15 years ago
  46. d1947ed supplement CurrentFnName with CurrentFnSym, which will eventually by Chris Lattner · 15 years ago
  47. 53d4d78 add a version of AsmPrinter::printVisibility that takes an MCSymbol. by Chris Lattner · 15 years ago
  48. 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
  49. 3f5db85 Remove unneeded argument per review. by Dale Johannesen · 15 years ago
  50. d588b97 add another helper by Chris Lattner · 15 years ago
  51. 6b04ede add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol by Chris Lattner · 15 years ago
  52. cb8544f Add comments to the dump() and dumpr() routines. by Dan Gohman · 15 years ago
  53. 23cdb0b DEBUG_VALUE is now variable sized, as it has a by Dale Johannesen · 15 years ago
  54. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  55. ac931c0 by David Greene · 15 years ago
  56. 54482b4 fix a bug in range information for $42, eliminate an by Chris Lattner · 15 years ago
  57. b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 15 years ago
  58. 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
  59. 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 15 years ago
  60. 5f03238 Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be auto-upgraded by Victor Hernandez · 15 years ago
  61. 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
  62. 243a32f Remove DEBUG_DECLARE, looks like we don't need it. by Dale Johannesen · 15 years ago
  63. 3581d66 Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone. by Jeffrey Yasskin · 15 years ago
  64. 9d3c755 add virtual methods to get the start/end of a MCParsedAsmOperand, by Chris Lattner · 15 years ago
  65. 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 15 years ago
  66. f007e85 prune #includes in TargetAsmParser.h by Chris Lattner · 15 years ago
  67. 45220a8 introduce the MCParsedAsmOperand class. by Chris Lattner · 15 years ago
  68. 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
  69. edd1cc7 Add getSource() to SuccIterator by Tobias Grosser · 15 years ago
  70. 5106140 Extend SuccIterator by Tobias Grosser · 15 years ago
  71. 1454384 makeNameProper is now private! by Chris Lattner · 15 years ago
  72. 4564ec9 expose a static function as a static method on the MCSymbol class. by Chris Lattner · 15 years ago
  73. b357e06 Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the by Benjamin Kramer · 15 years ago
  74. bf86e5d add new isSingleStringRef()/getSingleStringRef() methods to twine, by Chris Lattner · 15 years ago
  75. 0e7ab8c ugh, my last patch just sped up a method and changed all the clients by Chris Lattner · 15 years ago
  76. 4813035 change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 15 years ago
  77. 36e69ae my mistake, Mangler::makeNameProper wants to take a twine, not a stringref! by Chris Lattner · 15 years ago
  78. 1cb7546 change makeNameProper to take a stringref instead of std::string. by Chris Lattner · 15 years ago
  79. af2a836 give StringRef a const_iterator member. by Chris Lattner · 15 years ago
  80. c49a10a Fix a comment. by Dale Johannesen · 15 years ago
  81. 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
  82. 5f72a5e Further progration of metadata operands. The by Dale Johannesen · 15 years ago
  83. acb4722 use consistent tag kinds for ilist_traits by Chris Lattner · 15 years ago
  84. e234a30 add a helper function. by Chris Lattner · 15 years ago
  85. d77fdba Use Twine, instead of StringRef, for consistency. by Devang Patel · 15 years ago
  86. 26028f2 Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. by Devang Patel · 15 years ago
  87. 68c3def Add MO_Metadata as an operand kind. Not used yet. by Dale Johannesen · 15 years ago
  88. a5a81d7 Add TargetInstrInfo::isCoalescableInstr. It returns true if the specified by Evan Cheng · 15 years ago
  89. d53e42e Remove trailing white spaces in post dominators header file by Tobias Grosser · 15 years ago
  90. af4421d Add getNode() to post dominators. by Tobias Grosser · 15 years ago
  91. 7dd6107 Remove unused string functions. by Benjamin Kramer · 15 years ago
  92. 7462b5d Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. by Benjamin Kramer · 15 years ago
  93. c30837d Turns out llvm-gcc still uses SplitString with a vector. Add it back until I by Benjamin Kramer · 15 years ago
  94. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
  95. 5b7e48b Respond to Chris' review: by Victor Hernandez · 15 years ago
  96. 24e64df Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). by Victor Hernandez · 15 years ago
  97. 10bc755 hopefully unbreak the ocaml bindings. by Chris Lattner · 15 years ago
  98. 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
  99. 87df867 Delete NamedMDSymTable while destrucing Module. by Devang Patel · 15 years ago
  100. d203520 Add DEBUG_DECLARE. Not used yet. by Dale Johannesen · 15 years ago