aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove a hack that tries to understand incorrect triples from theDuncan Sands2010-08-301-0/+5
* remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner2010-08-281-4/+5
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-284-95/+8
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+10
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-201-3/+3
* fix a broken linkChris Lattner2010-08-171-1/+1
* add some  's to a pre to avoid newlines being eaten Chris Lattner2010-08-171-10/+11
* CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes2010-08-091-2/+33
* CMake: documented testing procedureOscar Fuentes2010-08-091-2/+8
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+4
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-081-4/+4
* Fix missing </a> tag error introduced by addition of LowerAtomic pass.Peter Collingbourne2010-08-061-6/+6
* Document results of PR7762.Eric Christopher2010-08-051-0/+3
* Add a note about the changing pass registration interface.Owen Anderson2010-08-041-0/+5
* Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman2010-08-041-11/+6
* Remove a link which is no longer relevant.Dan Gohman2010-08-041-2/+0
* Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.Torok Edwin2010-08-041-1/+28
* Add an atomic lowering passPeter Collingbourne2010-08-031-0/+19
* docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar2010-08-021-79/+81
* docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar2010-08-021-61/+0
* Fix word choice.Nick Lewycky2010-08-011-1/+1
* Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell2010-07-301-6/+6
* re-commit r109220, the compile error has already been fixedGabor Greif2010-07-261-0/+5
* 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