1. 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
  2. eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
  3. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 17 years ago
  4. ea58310 Generated files for previous patch. by Dale Johannesen · 17 years ago
  5. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  6. c72cd7e Generated files for previous patch. by Dale Johannesen · 17 years ago
  7. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  8. 569f737 regenerate by Chris Lattner · 17 years ago
  9. e543424 Fix PR1645 by resolving forward alias references. by Chris Lattner · 17 years ago
  10. cdd509a Apply feedback from previous patch. by Dale Johannesen · 17 years ago
  11. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  12. 5fd22a8 by David Greene · 17 years ago
  13. b8f7479 by David Greene · 17 years ago
  14. d80fb8b update these by Chris Lattner · 17 years ago
  15. f1355a5 by David Greene · 17 years ago
  16. 0275cff regenerate by Chris Lattner · 17 years ago
  17. 6df20ef Fix PR1577, a crash on invalid bug. by Chris Lattner · 17 years ago
  18. 0220219 Regenerating. by Chandler Carruth · 17 years ago
  19. 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
  20. 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
  21. 718fda3 by David Greene · 17 years ago
  22. 52eec54 by David Greene · 17 years ago
  23. 1013b4d Regenerate. by Reid Spencer · 17 years ago
  24. e87f233 After a discussion with Anton, it turns out that the InReg attribute is not by Reid Spencer · 17 years ago
  25. ee0142e Regenerate. by Reid Spencer · 17 years ago
  26. bf7f451 Allow the INREG parameter attribute to be added to functions. This permits the by Reid Spencer · 17 years ago
  27. d8e616b Regenerate (again). by Reid Spencer · 17 years ago
  28. 6794e61 Don't include newlines in the whitespace before newline (WSNL) rule. by Reid Spencer · 17 years ago
  29. b8f8505 Regenerate. by Reid Spencer · 17 years ago
  30. 1d3d230 For PR1553: by Reid Spencer · 17 years ago
  31. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 17 years ago
  32. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  33. 1aa7efb Add the byval attribute by Rafael Espindola · 17 years ago
  34. ce5f24e update the .cvs files by Chris Lattner · 17 years ago
  35. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  36. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  37. e2aa961 Regenerate. by Reid Spencer · 17 years ago
  38. 8ecdbf2 Don't allow the UnEscape code to read or write beyond the end of yytext. by Reid Spencer · 17 years ago
  39. 0a8a16b Regenerate. by Reid Spencer · 17 years ago
  40. 6ecdcc1 Implement full unescaping of escaped hex characters in all quoted identifiers by Reid Spencer · 17 years ago
  41. d3bd070 update comment by Chris Lattner · 17 years ago
  42. 8e00832 regenerate by Chris Lattner · 17 years ago
  43. 86fd630 simplify code by Chris Lattner · 17 years ago
  44. ed951ea Regenerate by Reid Spencer · 17 years ago
  45. aa7c2f8 Make the %"..." syntax legal for local name. This just makes it symmetric by Reid Spencer · 17 years ago
  46. 39b2e8b regenerate by Chris Lattner · 17 years ago
  47. dd3094a fix a bug where llvm-as couldn't assemble the .ll file for 252.eon. by Chris Lattner · 17 years ago
  48. f52e608 Regenerate by Anton Korobeynikov · 17 years ago
  49. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  50. 930c0fe Fix MemoryBuffer breakage correctly. by Jeff Cohen · 17 years ago
  51. 9c9b63a Regenerate. by Reid Spencer · 17 years ago
  52. 863dd88 Revert the premature portion of the last commit. by Reid Spencer · 17 years ago
  53. 3cb4dda Fix a compilation error (jump to case label). by Reid Spencer · 17 years ago
  54. 38e0980 Regenerate by Anton Korobeynikov · 17 years ago
  55. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  56. 6cdc682 regen by Chris Lattner · 17 years ago
  57. 4989b84 wrap long lines by Chris Lattner · 17 years ago
  58. 9de1371 Quiet a compiler warning about assignment in an if-then conditional. by Bill Wendling · 17 years ago
  59. c0fabcb Add missed semicolon. Resotre compatibility with older bisons by Anton Korobeynikov · 17 years ago
  60. 77d0f97 Regenerate by Anton Korobeynikov · 17 years ago
  61. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  62. 5c10424 Regenerated by Christopher Lamb · 17 years ago
  63. 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 17 years ago
  64. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  65. c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 17 years ago
  66. 2330e4d by Christopher Lamb · 17 years ago
  67. ed48de2 Regenerate by Reid Spencer · 17 years ago
  68. ce1e8ef Okay, yes there *is* a getKeyLength method on ValueName. And, it should be by Reid Spencer · 17 years ago
  69. 36fdde1 Regenerate. by Reid Spencer · 17 years ago
  70. 43e6073 Check length of string before we walk off the end of it. Thanks, Chris. by Reid Spencer · 17 years ago
  71. 2eb203a Regenerate. by Reid Spencer · 17 years ago
  72. 5b35fbe Use a more optimal way to get the name of a function. Thanks, Chris. by Reid Spencer · 17 years ago
  73. 7780acb Regenerate. by Reid Spencer · 17 years ago
  74. ebff55c For PR1328: by Reid Spencer · 17 years ago
  75. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 18 years ago
  76. 18da072 For PR1146: by Reid Spencer · 18 years ago
  77. 5694b6e For PR1146: by Reid Spencer · 18 years ago
  78. 7b5d466 Regenerate by Reid Spencer · 18 years ago
  79. 3d6b71e Regenerate by Reid Spencer · 18 years ago
  80. 744d036 Drop the implementation keyword. by Reid Spencer · 18 years ago
  81. 0d60b5a For PR1289: Regenerate by Reid Spencer · 18 years ago
  82. cd5bd90 For PR1289: by Reid Spencer · 18 years ago
  83. 3025dfd Regenerate. by Reid Spencer · 18 years ago
  84. a5005c0 Give users a grace period on the implementation keyword. This *will* get by Reid Spencer · 18 years ago
  85. 83145c3 Regenerate. by Reid Spencer · 18 years ago
  86. 66a8215 Replace the "implementation" keyword with "checkpoint". This more accurately by Reid Spencer · 18 years ago
  87. 67d8ed9 Regenerate. by Reid Spencer · 18 years ago
  88. a39dfd3 Add support for the noreturn and nounwind function attributes. by Reid Spencer · 18 years ago
  89. 9eba7a2 Regenerate. by Reid Spencer · 18 years ago
  90. 810cce8 Don't delete things before their last use (avoids bad reads). by Reid Spencer · 18 years ago
  91. 66728ef Regenerate. by Reid Spencer · 18 years ago
  92. 2c9df21 Plug some PATypeHolder memory leaks. by Reid Spencer · 18 years ago
  93. 49d273e Regenerate. by Reid Spencer · 18 years ago
  94. eac6574 Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned" by Reid Spencer · 18 years ago
  95. 93c4003 Regenerate. by Reid Spencer · 18 years ago
  96. 186a43f For PR1248: by Reid Spencer · 18 years ago
  97. 4e0422c Add and Operator== method to ValID so equality can be done properly for by Reid Spencer · 18 years ago
  98. afc3782 Regenerate. by Reid Spencer · 18 years ago
  99. 87707b9 For PR1245: by Reid Spencer · 18 years ago
  100. 1079427 Regenerate. by Reid Spencer · 18 years ago