summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Fix missing </a> tag error introduced by addition of LowerAtomic pass.Peter Collingbourne1-6/+6
2010-08-05Document results of PR7762.Eric Christopher1-0/+3
2010-08-04Add a note about the changing pass registration interface.Owen Anderson1-0/+5
2010-08-04Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman1-11/+6
2010-08-04Remove a link which is no longer relevant.Dan Gohman1-2/+0
2010-08-04Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.Torok Edwin1-1/+28
2010-08-03Add an atomic lowering passPeter Collingbourne1-0/+19
2010-08-02docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar1-79/+81
2010-08-02docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar1-61/+0
2010-08-01Fix word choice.Nick Lewycky1-1/+1
2010-07-30Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell1-6/+6
2010-07-26re-commit r109220, the compile error has already been fixedGabor Greif1-0/+5
2010-07-24Document BUILD_EXAMPLES makefile variablePeter Collingbourne1-0/+3
2010-07-22Add new RegionInfo pass.Tobias Grosser1-0/+12
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson1-20/+23
2010-07-21First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson1-7/+7
2010-07-21Disallow null as a named metadata operand.Dan Gohman1-3/+5
2010-07-21strip out the 2.7 release notes, this really is the 2.8 release notesChris Lattner1-507/+27
2010-07-21appease ValidatorGabor Greif1-1/+1
2010-07-21add info on operand rotationGabor Greif1-0/+9
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen1-3/+0
2010-07-14Don't pass StringRef by reference.Benjamin Kramer1-9/+8
2010-07-13Fix the Named Metadata example to make it clear which specificDan Gohman1-0/+2
2010-07-13Fix compile unit in example. Thanks Renato Golin!Devang Patel1-2/+2
2010-07-13HTML cleanup and validation.Benjamin Kramer1-111/+39
2010-07-13When doing sext/zext of constants, the target type must be strictlyDuncan Sands1-4/+2
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen1-1/+2
2010-07-11sdiv overflow is outright undefined behavior, with or without theDan Gohman1-1/+1
2010-07-08Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands2-13/+13
2010-07-07Update the docs for debugging JITed code with GDB.Reid Kleckner1-77/+58
2010-07-07Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman1-7/+14
2010-07-07Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2-7/+7
2010-07-06Closing tags start with slashes.John McCall1-2/+2
2010-07-06minor typoChris Lattner1-1/+1
2010-07-06Alphabetize the list of function parameters.Nick Lewycky1-15/+15
2010-07-06Bring the list of passes and their descriptions up to date.Duncan Sands1-162/+539
2010-07-06Note the relationship between C99 restrict and LLVM noalias, andDan Gohman2-4/+15
2010-07-04indmemrem and lowerallocs are gone.Chris Lattner1-35/+0
2010-07-02Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman1-2/+3
2010-07-02Describe which dependencies are relevant to noalias, and document howDan Gohman2-1/+11
2010-07-02Add some html anchors, to allow attributes to be linked to directly.Dan Gohman1-5/+6
2010-07-02Reword the definition of the noalias attribute. The intention is forDan Gohman2-26/+39
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling1-14/+19
2010-06-29Revert r107205 and r107207.Bill Wendling1-22/+13
2010-06-29Improve explanation.Bill Wendling1-2/+6
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling1-13/+18
2010-06-28Add a blurb about -scev-aa.Dan Gohman1-0/+13
2010-06-24Document problems that I encountered when working on -scev-aa.Dan Gohman1-0/+40
2010-06-21This makes example Makefile a lot more like actualChris Lattner1-5/+0
2010-06-21Remove isTwoAddress from llvm.Eric Christopher1-1/+0