summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen2010-08-31
* Update the Ada instructions to LLVM 2.7 (from LLVM 2.5).Duncan Sands2010-08-31
* Update the descriptions of NoModRef and ModRef to be consistentDan Gohman2010-08-30
* Remove a hack that tries to understand incorrect triples from theDuncan Sands2010-08-30
* remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner2010-08-28
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-20
* fix a broken linkChris Lattner2010-08-17
* add some  's to a pre to avoid newlines being eaten Chris Lattner2010-08-17
* CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes2010-08-09
* CMake: documented testing procedureOscar Fuentes2010-08-09
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-08
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-08
* Fix missing </a> tag error introduced by addition of LowerAtomic pass.Peter Collingbourne2010-08-06
* Document results of PR7762.Eric Christopher2010-08-05
* Add a note about the changing pass registration interface.Owen Anderson2010-08-04
* Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman2010-08-04
* Remove a link which is no longer relevant.Dan Gohman2010-08-04
* Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.Torok Edwin2010-08-04
* Add an atomic lowering passPeter Collingbourne2010-08-03
* docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar2010-08-02
* docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar2010-08-02
* Fix word choice.Nick Lewycky2010-08-01
* Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell2010-07-30
* 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