1. abd7514 *try* to use a better name to describe how common symbols are marked on the elf object file. by Bruno Cardoso Lopes · 15 years ago
  2. 5ee3ba2 Add doxygen comments. by Owen Anderson · 15 years ago
  3. 9a0b165 Revert r78424. by Argyrios Kyrtzidis · 15 years ago
  4. d644cb8 A couple IRBuilder functions were still using getGlobalContext(). by Erick Tryzelaar · 15 years ago
  5. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  6. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 15 years ago
  7. 1689e0c Add MCSymbol::{print, dump} by Daniel Dunbar · 15 years ago
  8. 2c11624 Add MCValue::{print, dump} by Daniel Dunbar · 15 years ago
  9. 0668dc7 Add helpers for fetching basic types. by Owen Anderson · 15 years ago
  10. 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
  11. 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 15 years ago
  12. 011e4db llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. by Daniel Dunbar · 15 years ago
  13. fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 15 years ago
  14. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 15 years ago
  15. 6c304f2 Make formatted_raw_ostream restore the buffer settings of the by Dan Gohman · 15 years ago
  16. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  17. b8e1055 Add a method to return BSSSection from TargetLoweringObjectFile by Bruno Cardoso Lopes · 15 years ago
  18. 4aa688e Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 15 years ago
  19. 2907542 Add unimplemented destructor declarations to hopefully address by Dan Gohman · 15 years ago
  20. 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 15 years ago
  21. 0ba50bb Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be by Dan Gohman · 15 years ago
  22. 208ec0f Add support to raw_ostream for sizing the buffer according to the by Dan Gohman · 15 years ago
  23. b3667ae Make raw_ostream non-copyable. by Dan Gohman · 15 years ago
  24. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 15 years ago
  25. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 15 years ago
  26. 7104616 Add callback to allow target to adjust latency of schedule dependency edge. by David Goodwin · 15 years ago
  27. 524dea4 Move SetBufferSize and SetUnbuffered out of line. by Dan Gohman · 15 years ago
  28. 33e49ef Fix the buffer handling logic so that write_impl is always called with by Dan Gohman · 15 years ago
  29. d4c00c0 Fix the N>=64 case in the isInt<> and isUint<> templates. by Jakob Stoklund Olesen · 15 years ago
  30. b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 15 years ago
  31. b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 15 years ago
  32. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  33. ac55b85 Add StringRef::front (with some small tweaks while I was in the area). by Daniel Dunbar · 15 years ago
  34. 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 15 years ago
  35. c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 15 years ago
  36. e309cfa reject invalid code like: by Chris Lattner · 15 years ago
  37. 5dc47ff implement support for uniquing MachO sections. by Chris Lattner · 15 years ago
  38. d3c4486f reduce #includage by Chris Lattner · 15 years ago
  39. 066dbb6 Mark the callsite intrinsic such that the opimizers know it's not dead. by Jim Grosbach · 15 years ago
  40. 36e3e66 Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. by Bob Wilson · 15 years ago
  41. a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
  42. f3e4884 Add a GetBufferSize() member to raw_ostream and use it to by Dan Gohman · 15 years ago
  43. 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 15 years ago
  44. 4ae5126 Remove a bunch more now-unnecessary Context arguments. by Dan Gohman · 15 years ago
  45. e2b1650 catch a typo and simplify call syntax by Gabor Greif · 15 years ago
  46. 9befba8 here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 by Gabor Greif · 15 years ago
  47. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 15 years ago
  48. 8e62083 add support for mingw64 target triples. by Chris Lattner · 15 years ago
  49. d6eb635 Move immediate constant predicate templates from the Blackfin target to MathExtras.h by Jakob Stoklund Olesen · 15 years ago
  50. dfc17f7 add a couple of helpers to the Triple class for decoding by Chris Lattner · 15 years ago
  51. 394346b Add some comments to clarify the arguments to the vtbl and vtbx intrinsics. by Bob Wilson · 15 years ago
  52. 23b9b19 Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. by Owen Anderson · 15 years ago
  53. 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 15 years ago
  54. 766b5ef Fix warnings. by Owen Anderson · 15 years ago
  55. 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 15 years ago
  56. a942ad3 struct -> class by Owen Anderson · 15 years ago
  57. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 15 years ago
  58. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
  59. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 15 years ago
  60. dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 15 years ago
  61. d6474fa Add convenience functions for creating nsw add operators. by Dan Gohman · 15 years ago
  62. 3603d7a Revert 78680 until I figure out why it completely broke things. by Daniel Dunbar · 15 years ago
  63. ab67e70 Link NamedMDNodes. by Devang Patel · 15 years ago
  64. e2574d3 Add convenience functions for creating inbounds GEPs. by Dan Gohman · 15 years ago
  65. 1d96ccc add a trivial line # cache to SourceMgr to make repeated queries to by Chris Lattner · 15 years ago
  66. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  67. c588d55 Remove some unnecessary LoadInst constructors, missed during Twinification. by Daniel Dunbar · 15 years ago
  68. 754bdac Fix struct/class mismatch. by Benjamin Kramer · 15 years ago
  69. 104eac1 Use isa instead of dyn_cast when the result is only converted to bool. by Dan Gohman · 15 years ago
  70. a44fa83 Fix cut-n-pasto in comment. by Devang Patel · 15 years ago
  71. 59c4f5c Add convenience functions for creating exact sdiv operators, and by Dan Gohman · 15 years ago
  72. d30658c Avoid implicitly depending on Instructions.h. by Dan Gohman · 15 years ago
  73. f221c0b Revert 78662 to fix broken windows build. Add a comment which explains the problem. by Benjamin Kramer · 15 years ago
  74. ffef8ac Tidy #includes. by Dan Gohman · 15 years ago
  75. b2d746c Add an explicit keyword. by Dan Gohman · 15 years ago
  76. 7f4151b ConstantFolder and NoFolder no longer require their Context members. by Dan Gohman · 15 years ago
  77. 3751aa5 Use the default copy-ctor, copy-assignment, and destructor. by Dan Gohman · 15 years ago
  78. d1ad72f Add a comment about the additional meaning of setPreservesCFG() for by Dan Gohman · 15 years ago
  79. 3c8178e Remove an unnecessary mutable. by Dan Gohman · 15 years ago
  80. 7e83697 Regenerate per request of Gabor Greif (r78628) by Shantonu Sen · 15 years ago
  81. ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 15 years ago
  82. 9d3627e Remove dead metadata. by Devang Patel · 15 years ago
  83. 8c54a62 Rebuild RegScavenger::DistanceMap each time it is needed. by Jakob Stoklund Olesen · 15 years ago
  84. b0abb4d Use vAny type to get rid of Neon intrinsics that differed only in whether by Bob Wilson · 15 years ago
  85. f24bd40 Use new EVT::vAny type to combine Neon intrinsics for VPADD. by Bob Wilson · 15 years ago
  86. 61fc4cf Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic by Bob Wilson · 15 years ago
  87. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  88. 52c1afc Modified VNInfo. The "copy" member is now a union which holds the copy for a register interval, or the defining register for a stack interval. Access is via getCopy/setCopy and getReg/setReg. by Lang Hames · 15 years ago
  89. e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 15 years ago
  90. 1490d0f Align comments. by Devang Patel · 15 years ago
  91. 72bcdb6 Keep track of DIType. by Devang Patel · 15 years ago
  92. 5c468e3 llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call by Daniel Dunbar · 15 years ago
  93. e74f3c0 Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. by Daniel Dunbar · 15 years ago
  94. d6662ad SimpleValueType-ify a few more methods on TargetLowering. by Owen Anderson · 15 years ago
  95. 7067184 Continue the SimpleValueType-ification. by Owen Anderson · 15 years ago
  96. a84b155 Convert comments to C90-style so llvm-c can import DataTypes.h. by Erick Tryzelaar · 15 years ago
  97. d7de19a We are not using FoldingSet for metadata uniquing anymore. by Devang Patel · 15 years ago
  98. 77547be Start moving TargetLowering away from using full MVTs and towards SimpleValueType, which will simplify the privatization of IntegerType in the future. by Owen Anderson · 15 years ago
  99. 338825c llvm-mc/AsmMatcher: Change assembler parser match classes to their own record by Daniel Dunbar · 15 years ago
  100. 0631fce Change the MDNode uniquing to a ValueMap, at Devang's request. by Owen Anderson · 15 years ago