1. d2ae9a9 Fix some code to make it actually work. by Owen Anderson · 18 years ago
  2. 8c6c72d Put correct link in example by Bill Wendling · 18 years ago
  3. c38ef54 add part 1, review appreciated. by Chris Lattner · 18 years ago
  4. 9de3c39 add an outline for "part 2". by Chris Lattner · 18 years ago
  5. 7d63bea rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. by Chris Lattner · 18 years ago
  6. 0ec16ee Some improvements based on feedback from Anders. by Owen Anderson · 18 years ago
  7. 7d69c95 Fix some weird indenting in code. by Owen Anderson · 18 years ago
  8. 2d279f8 Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, and better example code. by Owen Anderson · 18 years ago
  9. 6f1fd94 Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, by Owen Anderson · 18 years ago
  10. ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 18 years ago
  11. e9bb13d Document the -view-sunit-dags option. by Dan Gohman · 18 years ago
  12. 91c284c Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback by Dan Gohman · 18 years ago
  13. 8ac04ff Fixing a typo. Found by Kevin André! by Gordon Henriksen · 18 years ago
  14. f19b8e4 Various improvements to the documentation, contributed by Joshua Haberman! by Chris Lattner · 18 years ago
  15. 7794935 LLVM does not use the old style simple isel any more. by Evan Cheng · 18 years ago
  16. 6ccc2d5 Clarify that shifts that are too large are undefined. by Chris Lattner · 18 years ago
  17. cc68939 remove extraneous tag by Chris Lattner · 18 years ago
  18. 4ef2b76 remove misleading documentation: LLVM has no atomic support yet. by Chris Lattner · 18 years ago
  19. 408f9c1 Document new sqrt and powi handling. by Dale Johannesen · 18 years ago
  20. d8b4728 Fix typo. by Owen Anderson · 18 years ago
  21. 5a726b8 Mention memdep in the AA documentation. by Owen Anderson · 18 years ago
  22. c28476f document DenseSet. by Chris Lattner · 18 years ago
  23. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 18 years ago
  24. 7638565 Update how to release document. Add release version to getting started guide. by Tanya Lattner · 18 years ago
  25. 326e24f GarbageCollection.html is expanded to encompass the coming by Gordon Henriksen · 18 years ago
  26. ff37adc Couple of fixes to mention bunzip2 and make instructions more clear. by Tanya Lattner · 18 years ago
  27. 0678f60 No, really, it *is* SSSE3. ;-) by Bill Wendling · 18 years ago
  28. 97f214c SSSE3 -> SSE3. Reported by Alex Kellett. by Duncan Sands · 18 years ago
  29. 20acdce Grammer fix reported by Alex Kellett. by Duncan Sands · 18 years ago
  30. 0869f4a X86 -> X86-32 in appropriate places. by Duncan Sands · 18 years ago
  31. c90d68b Various cleanups. Especially, EH is turned on by default! by Duncan Sands · 18 years ago
  32. 9412489 ok ok we get it. CBE and vectors don't like each other yet. by Chris Lattner · 18 years ago
  33. b323ca8 be less redundantly redundant. by Chris Lattner · 18 years ago
  34. 6b588d9 make old crappy browsers produce less crappy output :) by Chris Lattner · 18 years ago
  35. 11d120f we support attribute(noinline) now :) by Chris Lattner · 18 years ago
  36. 725a0d8 update bugs list by Chris Lattner · 18 years ago
  37. d429871 now with more prose. by Chris Lattner · 18 years ago
  38. 7086ce7 explain why not vector<bool> by Chris Lattner · 18 years ago
  39. ee143ad Grammar fix. by Bill Wendling · 18 years ago
  40. 50fd000 Fill in the sections about my contributions. by Owen Anderson · 18 years ago
  41. 1939ace Add section on bit containers. by Daniel Berlin · 18 years ago
  42. e5024b7 fix syntax by Chris Lattner · 18 years ago
  43. d40bc4a Validation fixes by Bill Wendling · 18 years ago
  44. 7907005 Validation fixes by Bill Wendling · 18 years ago
  45. 068da27 Validation fixes by Bill Wendling · 18 years ago
  46. 96802d1 Validation fixes by Bill Wendling · 18 years ago
  47. 83f4900 Validation fixes by Bill Wendling · 18 years ago
  48. e9a6c35 Validation fixes by Bill Wendling · 18 years ago
  49. 03c993a Validation fixes by Bill Wendling · 18 years ago
  50. 03295ca Validation fixes by Bill Wendling · 18 years ago
  51. eb6aace Validation fixes by Bill Wendling · 18 years ago
  52. da51c4c Formatting changes. by Bill Wendling · 18 years ago
  53. 8851904 fix bugs in the manual by Chris Lattner · 18 years ago
  54. d3989a8 Correct names. by Tanya Lattner · 18 years ago
  55. 91d0b88 Fix typo. by Tanya Lattner · 18 years ago
  56. e1a8da0 One last fix to get name correct. by Tanya Lattner · 18 years ago
  57. 0f5dbfb Fix silly typo. by Tanya Lattner · 18 years ago
  58. 39cfba6 Update annotation intrinsic with more details. by Tanya Lattner · 18 years ago
  59. b636788 Adding support for __builtin_annotation with an intrinsic called llvm.annotation. This is similar to llvm.var.annotation but is applied to expressions. by Tanya Lattner · 18 years ago
  60. f7a4e2a by Devang Patel · 18 years ago
  61. 0d76789 I cannot spell coalesce :) by Chris Lattner · 18 years ago
  62. 1df4f75 gcroot must take concrete types, not arbitrary types. by Chris Lattner · 18 years ago
  63. 8497764 Initial hack at 2.1 release notes. by Chris Lattner · 18 years ago
  64. 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
  65. 36597a5 Change llvm.gcroot to not init the root to null at runtime, this prevents by Chris Lattner · 18 years ago
  66. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 18 years ago
  67. db7e3c9 Fix description of the call instruction. There are two types, with one being by Nick Lewycky · 18 years ago
  68. 8806c7b Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is needed, because they just "mark" register by Anton Korobeynikov · 18 years ago
  69. 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 18 years ago
  70. 5efa7e9 Rename llvm-gcc4 to llvm-gcc. by Tanya Lattner · 18 years ago
  71. c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 18 years ago
  72. 31cac2e Who thought up this crazy formatting scheme? by Reid Spencer · 18 years ago
  73. d5d9e6f Okay, over/back tags don't next. by Reid Spencer · 18 years ago
  74. 3baa3aa Try an indent level for better formatting. Add the -version option. by Reid Spencer · 18 years ago
  75. acafa2d Add the code generation options. by Reid Spencer · 18 years ago
  76. 0ecfb59 Rearrange options into sections and add the last floating point related option. by Reid Spencer · 18 years ago
  77. b7a54b9 Add the -disable-excess-fp-precision option. by Reid Spencer · 18 years ago
  78. 7223f02 Add another missing option. by Reid Spencer · 18 years ago
  79. 2c8a748 Add some more missing options. by Reid Spencer · 18 years ago
  80. f0f4dae Remove the -f option which is no longer supported, but add the -fake-argv0 by Reid Spencer · 18 years ago
  81. 2c45228 Describe the global/local naming convention. by Reid Spencer · 18 years ago
  82. 944b7f2 Update links to the command guide generated documentation. by Reid Spencer · 18 years ago
  83. 0713ca4 Comment out configuration tags not supported by doxygen 1.3.9 by Reid Spencer · 18 years ago
  84. 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 · 18 years ago
  85. 1539a1c fp2uint -> fptoui by Reid Spencer · 18 years ago
  86. 50f19f5 Forget to add 'nest' to the list of parameter attributes. by Duncan Sands · 18 years ago
  87. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 18 years ago
  88. 26e5a30 Fix example code. by Devang Patel · 18 years ago
  89. b4d2cac test commit by Chris Lattner · 18 years ago
  90. d4fb793 Fix some validation errors. by Bill Wendling · 18 years ago
  91. 462fc8a Converted to "svn" and reformatted. by Bill Wendling · 18 years ago
  92. 0dafa8d Small change. by Bill Wendling · 18 years ago
  93. ccef69d Point to the correct SVN repository. by Bill Wendling · 18 years ago
  94. 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 18 years ago
  95. 1cff408 Silly HTML by Reid Spencer · 18 years ago
  96. 2067764 Fix validation errors. by Reid Spencer · 18 years ago
  97. 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 18 years ago
  98. 9445e9a For PR1553: by Reid Spencer · 18 years ago
  99. 254aa7c Alphabetize. Document -mlimit parameter. by Nick Lewycky · 18 years ago
  100. d6257fe Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior, by Dan Gohman · 18 years ago