aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Document BUILD_EXAMPLES makefile variablePeter Collingbourne2010-07-241-0/+3
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+12
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-20/+23
* First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson2010-07-211-7/+7
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-3/+5
* strip out the 2.7 release notes, this really is the 2.8 release notesChris Lattner2010-07-211-507/+27
* appease ValidatorGabor Greif2010-07-211-1/+1
* add info on operand rotationGabor Greif2010-07-211-0/+9
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-3/+0
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-9/+8
* Fix the Named Metadata example to make it clear which specificDan Gohman2010-07-131-0/+2
* Fix compile unit in example. Thanks Renato Golin!Devang Patel2010-07-131-2/+2
* HTML cleanup and validation.Benjamin Kramer2010-07-131-111/+39
* When doing sext/zext of constants, the target type must be strictlyDuncan Sands2010-07-131-4/+2
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-111-1/+2
* sdiv overflow is outright undefined behavior, with or without theDan Gohman2010-07-111-1/+1
* Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands2010-07-082-13/+13
* Update the docs for debugging JITed code with GDB.Reid Kleckner2010-07-071-77/+58
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-071-7/+14
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-072-7/+7
* Closing tags start with slashes.John McCall2010-07-061-2/+2
* minor typoChris Lattner2010-07-061-1/+1
* Alphabetize the list of function parameters.Nick Lewycky2010-07-061-15/+15
* Bring the list of passes and their descriptions up to date.Duncan Sands2010-07-061-162/+539
* Note the relationship between C99 restrict and LLVM noalias, andDan Gohman2010-07-062-4/+15
* indmemrem and lowerallocs are gone.Chris Lattner2010-07-041-35/+0
* Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman2010-07-021-2/+3
* Describe which dependencies are relevant to noalias, and document howDan Gohman2010-07-022-1/+11
* Add some html anchors, to allow attributes to be linked to directly.Dan Gohman2010-07-021-5/+6
* Reword the definition of the noalias attribute. The intention is forDan Gohman2010-07-022-26/+39
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-14/+19
* Revert r107205 and r107207.Bill Wendling2010-06-291-22/+13
* Improve explanation.Bill Wendling2010-06-291-2/+6
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-13/+18
* Add a blurb about -scev-aa.Dan Gohman2010-06-281-0/+13
* Document problems that I encountered when working on -scev-aa.Dan Gohman2010-06-241-0/+40
* This makes example Makefile a lot more like actualChris Lattner2010-06-211-5/+0
* Remove isTwoAddress from llvm.Eric Christopher2010-06-211-1/+0
* fix typos reported by Adam Warner!Chris Lattner2010-06-212-2/+2
* Another typo.Eric Christopher2010-06-181-1/+1
* Fix typo.Eric Christopher2010-06-181-1/+1
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+41
* Minor clarification.Dan Gohman2010-06-171-1/+1
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-1/+2
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-2/+2
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-151-13/+13
* Update html tutorial docs to match api changes.Eric Christopher2010-06-145-18/+18
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-101-0/+26
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-0/+44
* Update docs to reflect new DISubprogram elements.Devang Patel2010-06-041-0/+7