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