Finishing initial docs for all transformations in Passes.html.
[oota-llvm.git] / docs /
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-11-03 Chris Lattnerfinish the 'Memory in LLVM' section
2007-11-03 Chris Lattnerhack and slash the first 20% of chapter seven.
2007-11-02 Chris Lattnerfix typos
2007-11-02 Chris LattnerFinish chapter 6, and add a spiffy demo that shows...
2007-11-01 Chris LattnerAdd the start of chapter 6, still much to go.
2007-11-01 Chris Lattneradd a broken gcc version, thanks to P. Durante for...
2007-10-31 Chris Lattnerfix validation
2007-10-31 Chris Lattnerokay, fine, make me finish this chapter. :)
2007-10-31 Chris Lattneradd the code for expression code that we'll add, though...
2007-10-31 Chris LattnerAdd the first half of chapter 5: if/then/else.
2007-10-31 Chris Lattner__main is dead along with llvm-gcc3.
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-10-25 Chris Lattnertypo
2007-10-25 Chris Lattnersome minor edits, link to Passes.html, make one point
2007-10-25 Gordon HenriksenFleshing out docs/Passes.html for some analyses.
2007-10-25 Gordon HenriksenPasses.html now 'passes' validation.
2007-10-25 Gordon HenriksenBringing Passes.html structurally up-to-date, and enabling
2007-10-25 Owen AndersonFix an obvious typo.
2007-10-25 Owen AndersonMore tutorial cleanups.
2007-10-25 Owen AndersonAdd proper footers.
2007-10-25 Owen AndersonDon't bother providing code samples. Maintaining zip...
2007-10-25 Chris LattnerAdd chapter 4, feedback appreciated.
2007-10-25 Chris LattnerRun the verifier on generated code.
2007-10-24 Owen AndersonUpdate Makefile to use simpler llvm-config parameters.
2007-10-24 Owen AndersonUpdate Makefile to use simpler llvm-config parameters.
2007-10-24 Chris Lattnerfurther simplify run options, thanks to gordonh for...
2007-10-24 Chris LattnerFix instructions now that PR1739 is fixed.
2007-10-23 Chris LattnerFix validation problems, which were somewhat ironically...
2007-10-23 Chris Lattneradd a skeleton for part 4
2007-10-23 Chris Lattnercomplete the codegen chapter
2007-10-23 Owen AndersonNow with valid HTML 4.01!
2007-10-23 Owen AndersonAdd a link to the "writing an optimization" tutorial.
2007-10-23 Owen AndersonAdd downloadable code sample for tutorial 2.
2007-10-23 Owen AndersonAdd the second of the "basic topics" tutorials.
2007-10-23 Owen AndersonReorder the optimization and bitcode tutorials.
2007-10-23 Chris LattnerFix up a broken #include, move code to its own section...
2007-10-23 Chris LattnerFinish up expr codegen.
2007-10-23 Chris Lattnerseveral improvements suggested by Dan, thanks!
2007-10-22 Chris Lattnerfit in 80 cols :)
2007-10-22 Chris Lattnerstart of chapter 3
2007-10-22 Owen AndersonFix a few typos I noticed.
2007-10-22 Owen AndersonAdd downloadable code samples.
2007-10-22 Chris LattnerCheck in part 2: parser and ast.
2007-10-22 Owen AndersonFix some code to make it actually work.
2007-10-22 Bill WendlingPut correct link in example
2007-10-22 Chris Lattneradd part 1, review appreciated.
2007-10-22 Chris Lattneradd an outline for "part 2".
2007-10-22 Chris Lattnerrename tutorial 1 -> JITTutorial1, make unimplemented...
2007-10-20 Owen AndersonSome improvements based on feedback from Anders.
2007-10-20 Owen AndersonFix some weird indenting in code.
2007-10-20 Owen AndersonUse getOrInsertFunction() in tutorial 1. This makes...
2007-10-20 Owen AndersonAdd the beginnings of an LLVM tutorial. If anyone...
2007-10-17 Dan GohmanDon't mention -enable-unsafe-fp-math in LangRef.html...
2007-10-15 Dan GohmanDocument the -view-sunit-dags option.
2007-10-15 Dan GohmanDocument the new llvm.sin, llvm.cos, and llvm.pow intri...
2007-10-14 Gordon HenriksenFixing a typo. Found by Kevin André!
2007-10-08 Chris LattnerVarious improvements to the documentation, contributed by
2007-10-08 Evan ChengLLVM does not use the old style simple isel any more.
2007-10-03 Chris LattnerClarify that shifts that are too large are undefined.
2007-10-03 Chris Lattnerremove extraneous tag
2007-10-03 Chris Lattnerremove misleading documentation: LLVM has no atomic...
2007-10-02 Dale JohannesenDocument new sqrt and powi handling.
2007-10-02 Owen AndersonFix typo.
2007-10-02 Owen AndersonMention memdep in the AA documentation.
2007-09-30 Chris Lattnerdocument DenseSet.
2007-09-29 Gordon HenriksenPR1601: etags not configured correctly
2007-09-28 Tanya LattnerUpdate how to release document.
2007-09-27 Gordon HenriksenGarbageCollection.html is expanded to encompass the...
2007-09-27 Tanya LattnerCouple of fixes to mention bunzip2 and make instruction...
2007-09-27 Bill WendlingNo, really, it *is* SSSE3. ;-)
2007-09-27 Duncan SandsSSSE3 -> SSE3. Reported by Alex Kellett.
2007-09-27 Duncan SandsGrammer fix reported by Alex Kellett.
2007-09-26 Duncan SandsX86 -> X86-32 in appropriate places.
2007-09-26 Duncan SandsVarious cleanups. Especially, EH is turned on by default!
2007-09-26 Chris Lattnerok ok we get it. CBE and vectors don't like each other...
2007-09-26 Chris Lattnerbe less redundantly redundant.
2007-09-26 Chris Lattnermake old crappy browsers produce less crappy output :)
2007-09-26 Chris Lattnerwe support attribute(noinline) now :)
2007-09-26 Chris Lattnerupdate bugs list
2007-09-26 Chris Lattnernow with more prose.
2007-09-25 Chris Lattnerexplain why not vector<bool>
2007-09-25 Bill WendlingGrammar fix.
2007-09-25 Owen AndersonFill in the sections about my contributions.
2007-09-24 Daniel BerlinAdd section on bit containers.
2007-09-22 Chris Lattnerfix syntax
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingFormatting changes.
2007-09-22 Chris Lattnerfix bugs in the manual
2007-09-22 Tanya LattnerCorrect names.
2007-09-22 Tanya LattnerFix typo.
2007-09-21 Tanya LattnerOne last fix to get name correct.
next