1. 0e67149 First pass at llvm.objectsize documentation. by Eric Christopher · 15 years ago
  2. 808ce5f Remove the 'simple jit' tutorial as it wasn't really being maintained and its by Nick Lewycky · 15 years ago
  3. d40d14e Vector types are no longer required to have a power-of-two length. by Duncan Sands · 15 years ago
  4. 65687f7 These code generator limitations have been removed. by Duncan Sands · 15 years ago
  5. 744950d Update to reflect recent debugging information encoding changes. by Devang Patel · 15 years ago
  6. b8352de CMake: generate targets for tools and examples even when by Oscar Fuentes · 15 years ago
  7. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  8. 0a984f8 Update doc re: LLVM_BUILD_EXAMPLES. by Daniel Dunbar · 15 years ago
  9. 66e08cf Remove the AliasAnalysis::getMustAliases method, which is dead. by Chris Lattner · 15 years ago
  10. 789b45b Fix HTML formatting. by Jay Foad · 15 years ago
  11. 40c67b5 lit: Add --repeat=N option, for running each test N times. by Daniel Dunbar · 15 years ago
  12. 6f479e5 lit: Start documentation testing architecture. by Daniel Dunbar · 15 years ago
  13. 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 15 years ago
  14. 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 15 years ago
  15. e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
  16. f626167 lit: Add --param NAME=VALUE option, for test suite specific use (to communicate by Daniel Dunbar · 15 years ago
  17. e6b5a52 The magic for our current brand of .bc files is BC. For older ones it was llvc. by Nick Lewycky · 15 years ago
  18. 554ee4a fix broken link by Chris Lattner · 15 years ago
  19. 21c346e Add missing end-tag. by Bill Wendling · 15 years ago
  20. f82d40a Some formatting changes. by Bill Wendling · 15 years ago
  21. cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 15 years ago
  22. 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 15 years ago
  23. 533297b Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a by Dan Gohman · 15 years ago
  24. 5c303e8 greatly improve the LLVM IR bitcode encoding documentation, by Chris Lattner · 15 years ago
  25. a5b6f45 use metavariable <result> instead of SSA name %result for consistency by Gabor Greif · 15 years ago
  26. ec58f75 ooops, SSA name should not be part of the link by Gabor Greif · 15 years ago
  27. 6a29201 advertise new syntax for unnamed instructions by Gabor Greif · 15 years ago
  28. 46b3abc doc bug spotted by apinski by Chris Lattner · 15 years ago
  29. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  30. 569d9d9 typo by Chris Lattner · 15 years ago
  31. 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 15 years ago
  32. 3fd77ce improvements from gabor. by Chris Lattner · 15 years ago
  33. f9d078e fix things pointed out by Dan! by Chris Lattner · 15 years ago
  34. c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 15 years ago
  35. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 15 years ago
  36. 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 15 years ago
  37. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  38. 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 15 years ago
  39. 2fee294 Remove all references to MallocInst and FreeInst by Victor Hernandez · 15 years ago
  40. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  41. edb8997 lit: Add --config-prefix option, to override default config file names. by Daniel Dunbar · 15 years ago
  42. 0a018d3 Regenerate. by Mikhail Glushenkov · 15 years ago
  43. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
  44. f08803b Add 2.6 release note. by Tanya Lattner · 15 years ago
  45. 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 15 years ago
  46. a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 15 years ago
  47. e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 15 years ago
  48. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago
  49. 2ba7a90 Two corrections for docs/CMake.html. by Oscar Fuentes · 15 years ago
  50. 8b828a8 Add link to 'lit' from CommandGuide. by Daniel Dunbar · 15 years ago
  51. 704ac90 check in a bunch of content from TestingGuide. Part of PR5216 by Chris Lattner · 15 years ago
  52. 7e23d6e Update from Cristina, llvm-gcc doesn't build on the SPARC version of solaris by Chris Lattner · 15 years ago
  53. 78a1dcc The gcc plugin is now called dragonegg.so and no longer llvm.so. by Duncan Sands · 15 years ago
  54. b01bbdc I don't see any point in having both eh.selector.i32 and eh.selector.i64, by Duncan Sands · 15 years ago
  55. 09fed25 Documentation for the new msasm flag, which is no by Dale Johannesen · 15 years ago
  56. 61358ab rename ReleaseNotes-2.6.html -> ReleaseNotes.html by Chris Lattner · 15 years ago
  57. f21e696 add Zero by Chris Lattner · 15 years ago
  58. 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 15 years ago
  59. cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago
  60. a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 15 years ago
  61. 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 15 years ago
  62. 4ae7972 another bunch of <tt>s by Gabor Greif · 15 years ago
  63. c6cb1c9 even more <tt>s by Gabor Greif · 15 years ago
  64. 6bd6ede more typewriter face by Gabor Greif · 15 years ago
  65. 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 15 years ago
  66. b00933b set some options in typewriter font by Gabor Greif · 15 years ago
  67. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  68. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
  69. 330f6aa pic16 uses 16 bit pointers, but is 8 bit. by Chris Lattner · 15 years ago
  70. a1bbb78 More DragonEgg verbiage. by Duncan Sands · 15 years ago
  71. 83f6c92 Remove spurious brackets. by Duncan Sands · 15 years ago
  72. 71a61d1 add PR5004 as a known problem. by Chris Lattner · 15 years ago
  73. 8cf648b duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet. by Chris Lattner · 15 years ago
  74. f9f3cb1 some notes from Anton by Chris Lattner · 15 years ago
  75. 3baca51 catch some other serial commas that my earlier grep did not spot by Gabor Greif · 15 years ago
  76. 56e164f eliminate some instances of serial comma. sabre, if you feel strong about this, feel free to revert this rev by Gabor Greif · 15 years ago
  77. deb3f2e Fix typo. by Duncan Sands · 15 years ago
  78. f553cbc apply some tweaks by Gabor Greif · 15 years ago
  79. 3883cba fix some obvious typos by Gabor Greif · 15 years ago
  80. b88517c Add an outline of the DragonEgg gcc plugin. by Duncan Sands · 15 years ago
  81. 2840c18 Update release notes blurb on the static analyzer. by Ted Kremenek · 15 years ago
  82. aa6aeb9 clarify by Chris Lattner · 15 years ago
  83. 558c367 fix broken link by Chris Lattner · 15 years ago
  84. f0390df final changes. by Chris Lattner · 15 years ago
  85. 220b9ee down to 'major changes' by Chris Lattner · 15 years ago
  86. 85c7078 more updates by Chris Lattner · 15 years ago
  87. 9b96e80 add a link to the GSG for info on how to check out svn trunk by Chris Lattner · 15 years ago
  88. b91227d x86 uses 5 operands for most memory refs now. by Chris Lattner · 15 years ago
  89. 2eff6e7 More spelling and grammar tweaks. by Duncan Sands · 15 years ago
  90. 9ddfb94 More spelling fixes. by Benjamin Kramer · 15 years ago
  91. 65b0e39 Spelling fixes. by Duncan Sands · 15 years ago
  92. f435c41 more tweaks by Chris Lattner · 15 years ago
  93. a637737 Remove an inappropriate line in the description of the by Duncan Sands · 15 years ago
  94. cfb92fe continue decoding chris scribble. by Chris Lattner · 15 years ago
  95. 60f0340 remove some dead passes by Chris Lattner · 15 years ago
  96. 39c0e67 checkpoint. by Chris Lattner · 15 years ago
  97. 5a2d875 fix broken anchors. by Chris Lattner · 15 years ago
  98. 0c536be As it turns out, the bug fixes in GC codegen did not make it by Nicolas Geoffray · 15 years ago
  99. 7b2e71b 80-columns! by Nicolas Geoffray · 15 years ago
  100. e83ae23 Add initial information on VMKit. by Nicolas Geoffray · 15 years ago