1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 17 years ago
  4. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  5. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  6. b627eab Minor corrections. by Jeff Cohen · 17 years ago
  7. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  8. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  9. cb75731 Undo erroneous corrections. by Jeff Cohen · 17 years ago
  10. 6f1cc77 Minor corrections. by Jeff Cohen · 17 years ago
  11. 2330e4d by Christopher Lamb · 17 years ago
  12. 65fc36b Provide link. by Jeff Cohen · 17 years ago
  13. f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 17 years ago
  14. 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 17 years ago
  15. fb0a64a Fix typos. by Duncan Sands · 17 years ago
  16. f190277 Describe quoting rules. by Reid Spencer · 17 years ago
  17. 024a126 Add some info about the pipelines and redirection. by Reid Spencer · 17 years ago
  18. bbb2a7a For PR1319: by Reid Spencer · 17 years ago
  19. b0a1cbf Correct typo. by Duncan Sands · 17 years ago
  20. a456336 update documentation by Lauro Ramos Venancio · 17 years ago
  21. 7280c50 update documentation by Lauro Ramos Venancio · 17 years ago
  22. f0dbf64 Fix extra argument in part_set examples. Thanks Zhiru. by Reid Spencer · 17 years ago
  23. c891084 Fix validation errors. by Reid Spencer · 17 years ago
  24. 065cc7f Missing end tag. Thanks, Nick. by Reid Spencer · 17 years ago
  25. e31a27d Put period inside the paragraph! by Reid Spencer · 17 years ago
  26. f86037f Document the part_set intrinsic. by Reid Spencer · 17 years ago
  27. 72f92f0 Add Scott's note about GCC 4.1.2 on OpenSUSE. by Reid Spencer · 17 years ago
  28. beacf66 Fix name of an intrinsic: bit.part_select -> part.select by Reid Spencer · 17 years ago
  29. 6db928a Rephrase linker explanation. by Duncan Sands · 17 years ago
  30. 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 17 years ago
  31. 771b675 Appease Chris' pedantic streak. by Reid Spencer · 17 years ago
  32. 62ea8b6 Fix links to intrinsic functions outside LangRef.html by Reid Spencer · 17 years ago
  33. a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 17 years ago
  34. 0cf1028 Update example notes to clarify system linker's role. by Devang Patel · 17 years ago
  35. 338ea09 bwsap -> bswap by Reid Spencer · 17 years ago
  36. 543ab1d Fix some bswap typos that Chris noticed. by Reid Spencer · 17 years ago
  37. 77c2af6 gcc 3.4.4 is known-bad on x86-64 by Chris Lattner · 17 years ago
  38. a13ba7d Preview documentation for additional intrinsic functions. by Reid Spencer · 17 years ago
  39. 497d93e For PR1297: by Reid Spencer · 17 years ago
  40. 409e28f For PR1297: by Reid Spencer · 17 years ago
  41. c8d0636 Mention how to create overloaded intrinsics. by Reid Spencer · 17 years ago
  42. 7280ef7 This is working again. by Jeff Cohen · 17 years ago
  43. 526cdf6 Remove reference to checkpoint. by Duncan Sands · 17 years ago
  44. 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 17 years ago
  45. 3c8dfcd Update to current situation. by Jeff Cohen · 17 years ago
  46. 9bb3dbb Stop using the foo HTML tag :) by Chris Lattner · 17 years ago
  47. c10f0af Undocument the implementation keyword Docuemnt the checkpoint keyword by Reid Spencer · 17 years ago
  48. b747fd2 Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. by Tanya Lattner · 17 years ago
  49. 0b57a76 For PR1276: by Reid Spencer · 17 years ago
  50. af4af3a For PR601: Add a little flesh to the document skeleton. by Reid Spencer · 17 years ago
  51. d9aac12 For PR601: Initial skeleton for pass documentation. by Reid Spencer · 17 years ago
  52. 64f5c6c Fix a link. by Reid Spencer · 17 years ago
  53. c9fdfc8 Correct the description of srem. remainder follows the dividend not the divisor! by Reid Spencer · 17 years ago
  54. 2dc5201 Add noreturn function attribute. by Reid Spencer · 17 years ago
  55. 6760612 Preview nounwind function attribute. by Reid Spencer · 17 years ago
  56. ec43a06 More LangRef fixes. Corrected names of intrinsics. by Anton Korobeynikov · 17 years ago
  57. 5d522f3 Fixed va_arg example. Reported by Roman Samoilov by Anton Korobeynikov · 17 years ago
  58. 2e8f27d Document LoopPass. by Devang Patel · 17 years ago
  59. c760a92 Change e-mail address. by Jim Laskey · 17 years ago
  60. dd4ef1b Add link to exception handling. by Jim Laskey · 17 years ago
  61. d201f4e Adding credit for PPC changes. by Jim Laskey · 17 years ago
  62. d0d39b6 First draft of exception handling doc. by Jim Laskey · 17 years ago
  63. 82ad9f1 llvm-gcc 3.4 is dead. by Chris Lattner · 17 years ago
  64. 12cabda Get the version number for the LLVM from the autoconf/configure.ac file by Reid Spencer · 17 years ago
  65. d2dceea grammaro by Chris Lattner · 17 years ago
  66. 4474d87 Fix a typo. by Reid Spencer · 17 years ago
  67. 97b4ee3 Clarify the use of getValue/getSExtValue/getZExtValue and add the new by Reid Spencer · 17 years ago
  68. 7fc0832 Describe how arbitrary precision integers are written to the bytecode. by Reid Spencer · 17 years ago
  69. c25904f add -enable-eh by Chris Lattner · 17 years ago
  70. 1a5ed97 update this for llvm-gcc4 by Chris Lattner · 17 years ago
  71. fa8a0e5 Added some more information on how to use "delta" to reduce testcases. by Bill Wendling · 17 years ago
  72. d5e2d40 clarify. by Chris Lattner · 17 years ago
  73. 7d8012b clarify llvm-gcc GPL issue by Chris Lattner · 17 years ago
  74. de15194 Add a section on the target datalayout syntax and describe the defaults by Reid Spencer · 17 years ago
  75. d932aab Corrected typo. by Bill Wendling · 17 years ago
  76. cb069bb Some minor tweaks and grammar cleanup. by Reid Spencer · 17 years ago
  77. 64113a5 fix validation by Chris Lattner · 17 years ago
  78. 0cca50c more wording changes and some minor additions by Chris Lattner · 17 years ago
  79. 2ae49dd add the definite article by Chris Lattner · 17 years ago
  80. 793aa38 rename section to Copyright, License, and Patents by Chris Lattner · 17 years ago
  81. d0742ce wording changes by Chris Lattner · 17 years ago
  82. b87fb2a add strong words about patents by Chris Lattner · 17 years ago
  83. 1ff20cd incremental changes to own section, protosection on patents by Chris Lattner · 17 years ago
  84. 8bb16ff fix TOC, clarify bullet in incremental dev by Chris Lattner · 17 years ago
  85. 1653fec refactor the top-level 'patches' section into a subsection of General Policies. by Chris Lattner · 17 years ago
  86. 1acdc95 minor changes by Chris Lattner · 17 years ago
  87. 39582bd remove terminology section (this is not a legal document) by Chris Lattner · 17 years ago
  88. c7d954e Transmogrify 'Starting New Work' into 'Making a Major Change', add by Chris Lattner · 17 years ago
  89. 450f40a A bunch of editting. I'm still not done with the 'patches' section. by Chris Lattner · 17 years ago
  90. 4f28a2f clarify the 'developed by' line by Chris Lattner · 17 years ago
  91. 439ba1f Remove broken links to gccas and gccld. by Reid Spencer · 17 years ago
  92. 263a98e update symtab section to reflect recent changes. by Chris Lattner · 17 years ago
  93. d6aeb4f For PR1195: Packed -> Vector. by Reid Spencer · 17 years ago
  94. 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 17 years ago
  95. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  96. 480cbb9 Fix validation errors. by Reid Spencer · 17 years ago
  97. 853418d Fix a typo. by Reid Spencer · 17 years ago
  98. 5b9a609 Add feedback from Vikram Adve. by Reid Spencer · 17 years ago
  99. e7bd7d6 Synchronize TOC headings with actual headings. by Reid Spencer · 17 years ago
  100. 0e59872 Fix the table of contents to match the document body. by Reid Spencer · 17 years ago