1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ef989a2 Don't forget to print address space qualifiers when printing out the type table! Thanks to Gordon Henriksen for pointing this out. by Christopher Lamb · 17 years ago
  3. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  4. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  5. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  6. b28a6dc print a call to a fastcc function as: by Chris Lattner · 17 years ago
  7. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 17 years ago
  8. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 17 years ago
  9. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  10. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  11. 3aa6066 simplify code and print visibility for declarations. by Chris Lattner · 17 years ago
  12. 4ad513c Reinstate the patch for escaping non-printing characters and allow for by Reid Spencer · 17 years ago
  13. 9621921 temporarily revert reid's asmwriter patch, it is missing the asmparser piece by Chris Lattner · 17 years ago
  14. a24f6df Get the order of the hext digits right! by Reid Spencer · 17 years ago
  15. 922d0bc Adjust how LLVM names are produced: by Reid Spencer · 17 years ago
  16. 1997473 Drop 'const' by Devang Patel · 17 years ago
  17. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  18. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  19. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  20. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  21. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  22. 69dacfc print aliases before functions by Chris Lattner · 17 years ago
  23. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  24. 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 17 years ago
  25. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  26. c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 17 years ago
  27. 2330e4d by Christopher Lamb · 17 years ago
  28. 8dcd2f1 don't access argument list of prototypes by Chris Lattner · 17 years ago
  29. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 17 years ago
  30. 18da072 For PR1146: by Reid Spencer · 17 years ago
  31. b138a06 For PR1146: Adjust writing of parameter attributes to use ParamAttrList class. by Reid Spencer · 17 years ago
  32. 73ad835 No need to generate the implementation keyword any more. Its frivolous. by Reid Spencer · 17 years ago
  33. ecb7a77 Change uses of Function::front to Function::getEntryBlock for readability. by Dan Gohman · 17 years ago
  34. 590b3c5 For PR1258: by Reid Spencer · 17 years ago
  35. 914c3bc Adjust to changes in the APInt interface. by Reid Spencer · 17 years ago
  36. 940685e Allow the AsmWriter to print out arbitrary precision integers. by Reid Spencer · 17 years ago
  37. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  38. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  39. ebe57e3 Fix a comment that needed to change after SHIFT patch landed. by Reid Spencer · 18 years ago
  40. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  41. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  42. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  43. 3702d26 For PR645: by Reid Spencer · 18 years ago
  44. 9a40c02 make this more efficient in release builds (time and space) by Chris Lattner · 18 years ago
  45. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  46. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  47. 15ee935 Always write 1 bit integers as i1 not "bool". by Reid Spencer · 18 years ago
  48. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  49. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  50. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  51. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  52. 11b910c Shut up a warning about signed/unsigned. by Reid Spencer · 18 years ago
  53. ac618e6 simplify some logic further by Chris Lattner · 18 years ago
  54. 22379bc Recommit my previous patch with a bugfix: printInfoComment works on both by Chris Lattner · 18 years ago
  55. 162b02e Back out the last patch which is a nightly test killer. The assertion by Reid Spencer · 18 years ago
  56. b2b442f Last refactoring before PR645: split up getSlot into getLocalSlot and getGlobalSlot. by Chris Lattner · 18 years ago
  57. 55e73a5 eliminate some iterator gymnastics. by Chris Lattner · 18 years ago
  58. cf8790a Inline insertValue into CreateModuleSlot/CreateFunctionSlot by Chris Lattner · 18 years ago
  59. 22990aa Remove a bunch of complex logic that is completely dead: duplicates can by Chris Lattner · 18 years ago
  60. 9446bbe Split CreateSlot into two versions, one for globals and one for function-local by Chris Lattner · 18 years ago
  61. 3a4621c Remove extraneous return value from insertValue and getOrCreateSlot. Since by Chris Lattner · 18 years ago
  62. 43f344a And asm writing for packed struct initializers by Andrew Lenharth · 18 years ago
  63. 78d033e For PR411: by Reid Spencer · 18 years ago
  64. 2c26178 Change the syntax for parameter attributes: by Reid Spencer · 18 years ago
  65. 6359618 Fix a cut-and-paste bug for processing of InvokeInst parameter attributes. by Reid Spencer · 18 years ago
  66. bd5db8e For PR950: by Reid Spencer · 18 years ago
  67. b951bc0 For PR950: by Reid Spencer · 18 years ago
  68. 9d908e8 Now that ConstantInt::isValueValidForType can handle signed and unsigned by Reid Spencer · 18 years ago
  69. 38ecbf1 Packed Structures by Andrew Lenharth · 18 years ago
  70. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  71. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  72. 82c4bc7 Remove the dead CachedWriter class. by Chris Lattner · 18 years ago
  73. 2fcfdb7 printName is almost always true. In the cases that mattered where it was false, by Chris Lattner · 18 years ago
  74. a6b1ffc The hasSlot methods are gone. by Chris Lattner · 18 years ago
  75. 4932a5a remove unused api, simplify some code by Chris Lattner · 18 years ago
  76. 919e70c remove more code that was only used by the bc writer by Chris Lattner · 18 years ago
  77. c3e56e2 remove dead code left over from when this functionality was shared with the by Chris Lattner · 18 years ago
  78. de891a6 rename createSlot -> getOrCreateSlot. by Chris Lattner · 18 years ago
  79. c96ce89 clean up some sloppy and inconsistent spacing by Chris Lattner · 18 years ago
  80. d6d826c wrap long lines by Chris Lattner · 18 years ago
  81. 81dfeb3 For PR950: Implement ICmp/FCmp predicate printing for constant expressions by Reid Spencer · 18 years ago
  82. 87e8ec9 Shorten the FCmp predicate mnemonics. by Reid Spencer · 18 years ago
  83. 74f1642 Allow the ICmp and FCmp instructions to be written by the AsmWriter by Reid Spencer · 18 years ago
  84. 8f48766 Changed to using LLVM streams. by Bill Wendling · 18 years ago
  85. 3da59db For PR950: by Reid Spencer · 18 years ago
  86. 3ed469c For PR786: by Reid Spencer · 18 years ago
  87. 461076f Make the Value and Type methods print a newline so it prints nicely in gdb by Reid Spencer · 18 years ago
  88. d2f9e60 Change keyword to datalayout by Chris Lattner · 18 years ago
  89. b83eb64 For PR950: by Reid Spencer · 18 years ago
  90. cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 18 years ago
  91. 9fb471d simplify code by Chris Lattner · 18 years ago
  92. f824868 Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 18 years ago
  93. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  94. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  95. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  96. 3dd965c Fix PR885 by Chris Lattner · 18 years ago
  97. 0deaab8 Print csretcc calls like this: by Chris Lattner · 18 years ago
  98. 7dd29aa pretty print csretcc for calls by Chris Lattner · 18 years ago
  99. 25f88aa Asmprint csret nicely by Chris Lattner · 18 years ago
  100. 5b5cc5f inverted logic, caught by coverity by Chris Lattner · 18 years ago