aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-10-04UpdateBill Wendling
2010-10-04Update release notes for 2.8 release.Bill Wendling
2010-09-28Document that Pass(char*) got replaced with Pass(char&).Torok Edwin
2010-09-07$ svn merge -c 113303 https://llvm.org/svn/llvm-project/llvm/trunkBill Wendling
2010-09-02this is a release note worthy change.Chris Lattner
2010-09-02updates to make it clear that this applies to clang and other llvm subprojects.Chris Lattner
2010-09-01update the tutorial to use CreateFAdd to create fp operations.Chris Lattner
2010-08-31Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen
2010-08-31Update the Ada instructions to LLVM 2.7 (from LLVM 2.5).Duncan Sands
2010-08-30Update the descriptions of NoModRef and ModRef to be consistentDan Gohman
2010-08-30Remove a hack that tries to understand incorrect triples from theDuncan Sands
2010-08-28remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman
2010-08-17fix a broken linkChris Lattner
2010-08-17add some  's to a pre to avoid newlines being eaten Chris Lattner
2010-08-09CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes
2010-08-09CMake: documented testing procedureOscar Fuentes
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola
2010-08-08s/libLLVMgold/LLVMgold/gRafael Espindola
2010-08-06Fix missing </a> tag error introduced by addition of LowerAtomic pass.Peter Collingbourne
2010-08-05Document results of PR7762.Eric Christopher
2010-08-04Add a note about the changing pass registration interface.Owen Anderson
2010-08-04Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman
2010-08-04Remove a link which is no longer relevant.Dan Gohman
2010-08-04Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.Torok Edwin
2010-08-03Add an atomic lowering passPeter Collingbourne
2010-08-02docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar
2010-08-02docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar
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