aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-08-01Fix word choice.Nick Lewycky
2010-07-30Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell
2010-07-26re-commit r109220, the compile error has already been fixedGabor Greif
2010-07-24Document BUILD_EXAMPLES makefile variablePeter Collingbourne
2010-07-22Add new RegionInfo pass.Tobias Grosser
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson
2010-07-21First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson
2010-07-21Disallow null as a named metadata operand.Dan Gohman
2010-07-21strip out the 2.7 release notes, this really is the 2.8 release notesChris Lattner
2010-07-21appease ValidatorGabor Greif
2010-07-21add info on operand rotationGabor Greif
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-13Fix the Named Metadata example to make it clear which specificDan Gohman
2010-07-13Fix compile unit in example. Thanks Renato Golin!Devang Patel
2010-07-13HTML cleanup and validation.Benjamin Kramer
2010-07-13When doing sext/zext of constants, the target type must be strictlyDuncan Sands
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen
2010-07-11sdiv overflow is outright undefined behavior, with or without theDan Gohman
2010-07-08Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands
2010-07-07Update the docs for debugging JITed code with GDB.Reid Kleckner
2010-07-07Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman
2010-07-07Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands
2010-07-06Closing tags start with slashes.John McCall
2010-07-06minor typoChris Lattner
2010-07-06Alphabetize the list of function parameters.Nick Lewycky
2010-07-06Bring the list of passes and their descriptions up to date.Duncan Sands
2010-07-06Note the relationship between C99 restrict and LLVM noalias, andDan Gohman
2010-07-04indmemrem and lowerallocs are gone.Chris Lattner
2010-07-02Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman
2010-07-02Describe which dependencies are relevant to noalias, and document howDan Gohman
2010-07-02Add some html anchors, to allow attributes to be linked to directly.Dan Gohman
2010-07-02Reword the definition of the noalias attribute. The intention is forDan Gohman
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Improve explanation.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-28Add a blurb about -scev-aa.Dan Gohman
2010-06-24Document problems that I encountered when working on -scev-aa.Dan Gohman
2010-06-21This makes example Makefile a lot more like actualChris Lattner
2010-06-21Remove isTwoAddress from llvm.Eric Christopher
2010-06-21fix typos reported by Adam Warner!Chris Lattner
2010-06-18Another typo.Eric Christopher
2010-06-18Fix typo.Eric Christopher
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes
2010-06-17Minor clarification.Dan Gohman
2010-06-17For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes
2010-06-16let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-06-14Update html tutorial docs to match api changes.Eric Christopher