Fix LDRi12 immediate operand, which was changed to be the second operand in $addrmode...
[oota-llvm.git] / docs /
2011-03-31 Nick LewyckyPick better examples. "fpext float 3.1415 to double...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-29 Devang PatelDocument llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum
2011-03-28 NAKAMURA Takumidocs/GettingStarted.html: [PR8850] Add a note for x86_6...
2011-03-28 NAKAMURA Takumidocs/GettingStarted.html: Add blurb "--enable-shared...
2011-03-25 Bill WendlingRemove redundant compression option.
2011-03-24 Chris Lattnerfix description, PR9542
2011-03-19 Eli FriedmanUpdate Passes.html, part 3: alphabetize descriptions.
2011-03-19 Eli FriedmanUpdate Passes.html, part 2: cleanup a bit more dead...
2011-03-19 Eli FriedmanUpdate Passes.html, part 1: remove passes which were...
2011-03-18 Rafael EspindolaSome release notes.
2011-03-17 Cameron ZwarichChange the signext language in LangRef to closer match...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-10 Chris Lattnerrip out llvm 2.8 release notes to make room for llvm...
2011-03-08 Devang PatelSince last couple of days, argument number is encoded...
2011-03-08 Devang PatelUpdate DILexicalBlock doc to mention new fields.
2011-03-07 Duncan SandsClarify that the result of an srem is only guaranteed...
2011-03-07 Bill WendlingFix tagging name.
2011-03-06 Chris Lattnerremove another jeff link
2011-03-05 Chris Lattnerremove jeff's name (by his request)
2011-03-02 Oscar FuentesSupport for parallel compilation (/MP) when using the...
2011-03-02 Bill WendlingSmall cleanup.
2011-02-28 Bill WendlingUpdate the documentation on "How to Release LLVM"....
2011-02-27 Duncan SandsFix typo pointed out in pr9339.
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-20 Oscar FuentesRemove the link to Projects.html. It is useless for...
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-20 Nick LewyckyFix typo.
2011-02-17 Nick LewyckyFix thinko, basic blocks are SESE. The exits may have...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Chris LattnerMinor fixes to tutorial, patch by Benjamin Meyer!
2011-02-13 Tobias GrosserAdapt docs to '-loopsimplify -> -loop-simplify' change
2011-02-11 Chris Lattnerattempt to capture recent discussion about overflow...
2011-02-09 Erick TryzelaarDon't run ocamldoc if it's not installed
2011-02-09 Chris Lattnerfix typo
2011-02-09 NAKAMURA TakumiAdd testing stuff to CMake documents.
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-02-03 Devang PatelUpdate docs to match reality.
2011-02-01 Anton KorobeynikovDocument the LLVM GIT mirror
2011-02-01 Devang PatelRemove stale references of obsolete @llvm.dbg.variable.
2011-01-29 Nick LewyckyMost browsers eliminate whitespace between anchor tags...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-18 Chris Lattnerfinish a sentence.
2011-01-15 Rafael EspindolaAdd a clarification about merging constants with and...
2011-01-08 Jakob Stoklund OlesenDon't document exactly how virtual registers are repres...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2011-01-03 Owen AndersonWe can count properly.
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2011-01-03 Nick LewyckyFurther expand what a call graph pass may do.
2011-01-03 Nick LewyckyPermit CallGraphSCCPasses readonly access to the direct...
2011-01-01 Duncan SandsCorrect a bunch of mistakes which meant that the exampl...
2011-01-01 Duncan SandsI was unable to get the instructions to work if LLVM...
2011-01-01 Duncan SandsClarify that the loadable module turns up in the top...
2011-01-01 Erick TryzelaarAdd a reference to the OCamlLangImpl8.
2011-01-01 Erick TryzelaarAdd an OCaml tutorial page 8
2010-12-28 Tobias GrosserIntegers are primitive types. Update the documentation...
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-21 Bill WendlingGrammar corrections and some formatting changes.
2010-12-20 Wesley PeckUpdate the target feature matrix to reflect some new...
2010-12-20 Oscar FuentesNew cmake option LLVM_APPEND_VC_REV for controlling...
2010-12-19 Bruno Cardoso LopesUpdate the Target Feature Matrix for Mips
2010-12-15 Dan GohmanFix a typo that Bill spotted.
2010-12-15 Dan GohmanDocument some more AliasAnalysis infrastructure limitat...
2010-12-15 Bill WendlingAdd mention that we support FreeBSD/amd64.
2010-12-14 Jakob Stoklund OlesenAdd IntervalMap to the Programmer's Manual.
2010-12-13 Chris Lattnerfurther fixes.
2010-12-12 Chris Lattnerfix typo
2010-12-10 Dan GohmanIntroduce a new PartialAlias response for AliasAnalysis...
2010-12-10 Eric ChristopherUse GZIPBIN instead of GZIP. Apparently gzip uses GZIP...
2010-12-10 Chris Lattnerfix some validation problems
2010-12-10 Chris Lattnerrestructure this for readability, correct the example...
2010-12-09 Chris Lattneradd a rule for enums, patch by Zhanyong Wan!
2010-12-09 Bill WendlingFix the prototype for the llvm.eh.selector intrinsic.
2010-12-08 Bill WendlingFix newlines.
2010-12-05 Frits van BommelClarify some of the differences between indexing with...
2010-12-02 Zhanyong WanAdd naming rules to the coding standards.
2010-11-30 Chris Lattnerforbid rtti and exceptions
2010-11-30 Nick LewyckyMake @llvm.invariant.start not be readonly, so that...
2010-11-25 Oscar FuentesBump required cmake version on CMake.html.
2010-11-23 Zhanyong WanFix formatting nits in the coding standards. Reviewed...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-20 Chris Lattnera byval argument without an align can have an arbitrary...
2010-11-17 Chris Lattneradd some justification for "using namespace llvm;"
2010-11-17 Chris Lattnervarious cleanups and other improvements, patch by Zhany...
2010-11-17 Chris LattnerWith the newly simplified SourceMgr interfaces and...
2010-11-16 Chris Lattnerupdate coding standards. Partial specialization is...
2010-11-16 Chris Lattnerlibc++ and compiler_rt are now dual licensed under...
2010-11-16 Peter CollingbourneDocument -enable-no-infs-fp-math and -enable-no-nans...
2010-11-16 Dan GohmanFix missing includes of "llvm/Analysis/Passes.h" in...
2010-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-11-15 Dan Gohman-basicaa is no longer the default.
2010-11-14 Chris Lattnerno alpha jit support.
2010-11-12 Chris Lattnerdescribe the preferred approach to silencing 'unused...
2010-11-11 NAKAMURA TakumiCMake: Add the new option "LLVM_LIT_ARGS".
2010-11-11 Devang PatelDocument debuginfo-tests.
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
next