1. eb82470 If there are attributes on the varargs part of a call, don't discard them. by Duncan Sands · 17 years ago
  2. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  3. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 17 years ago
  4. 4374f8e regenerate. by Christopher Lamb · 17 years ago
  5. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  6. 2c6fd8c Remove spurious warnings from GCC: by Bill Wendling · 17 years ago
  7. bf3348d Regenerate. by Christopher Lamb · 17 years ago
  8. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
  9. a8ed9bf Regenerate. by Christopher Lamb · 17 years ago
  10. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  11. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  12. d185f64 add #include by Chris Lattner · 17 years ago
  13. 05e5a74 Regenerate by Anton Korobeynikov · 17 years ago
  14. f8c751a Fix fallout from my last patch: don't reject varargs functions :) by Anton Korobeynikov · 17 years ago
  15. c36284e Regenerate by Anton Korobeynikov · 17 years ago
  16. c1d848d More sanity checks for function types. by Anton Korobeynikov · 17 years ago
  17. 757d243 Add a convenience method for modifying parameter by Duncan Sands · 17 years ago
  18. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 17 years ago
  19. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  20. ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 17 years ago
  21. 4ce0df6 autoupgrade files that use callfoo as call foo. by Chris Lattner · 17 years ago
  22. d343c6b Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen/X86/2007-10-16-fp80_select.ll by Chris Lattner · 17 years ago
  23. 8e3a8e0 Replace the original flex lexer with a hand writen one. This by Chris Lattner · 17 years ago
  24. 5db1afb Basic non-power-of-2 vector support by Nate Begeman · 17 years ago
  25. b9b977d Regenerate by Anton Korobeynikov · 17 years ago
  26. 0adb7b4 Add pure/const attributes. Documentation will follow. by Anton Korobeynikov · 17 years ago
  27. 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
  28. eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
  29. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 17 years ago
  30. ea58310 Generated files for previous patch. by Dale Johannesen · 17 years ago
  31. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  32. c72cd7e Generated files for previous patch. by Dale Johannesen · 17 years ago
  33. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  34. 569f737 regenerate by Chris Lattner · 17 years ago
  35. e543424 Fix PR1645 by resolving forward alias references. by Chris Lattner · 17 years ago
  36. cdd509a Apply feedback from previous patch. by Dale Johannesen · 17 years ago
  37. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  38. 5fd22a8 by David Greene · 17 years ago
  39. b8f7479 by David Greene · 17 years ago
  40. d80fb8b update these by Chris Lattner · 17 years ago
  41. f1355a5 by David Greene · 17 years ago
  42. 0275cff regenerate by Chris Lattner · 17 years ago
  43. 6df20ef Fix PR1577, a crash on invalid bug. by Chris Lattner · 17 years ago
  44. 0220219 Regenerating. by Chandler Carruth · 17 years ago
  45. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
  46. 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
  47. 718fda3 by David Greene · 17 years ago
  48. 52eec54 by David Greene · 17 years ago
  49. 1013b4d Regenerate. by Reid Spencer · 17 years ago
  50. e87f233 After a discussion with Anton, it turns out that the InReg attribute is not by Reid Spencer · 17 years ago
  51. ee0142e Regenerate. by Reid Spencer · 17 years ago
  52. bf7f451 Allow the INREG parameter attribute to be added to functions. This permits the by Reid Spencer · 17 years ago
  53. d8e616b Regenerate (again). by Reid Spencer · 17 years ago
  54. 6794e61 Don't include newlines in the whitespace before newline (WSNL) rule. by Reid Spencer · 17 years ago
  55. b8f8505 Regenerate. by Reid Spencer · 17 years ago
  56. 1d3d230 For PR1553: by Reid Spencer · 17 years ago
  57. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 17 years ago
  58. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  59. 1aa7efb Add the byval attribute by Rafael Espindola · 17 years ago
  60. ce5f24e update the .cvs files by Chris Lattner · 17 years ago
  61. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  62. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  63. e2aa961 Regenerate. by Reid Spencer · 17 years ago
  64. 8ecdbf2 Don't allow the UnEscape code to read or write beyond the end of yytext. by Reid Spencer · 17 years ago
  65. 0a8a16b Regenerate. by Reid Spencer · 17 years ago
  66. 6ecdcc1 Implement full unescaping of escaped hex characters in all quoted identifiers by Reid Spencer · 17 years ago
  67. d3bd070 update comment by Chris Lattner · 17 years ago
  68. 8e00832 regenerate by Chris Lattner · 17 years ago
  69. 86fd630 simplify code by Chris Lattner · 17 years ago
  70. ed951ea Regenerate by Reid Spencer · 17 years ago
  71. aa7c2f8 Make the %"..." syntax legal for local name. This just makes it symmetric by Reid Spencer · 17 years ago
  72. 39b2e8b regenerate by Chris Lattner · 17 years ago
  73. dd3094a fix a bug where llvm-as couldn't assemble the .ll file for 252.eon. by Chris Lattner · 17 years ago
  74. f52e608 Regenerate by Anton Korobeynikov · 17 years ago
  75. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  76. 930c0fe Fix MemoryBuffer breakage correctly. by Jeff Cohen · 17 years ago
  77. 9c9b63a Regenerate. by Reid Spencer · 17 years ago
  78. 863dd88 Revert the premature portion of the last commit. by Reid Spencer · 17 years ago
  79. 3cb4dda Fix a compilation error (jump to case label). by Reid Spencer · 17 years ago
  80. 38e0980 Regenerate by Anton Korobeynikov · 17 years ago
  81. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  82. 6cdc682 regen by Chris Lattner · 17 years ago
  83. 4989b84 wrap long lines by Chris Lattner · 17 years ago
  84. 9de1371 Quiet a compiler warning about assignment in an if-then conditional. by Bill Wendling · 17 years ago
  85. c0fabcb Add missed semicolon. Resotre compatibility with older bisons by Anton Korobeynikov · 17 years ago
  86. 77d0f97 Regenerate by Anton Korobeynikov · 17 years ago
  87. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  88. 5c10424 Regenerated by Christopher Lamb · 17 years ago
  89. 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 17 years ago
  90. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  91. c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 17 years ago
  92. 2330e4d by Christopher Lamb · 17 years ago
  93. ed48de2 Regenerate by Reid Spencer · 17 years ago
  94. ce1e8ef Okay, yes there *is* a getKeyLength method on ValueName. And, it should be by Reid Spencer · 17 years ago
  95. 36fdde1 Regenerate. by Reid Spencer · 17 years ago
  96. 43e6073 Check length of string before we walk off the end of it. Thanks, Chris. by Reid Spencer · 17 years ago
  97. 2eb203a Regenerate. by Reid Spencer · 17 years ago
  98. 5b35fbe Use a more optimal way to get the name of a function. Thanks, Chris. by Reid Spencer · 17 years ago
  99. 7780acb Regenerate. by Reid Spencer · 17 years ago
  100. ebff55c For PR1328: by Reid Spencer · 17 years ago