1. 2a38688 inline the global 'getInstrOperandRegClass' function into its callers by Chris Lattner · 15 years ago
  2. cb778a8 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 15 years ago
  3. a938ac6 make ptr_rc derive from a new PointerLikeRegClass tblgen class. by Chris Lattner · 15 years ago
  4. 2cfd52c Give getPointerRegClass() a "kind" value so that targets can by Chris Lattner · 15 years ago
  5. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  6. 26ef510 Fix a typo, and all of its copies by Douglas Gregor · 15 years ago
  7. e657ec6 Implement PointerUnion4. by Douglas Gregor · 15 years ago
  8. 28bc9d8 Keep track of named mdnodes in a Module using an ilist. by Devang Patel · 15 years ago
  9. 9004e8d Add missing include. by Daniel Dunbar · 15 years ago
  10. b7d0c90 Change Neon VLDn intrinsics to return multiple values instead of really by Bob Wilson · 15 years ago
  11. eb85728 by David Greene · 15 years ago
  12. efbf178 Fix comment. by Devang Patel · 15 years ago
  13. c736424 trim include list. by Devang Patel · 15 years ago
  14. 37e3fe9 MSVC build fix. Patch by Olaf Krzikalla! by Benjamin Kramer · 15 years ago
  15. 763457e Twines: Support numeric conversion directly (uitostr, etc). by Daniel Dunbar · 15 years ago
  16. 15f72db Skeleton for pairwise subscript testing. by Andreas Bolka · 15 years ago
  17. e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 15 years ago
  18. 95db93c Revert r77397, it causes significant regressions in llc performance. by Daniel Dunbar · 15 years ago
  19. f457d13 Add NamedMDNode. by Devang Patel · 15 years ago
  20. 71c6753 Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower by Eric Christopher · 15 years ago
  21. 0e2771f Match X86 register names to number. by Daniel Dunbar · 15 years ago
  22. 7aaad71 by David Greene · 15 years ago
  23. fd29440 by David Greene · 15 years ago
  24. 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 15 years ago
  25. dd04246 Clarify getName() comment. by Devang Patel · 15 years ago
  26. e240beb Make expression parsing and error/warning reporting available through the by Daniel Dunbar · 15 years ago
  27. 3755bec Remove unused method. by Devang Patel · 15 years ago
  28. 1da5860 Remove unused parameter name. by Bill Wendling · 15 years ago
  29. 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 15 years ago
  30. af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 15 years ago
  31. a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 15 years ago
  32. d2f79a1 Add DebugInfoEnumerator to collect debug info. by Devang Patel · 15 years ago
  33. c3cc45a Simplify LDA-internal interface. by Andreas Bolka · 15 years ago
  34. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  35. cbbe248 Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 15 years ago
  36. 4bb253c the apple "ld_classic" linker doesn't support .literal16 in 32-bit by Chris Lattner · 15 years ago
  37. 9b97fc7 Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used. by Stefanus Du Toit · 15 years ago
  38. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 15 years ago
  39. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
  40. 3d2a56d Add a comment on Value explaining the current getName() behavior. by Daniel Dunbar · 15 years ago
  41. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
  42. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  43. 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 15 years ago
  44. 5a4e2a4 Order unsigned before signed, for consistency. by Dan Gohman · 15 years ago
  45. f78c835 Make raw_null_ostream flush its buffer in its destructor, so that by Dan Gohman · 15 years ago
  46. 2b2954f hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating by Chris Lattner · 15 years ago
  47. b5261eb Move MCContext and friends to StringRef based APIs. by Daniel Dunbar · 15 years ago
  48. dd061f6 simplify #includes. by Chris Lattner · 15 years ago
  49. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  50. e2d5a6c 80 columns! by Devang Patel · 15 years ago
  51. 1abcfce Thanks, Bill! by Sean Callanan · 15 years ago
  52. 3b07b52 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 15 years ago
  53. e91ea06 Many of Daniel's fixes. by Sean Callanan · 15 years ago
  54. a4e3879 CMake configuration: find mkdtemp, mkstemp, mktemp. by Douglas Gregor · 15 years ago
  55. 40412e7 make COFF work like ELF and macho, by splitting out into its own by Chris Lattner · 15 years ago
  56. 33ae7a4 inline a method. by Chris Lattner · 15 years ago
  57. 07ad19b Fix wording in comments. by Dan Gohman · 15 years ago
  58. e346694 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 15 years ago
  59. 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 15 years ago
  60. 0fcf4dc untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 15 years ago
  61. 7e763eb Use the RHS length instead of the LHS length. They are both the same, by Chris Lattner · 15 years ago
  62. 460f656 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 15 years ago
  63. f0443c1 Remove Value::getNameLen by Daniel Dunbar · 15 years ago
  64. 93b67e4 Eliminate some uses of DOUT, cerr, and getNameStart(). by Daniel Dunbar · 15 years ago
  65. f40761d remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, by Chris Lattner · 15 years ago
  66. 37088b3 make SectionKind keep track of whether a global had an explicit by Chris Lattner · 15 years ago
  67. 4c50922 make SectionKind know whether a symbol is weak or not in addition by Chris Lattner · 15 years ago
  68. 37939c9 Make the kind actually be private. by Chris Lattner · 15 years ago
  69. 2ceb60a rename Mergable -> Mergeable and Writable -> Writeable by Chris Lattner · 15 years ago
  70. 2c5815d remove a bunch of helper functions, just use SectionKind::get instead. by Chris Lattner · 15 years ago
  71. 5c2f789 simplify getSectionForMergableConstant to take a SectionKind. by Chris Lattner · 15 years ago
  72. f153272 precreate 4/8/16 byte mergable sections to simplify code. by Chris Lattner · 15 years ago
  73. 8ca5209 introduce specialized mergable const sectionkinds for elements of size 4/8/16 to by Chris Lattner · 15 years ago
  74. e346e18 Rearrange all the SectionKinds and structure them into a hierarchical by Chris Lattner · 15 years ago
  75. 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 15 years ago
  76. 8c2f1d7 Oops, forgot XCore. Sorry XCore! by Daniel Dunbar · 15 years ago
  77. 6337f15 Update for API change. by Daniel Dunbar · 15 years ago
  78. 38b77f8 fix isReadOnly predicate to not include data that has to be by Chris Lattner · 15 years ago
  79. f276990 remove a dead enum case. by Chris Lattner · 15 years ago
  80. a14d225 Update Triple to use StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  81. d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 15 years ago
  82. abb477f put normal data into .data instead of .data.rel on elf systems. by Chris Lattner · 15 years ago
  83. fa27ff2 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 15 years ago
  84. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  85. 30c4a3b finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal by Chris Lattner · 15 years ago
  86. c993250 Some clients rely on getName{Start,End} not returning 0, even if the length is by Daniel Dunbar · 15 years ago
  87. 499027f Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. by Daniel Dunbar · 15 years ago
  88. d601239 simplify some predicates, add isMergableString() by Chris Lattner · 15 years ago
  89. 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 15 years ago
  90. d1319ef Remove Value::setName(const char*). by Daniel Dunbar · 15 years ago
  91. 03d7651 Remove Value::{isName, getNameRef}. by Daniel Dunbar · 15 years ago
  92. 460d51e make SectionKind be a first-class pod struct instead of just an enum. by Chris Lattner · 15 years ago
  93. b4fc419 this is (unfortunately) several changes mixed together: by Chris Lattner · 15 years ago
  94. 4f05591 document some invariants. by Chris Lattner · 15 years ago
  95. 7e77f79 Fix a few comments to say "backedge-taken count" instead of "trip count". by Dan Gohman · 15 years ago
  96. 72efa18 Update comments to new-style syntax. by Dan Gohman · 15 years ago
  97. 996b9d6 Remove spurious semicolons. by Dan Gohman · 15 years ago
  98. d6fd377 Simplify JIT target selection. by Daniel Dunbar · 15 years ago
  99. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 15 years ago
  100. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago