- 5934adf adjust calls to ConstantFP::get to new API by Gabor Greif · 16 years ago
- 98301c0 Update the build instructions. by Duncan Sands · 16 years ago
- 93ee81e Small formatting changes. by Bill Wendling · 16 years ago
- 301d5b4 Create dirs as needed. by Tanya Lattner · 16 years ago
- a3bd11d removed two implicitly closed </p> tags to get it validate by Gabor Greif · 16 years ago
- b37ef51 Update with new release. by Tanya Lattner · 16 years ago
- f821ca3 Add a note in the API Changes section about the ConstantFP::get change. by Dan Gohman · 16 years ago
- 44181de Use proper icon :) by Anton Korobeynikov · 16 years ago
- d1b9ef9 Fix few validations errors by Anton Korobeynikov · 16 years ago
- 28b6670 Add footer by Anton Korobeynikov · 16 years ago
- 7412031 Remove obsolete CompilerDriver.html and provie a new one, based on autogenerated file form by Anton Korobeynikov · 16 years ago
- f3a4fea linkify, this requires pulling CodeGenerator.html into 2.3. by Chris Lattner · 16 years ago
- e7bc136 grammaro by Chris Lattner · 16 years ago
- 04af7cb final edits from me, simplify the ia64 section. by Chris Lattner · 16 years ago
- 43b65e9 more edits by Chris Lattner · 16 years ago
- 8207ba9 Add notes about two known X86-64 limitations. by Dan Gohman · 16 years ago
- f8e0b4e several edits by Chris Lattner · 16 years ago
- e328078 Add some links to doxygen documentation. by Dan Gohman · 16 years ago
- fd0d22e Describe MachineMemOperands. by Dan Gohman · 16 years ago
- eedf6fe Fix a grammero. by Dan Gohman · 16 years ago
- 7e59b8a Revert a bad edit from r52095. by Gordon Henriksen · 16 years ago
- 8348b47 add vmkit and rewrite clang section by Chris Lattner · 16 years ago
- ea34f64 start edits. by Chris Lattner · 16 years ago
- e6e1b35 add more notes. by Chris Lattner · 16 years ago
- c4e6b37 add some html escapes by Chris Lattner · 16 years ago
- 27aff87 Using llc always rather than sometimes using LLC. by Duncan Sands · 16 years ago
- 47eff2b Fix spelling. by Duncan Sands · 16 years ago
- a6094be Add win64 by Anton Korobeynikov · 16 years ago
- 0d17691 This was fixed by Anton Korobeynikov · 16 years ago
- 0b83220 add some notes. by Chris Lattner · 16 years ago
- 30073ff Include loop deletion and the ADCE rewrite in the release notes. by Owen Anderson · 16 years ago
- 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 16 years ago
- 83a15d7 Describe loop index split. by Devang Patel · 16 years ago
- 6e60ea4 Wording fixes. Thanks Bill! by Dan Gohman · 16 years ago
- 96a89c7 fix typos, tweak stuff, make it to validate by Gabor Greif · 16 years ago
- 4e16d40 Move i128 on x86-64 from the codegen section to the x86-specific section. by Dan Gohman · 16 years ago
- 9c39926 Add a note about improved alignment detection. by Dan Gohman · 16 years ago
- 809d91e Add a note mentioning --view-sunit-dags improvements. by Dan Gohman · 16 years ago
- 85765e6 Expand the bullet item about i128 support and APInt usage in codegen. by Dan Gohman · 16 years ago
- 1494bcc Move this to the proper section. by Gordon Henriksen · 16 years ago
- 4ca93d0 Adding release notes for bindings improvements. by Gordon Henriksen · 16 years ago
- 77d29b1 more updates and random notes, including changes up through Week-of-Mon-20080324. by Chris Lattner · 16 years ago
- 845f524 Update comments and documentation to reflect that GCSE and ValueNumbering are by Matthijs Kooijman · 16 years ago
- bc5786b add llvmc2 notes, stack realignment. by Chris Lattner · 16 years ago
- 5733b27 various status updates. by Chris Lattner · 16 years ago
- 791f77b Start adding 2.3 content. by Chris Lattner · 16 years ago
- da021aa Fix inst_iterator example. by Chris Lattner · 16 years ago
- 61399af Fix example to be valid LLVM assembly. by Matthijs Kooijman · 16 years ago
- f4408e8 Add a standard for control-flow unreachable assertions in functions that return by Nick Lewycky · 16 years ago
- 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
- d4c2491 Update text to point people at the right version of the tutorial for by Chris Lattner · 16 years ago
- 2307a7f Document common linkage. by Dale Johannesen · 16 years ago
- ade5faa label is a first-class type. by Dan Gohman · 16 years ago
- c4b49eb Update the description of first-class types to reflect that by Dan Gohman · 16 years ago
- 6fce844 Restructure the testing documentation. by Matthijs Kooijman · 16 years ago
- 64a4c11 minor edits by Chris Lattner · 16 years ago
- 97e378e adapt to new API by Gabor Greif · 16 years ago
- 5568e94 Clarify that and/or/xor/sdiv etc all allow vectors. by Chris Lattner · 16 years ago
- 305915b Clarify copyright transfer when you don't own the copyright of by Chris Lattner · 16 years ago
- d30020a Clarify the testing documentation a bit and solve two HTML validator warnings. by Matthijs Kooijman · 16 years ago
- 40da626 Grammar fix. by Bill Wendling · 16 years ago
- 6acc859 Delete module. by Bill Wendling · 16 years ago
- 176e829 Convert non-ASCII apostrophes into ASCII apostrophes. by Bill Wendling · 16 years ago
- d63729f Delete the Module object. by Bill Wendling · 16 years ago
- c8968d9 s/insure/ensure/ by Bill Wendling · 16 years ago
- 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
- c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
- a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
- f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
- ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
- a8a118b Improve pass documentation and comments. by Gordon Henriksen · 17 years ago
- 9d9dc7d Remove entries from here also by Anton Korobeynikov · 17 years ago
- cae8ccd Drop llvmc also, it will be replaced by shiny new llvmc2 by Anton Korobeynikov · 17 years ago
- a9d9ca4 Drop llvm2cpp, it's now a llc target by Anton Korobeynikov · 17 years ago
- 3d8c358 Minor spelling and typo fixes. by John Criswell · 17 years ago
- beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago
- 1734055 % -> @ by Chris Lattner · 17 years ago
- 05d6709 Doc updates/edits, contributed by Terence Parr! by Chris Lattner · 17 years ago
- f4cde4e fix description of 'ret' to be more correct with multiple return by Chris Lattner · 17 years ago
- 1c406d7 Allow undef as an operand to getresult. by Chris Lattner · 17 years ago
- e0db56d free(null) -> noop by Chris Lattner · 17 years ago
- df7d2b4 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 17 years ago
- 72ed200 Some clarifications suggested by Jon Sargeant by Chris Lattner · 17 years ago
- 1ace67c A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 17 years ago
- 6c4be9c improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 17 years ago
- 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
- d918b7e The Ada front-end from the LLVM 2.2 release by Duncan Sands · 17 years ago
- 148df15 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 17 years ago
- 4316dec more edits from Jon Sargeant by Chris Lattner · 17 years ago
- 5a15814 add a dropped hunk from Jon Sargeant's patch. by Chris Lattner · 17 years ago
- a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 17 years ago
- 8eedc9e minor typo by Chris Lattner · 17 years ago
- 56a7c88 Add a unified 'generated documentation' target so the web site script has a consistent target to use. by Gordon Henriksen · 17 years ago
- 86550b0 There isn't any c++ code in LangImpl8.html, so use that by Erick Tryzelaar · 17 years ago
- 35295ff Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial by Erick Tryzelaar · 17 years ago
- 4f678c3 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 17 years ago
- d564686 Fix some documentation for the tutorial. by Erick Tryzelaar · 17 years ago
- 74ba171 fix typo, PR2181 by Chris Lattner · 17 years ago
- 37c076b Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 17 years ago
- 0c78ac1 Update example to new syntax. by Nick Lewycky · 17 years ago