Make -disable-simplify-libcalls work with -std-compile-opts
[oota-llvm.git] / docs /
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...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnerdocument instalias.
2010-11-03 Duncan SandsFix typo, pointed out by Trevor Harmon.
2010-11-03 Chris Lattnerfix typo, patch by Trevor Harmon (PR8537)
2010-11-02 Oscar FuentesRemoved obsolete section about VC++ project files.
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-30 Benjamin KramerValidate HTML.
2010-10-30 Chris Lattneradd missing tag
2010-10-30 Chris Lattnerfix typos and some serious bugs in feature handling...
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-28 Oscar FuentesDocument LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New...
2010-10-28 Chris Lattnerclarify that not having the ".o file writing" feature
2010-10-27 Bill WendlingRandom cleanups and format changes.
2010-10-26 Duncan SandsYet another thing that was forgotten to be added to...
2010-10-25 Charles DavisMake the description of the hotpatch attribute even...
2010-10-25 Charles DavisMake hotpatch attribute description a little less Winte...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-25 Kalle RaiskilaUpdate target feature matrix for CellSPU
2010-10-24 Jakob Stoklund OlesenUpdate target feature matrix for Blackfin.
2010-10-24 Wesley PeckUpdating target feature matrix to indicate current...
2010-10-24 Chris Lattnerbroken link
2010-10-24 Chris Lattneradd a big table with target features.
2010-10-22 Peter CollingbourneStandardise all build-mode affecting {EN,DIS}ABLE_...
2010-10-21 Tobias GrosserFix type in passes.
2010-10-21 Duncan SandsArgh, completely forgot to add this to the release...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
next