- 7271423 some minor edits, link to Passes.html, make one point I forgot about yesterday. by Chris Lattner · 18 years ago
- 0e15dc2 Fleshing out docs/Passes.html for some analyses. by Gordon Henriksen · 18 years ago
- ddaa61d Passes.html now 'passes' validation. by Gordon Henriksen · 18 years ago
- 1f5cce0 Bringing Passes.html structurally up-to-date, and enabling by Gordon Henriksen · 18 years ago
- 6867aec Fix an obvious typo. by Owen Anderson · 18 years ago
- 18f0992 More tutorial cleanups. by Owen Anderson · 18 years ago
- 34ba67a Add proper footers. by Owen Anderson · 18 years ago
- 5339f85 Don't bother providing code samples. Maintaining zip files in the repository is a pain. by Owen Anderson · 18 years ago
- 118749e Add chapter 4, feedback appreciated. by Chris Lattner · 18 years ago
- d9b8616 Run the verifier on generated code. by Chris Lattner · 18 years ago
- 975de81 Update Makefile to use simpler llvm-config parameters. by Owen Anderson · 18 years ago
- 8f9710b Update Makefile to use simpler llvm-config parameters. by Owen Anderson · 18 years ago
- 9ac0ca0 further simplify run options, thanks to gordonh for pointing this out by Chris Lattner · 18 years ago
- 06bb404 Fix instructions now that PR1739 is fixed. by Chris Lattner · 18 years ago
- 8eef4b2 Fix validation problems, which were somewhat ironically in the "valid html" button code :) by Chris Lattner · 18 years ago
- c0b42e9 add a skeleton for part 4 by Chris Lattner · 18 years ago
- 35abbf5 complete the codegen chapter by Chris Lattner · 18 years ago
- bad82d8 Now with valid HTML 4.01! by Owen Anderson · 18 years ago
- a6f31fe Add a link to the "writing an optimization" tutorial. by Owen Anderson · 18 years ago
- a7dfb75 Add downloadable code sample for tutorial 2. by Owen Anderson · 18 years ago
- c04ee69 Add the second of the "basic topics" tutorials. by Owen Anderson · 18 years ago
- 485eff5 Reorder the optimization and bitcode tutorials. by Owen Anderson · 18 years ago
- d93a584 Fix up a broken #include, move code to its own section, add conclusions. by Chris Lattner · 18 years ago
- d3f0cdd Finish up expr codegen. by Chris Lattner · 18 years ago
- 28571ed several improvements suggested by Dan, thanks! by Chris Lattner · 18 years ago
- bee175b fit in 80 cols :) by Chris Lattner · 18 years ago
- 2e90204 start of chapter 3 by Chris Lattner · 18 years ago
- c6311b9 Fix a few typos I noticed. by Owen Anderson · 18 years ago
- c333e4f Add downloadable code samples. by Owen Anderson · 18 years ago
- e6c9104 Check in part 2: parser and ast. by Chris Lattner · 18 years ago
- d2ae9a9 Fix some code to make it actually work. by Owen Anderson · 18 years ago
- 8c6c72d Put correct link in example by Bill Wendling · 18 years ago
- c38ef54 add part 1, review appreciated. by Chris Lattner · 18 years ago
- 9de3c39 add an outline for "part 2". by Chris Lattner · 18 years ago
- 7d63bea rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. by Chris Lattner · 18 years ago
- 0ec16ee Some improvements based on feedback from Anders. by Owen Anderson · 18 years ago
- 7d69c95 Fix some weird indenting in code. by Owen Anderson · 18 years ago
- 2d279f8 Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, and better example code. by Owen Anderson · 18 years ago
- 6f1fd94 Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, by Owen Anderson · 18 years ago
- ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 18 years ago
- e9bb13d Document the -view-sunit-dags option. by Dan Gohman · 18 years ago
- 91c284c Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback by Dan Gohman · 18 years ago
- 8ac04ff Fixing a typo. Found by Kevin André! by Gordon Henriksen · 18 years ago
- f19b8e4 Various improvements to the documentation, contributed by Joshua Haberman! by Chris Lattner · 18 years ago
- 7794935 LLVM does not use the old style simple isel any more. by Evan Cheng · 18 years ago
- 6ccc2d5 Clarify that shifts that are too large are undefined. by Chris Lattner · 18 years ago
- cc68939 remove extraneous tag by Chris Lattner · 18 years ago
- 4ef2b76 remove misleading documentation: LLVM has no atomic support yet. by Chris Lattner · 18 years ago
- 408f9c1 Document new sqrt and powi handling. by Dale Johannesen · 18 years ago
- d8b4728 Fix typo. by Owen Anderson · 18 years ago
- 5a726b8 Mention memdep in the AA documentation. by Owen Anderson · 18 years ago
- c28476f document DenseSet. by Chris Lattner · 18 years ago
- 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 18 years ago
- 7638565 Update how to release document. Add release version to getting started guide. by Tanya Lattner · 18 years ago
- 326e24f GarbageCollection.html is expanded to encompass the coming by Gordon Henriksen · 18 years ago
- ff37adc Couple of fixes to mention bunzip2 and make instructions more clear. by Tanya Lattner · 18 years ago
- 0678f60 No, really, it *is* SSSE3. ;-) by Bill Wendling · 18 years ago
- 97f214c SSSE3 -> SSE3. Reported by Alex Kellett. by Duncan Sands · 18 years ago
- 20acdce Grammer fix reported by Alex Kellett. by Duncan Sands · 18 years ago
- 0869f4a X86 -> X86-32 in appropriate places. by Duncan Sands · 18 years ago
- c90d68b Various cleanups. Especially, EH is turned on by default! by Duncan Sands · 18 years ago
- 9412489 ok ok we get it. CBE and vectors don't like each other yet. by Chris Lattner · 18 years ago
- b323ca8 be less redundantly redundant. by Chris Lattner · 18 years ago
- 6b588d9 make old crappy browsers produce less crappy output :) by Chris Lattner · 18 years ago
- 11d120f we support attribute(noinline) now :) by Chris Lattner · 18 years ago
- 725a0d8 update bugs list by Chris Lattner · 18 years ago
- d429871 now with more prose. by Chris Lattner · 18 years ago
- 7086ce7 explain why not vector<bool> by Chris Lattner · 18 years ago
- ee143ad Grammar fix. by Bill Wendling · 18 years ago
- 50fd000 Fill in the sections about my contributions. by Owen Anderson · 18 years ago
- 1939ace Add section on bit containers. by Daniel Berlin · 18 years ago
- e5024b7 fix syntax by Chris Lattner · 18 years ago
- d40bc4a Validation fixes by Bill Wendling · 18 years ago
- 7907005 Validation fixes by Bill Wendling · 18 years ago
- 068da27 Validation fixes by Bill Wendling · 18 years ago
- 96802d1 Validation fixes by Bill Wendling · 18 years ago
- 83f4900 Validation fixes by Bill Wendling · 18 years ago
- e9a6c35 Validation fixes by Bill Wendling · 18 years ago
- 03c993a Validation fixes by Bill Wendling · 18 years ago
- 03295ca Validation fixes by Bill Wendling · 18 years ago
- eb6aace Validation fixes by Bill Wendling · 18 years ago
- da51c4c Formatting changes. by Bill Wendling · 18 years ago
- 8851904 fix bugs in the manual by Chris Lattner · 18 years ago
- d3989a8 Correct names. by Tanya Lattner · 18 years ago
- 91d0b88 Fix typo. by Tanya Lattner · 18 years ago
- e1a8da0 One last fix to get name correct. by Tanya Lattner · 18 years ago
- 0f5dbfb Fix silly typo. by Tanya Lattner · 18 years ago
- 39cfba6 Update annotation intrinsic with more details. by Tanya Lattner · 18 years ago
- 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
- f7a4e2a by Devang Patel · 18 years ago
- 0d76789 I cannot spell coalesce :) by Chris Lattner · 18 years ago
- 1df4f75 gcroot must take concrete types, not arbitrary types. by Chris Lattner · 18 years ago
- 8497764 Initial hack at 2.1 release notes. by Chris Lattner · 18 years ago
- 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
- 36597a5 Change llvm.gcroot to not init the root to null at runtime, this prevents by Chris Lattner · 18 years ago
- f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 18 years ago
- db7e3c9 Fix description of the call instruction. There are two types, with one being by Nick Lewycky · 18 years ago
- 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
- 6590b04 There is an impedance matching problem between LLVM and by Duncan Sands · 18 years ago
- 5efa7e9 Rename llvm-gcc4 to llvm-gcc. by Tanya Lattner · 18 years ago