1. 5e33d21 Fix typo. by Eric Christopher · 13 years ago
  2. cf6bd5a Correct spelling. by Duncan Sands · 13 years ago
  3. 45ba165 Happy new year 2012! by NAKAMURA Takumi · 13 years ago
  4. 859c645 Update the LangRef documentation: the codegen does support this instruction. by Nadav Rotem · 13 years ago
  5. 7559766 Add a few lines to the release notes: by Nadav Rotem · 13 years ago
  6. eb4c70b Add a line to ReleaseNotes for half float. by Dan Gohman · 13 years ago
  7. 9897c62 Remove a register class that can just as well be synthesized. by Jakob Stoklund Olesen · 13 years ago
  8. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  9. adfc1ef Fix spacing. by Eric Christopher · 13 years ago
  10. 402e12a Update documentation. by Eric Christopher · 13 years ago
  11. 473f95f Clarify and fix subprogram description. by Devang Patel · 13 years ago
  12. f5bb45f Note ARM constant island alignment in the release notes. by Jakob Stoklund Olesen · 13 years ago
  13. 2868186 Add a blurb about MachineInstr bundling support. by Evan Cheng · 13 years ago
  14. 2e9c724 Add high level description of MachineInstr bundles. by Evan Cheng · 13 years ago
  15. 20536b5 Vectors are not aggregate types (see isAggregateType). by Duncan Sands · 13 years ago
  16. 1ff33e5 mention AddressSanitizer in 3.1 release notes by Kostya Serebryany · 13 years ago
  17. 21e1b7a Rip llvm 3.0 out of the release notes, making room for LLVM 3.1 by Chris Lattner · 13 years ago
  18. a349539 Use the example from clang, not the GCC frontend, which doesn't exist anymore. by Bill Wendling · 13 years ago
  19. e5609ab llvm-build: Switch to using the common subdirectory list instead of by Daniel Dunbar · 13 years ago
  20. a321716 llvm-build: Add sketchy support for preserving comments when using by Daniel Dunbar · 13 years ago
  21. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  22. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  23. 48b0bbf Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify by Chandler Carruth · 13 years ago
  24. 262396b Random cleanups. No description changes. by Bill Wendling · 13 years ago
  25. b583e42 Revert r146041 et al. The FunctionPass doesn't take an address but the ID. by Bill Wendling · 13 years ago
  26. 85f5a1a Typo. by Chad Rosier · 13 years ago
  27. 996ff14 Also pass in correct initializer here. by Bill Wendling · 13 years ago
  28. 465becf Correct initializer in example. by Bill Wendling · 13 years ago
  29. f8de54f Make Release Notes HTML 4.01 Strict. by Jakub Staszak · 13 years ago
  30. 6805b56 Add documentation for machine-independent DFA packetizer by Anshuman Dasgupta · 13 years ago
  31. 44762ca Add link to builtin_expect in Release Notes. by Jakub Staszak · 13 years ago
  32. 93e9d3a Add link to llvm.expect in Release Notes. by Jakub Staszak · 13 years ago
  33. e1a2984 Fix a subtle semantic issue with poison values that came up in by Dan Gohman · 13 years ago
  34. 5cdc51e Line up the comments in a code example. by Dan Gohman · 13 years ago
  35. bfb056d Rename "Trap Values" to "Poison Values", to better reflect their by Dan Gohman · 13 years ago
  36. 9bd5d04 Move 'returns_twice' definition into alphabetical place. by Bill Wendling · 13 years ago
  37. 1608769 by Nadav Rotem · 13 years ago
  38. 8e1b12a Fix table of contents. by Jakub Staszak · 13 years ago
  39. b170e2d Add 'llvm.expect' intrinsic description. by Jakub Staszak · 13 years ago
  40. 9b15ba9 fix broken tag by Chris Lattner · 13 years ago
  41. aee0f45 More cleanups. No content change. by Bill Wendling · 13 years ago
  42. f6cc4c2 Minor cleanup. No content change. by Bill Wendling · 13 years ago
  43. 65fa507 Remove an XXX which hasn't been fixed yet. It's too late now. by Bill Wendling · 13 years ago
  44. 0fcb431 Mention that -O4 does result in more optimization when used with by Duncan Sands · 13 years ago
  45. fe2cb3e Update the docs for some of the test-suite configure changes and by Eric Christopher · 13 years ago
  46. dda8c6f grammar. by Rafael Espindola · 13 years ago
  47. 6e7a13d Add a link to Bill's blog post. by Benjamin Kramer · 13 years ago
  48. bdef6fe Release notes for segmented stacks. Patch by Sanjoy Das. by Rafael Espindola · 13 years ago
  49. e6e7362 Remove content that has been moved to Clang release notes. by Peter Collingbourne · 13 years ago
  50. f0a6605 Fix grammar. by Peter Collingbourne · 13 years ago
  51. cc966de Add a link from the LLVM release notes to the Clang release notes. by Chandler Carruth · 13 years ago
  52. 7ca7b53 Expand the part about CFI a bit. by Rafael Espindola · 13 years ago
  53. 5e19c1f Add documentation for llvm-cov. by Devang Patel · 13 years ago
  54. 54d3b83 Merging two bullet points into one by Joe Abbey · 13 years ago
  55. f7fea72 Add OpenCL blurb to release notes. by Peter Collingbourne · 13 years ago
  56. c803830 Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. by Bill Wendling · 13 years ago
  57. 60f790c Add object file related release notes. by Michael J. Spencer · 13 years ago
  58. 87f95dc Explain what ExeDepsFix does. by Jakob Stoklund Olesen · 13 years ago
  59. 30c5fa2 Fix spelling/grammar errors found by Duncan. by Rafael Espindola · 13 years ago
  60. 09e61ca Add a blurb about the new ExecutionDepsFix pass. by Jakob Stoklund Olesen · 13 years ago
  61. 7c22446 dwarf parsing stuff. by Chris Lattner · 13 years ago
  62. d6cc2c2 first pass of writing complete! by Chris Lattner · 13 years ago
  63. 1cc489b arm and carve out a place ot mention segmented stacks. by Chris Lattner · 13 years ago
  64. 70d2b17 Add a description of the status of segmented stacks. by Rafael Espindola · 13 years ago
  65. 2f20602 optimize, mc, x86 by Chris Lattner · 13 years ago
  66. 064caf9 some writing. by Chris Lattner · 13 years ago
  67. f5a3c42 fix some out-of-date attribution. by Chris Lattner · 13 years ago
  68. 1c80fbf distribute various bullets to different sections. by Chris Lattner · 13 years ago
  69. 70e2201 rewrite the known problems section. Including a short list of individual bugs per target isn't particularly useful. Link to the target features matrix. by Chris Lattner · 13 years ago
  70. 4f0fe43 move the detailed information about the EH rewrite to a comment, Bill is by Chris Lattner · 13 years ago
  71. 9e89671 tweak subprojects' section by Chris Lattner · 13 years ago
  72. 1ab8ce9 some random notes. by Chris Lattner · 13 years ago
  73. 5a1731d add some final random notes, I've completed my pass over all the commits. by Chris Lattner · 13 years ago
  74. f51572a add some notes. by Chris Lattner · 13 years ago
  75. fbe910e remove asmparsing and documentation support for "volatile load", which was only produced by LLVM 2.9 and earlier. LLVM 3.0 and later prefers "load volatile". by Chris Lattner · 13 years ago
  76. 8ddff91 some notes. by Chris Lattner · 13 years ago
  77. 5130d4e add some notes by Chris Lattner · 13 years ago
  78. 933a78c Move the branch probability blurb into the optimizer section. Add a minimal bullet for AVX. by Benjamin Kramer · 13 years ago
  79. 553284e Added Objective-C and libc++ details to the 3.0 release notes. by David Chisnall · 13 years ago
  80. 7c5025b shpelling by Benjamin Kramer · 13 years ago
  81. 1e9ff6d Remove ZooLib from the projects list. by Benjamin Kramer · 13 years ago
  82. cc08977 add a user by Chris Lattner · 13 years ago
  83. 6a007d1 add some notes by Chris Lattner · 13 years ago
  84. adb417a add faust by Chris Lattner · 13 years ago
  85. 2552de0 Add a few notes for ARM and a blurb about the MCJIT. by Jim Grosbach · 13 years ago
  86. c78daaf x86/windows issues fixed. by Chris Lattner · 13 years ago
  87. 2929de4 There are already problems with building LLVM under VS2005, and it's by Chandler Carruth · 13 years ago
  88. 6ac5b16 Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html by Devang Patel · 13 years ago
  89. 62f009a jakob fixed X87 inline asm! by Chris Lattner · 13 years ago
  90. 2fdd005 add ImmutableSet/Map dox, patch by Caitlin Sadowski! by Chris Lattner · 13 years ago
  91. 7b95c38 add PTX backend info by Chris Lattner · 13 years ago
  92. dec23b6 some notes. by Chris Lattner · 13 years ago
  93. 5381cbf Update section "MIPS Target Improvements" in the llvm 3.0 release notes. by Akira Hatanaka · 13 years ago
  94. d5c469a Add ObjCPropertyDebugInfo.html by Devang Patel · 13 years ago
  95. 43e6f76 Document debug info support for objective-c properties. by Devang Patel · 13 years ago
  96. 3ff16db Add release notes for the MicroBlaze backend. by Wesley Peck · 13 years ago
  97. ae5a6fd Add clang_complete to release notes by Tobias Grosser · 13 years ago
  98. 093cb7e Add Polly to release notes by Tobias Grosser · 13 years ago
  99. 5ed5506 LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. by Daniel Dunbar · 13 years ago
  100. 54d5df9 Add blurb for VMKit. by Nicolas Geoffray · 13 years ago