Adding bindings for target triple and data layout.
[oota-llvm.git] / docs /
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.
2007-09-21 Tanya LattnerFix silly typo.
2007-09-21 Tanya LattnerUpdate annotation intrinsic with more details.
2007-09-21 Tanya LattnerAdding support for __builtin_annotation with an intrins...
2007-09-21 Devang PatelAdd missing entry.
2007-09-21 Chris LattnerI cannot spell coalesce :)
2007-09-21 Chris Lattnergcroot must take concrete types, not arbitrary types.
2007-09-21 Chris LattnerInitial hack at 2.1 release notes.
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-12 Chris LattnerChange llvm.gcroot to not init the root to null at...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-08 Nick LewyckyFix description of the call instruction. There are...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-08-24 Tanya LattnerRename llvm-gcc4 to llvm-gcc.
next