summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
...
* 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
* Update docs to reflect new DISubprogram elements.Devang Patel2010-06-04
* Update the documentation, getCalleeSavedRegClasses is not required anymore.Rafael Espindola2010-06-02
* Document aggregate operation constant expressions.Nick Lewycky2010-05-29
* Fix Data Layout description of floating point.Dale Johannesen2010-05-28
* Fix more whitespace to be consistent with AsmPrinter.Dan Gohman2010-05-28
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28
* Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman2010-05-28
* Fix a missing quote.Dan Gohman2010-05-26
* Add entry for llvm.eh.sjlj.longjmp. PR4999.Jim Grosbach2010-05-26
* expand on the llvm ir bitcode dox. Patch by Peter Housel!Chris Lattner2010-05-21
* Update autoconf/automake versions in the documentation to match the versions ...Tobias Grosser2010-05-19
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* Test commit.Daniel Dunbar2010-05-11
* Test commit.Tanya Lattner2010-05-11
* Test commit.Tanya Lattner2010-05-11
* Document graphviz passes for the (post) dominator tree.Tobias Grosser2010-05-07