aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Drop 'const'Devang Patel2007-05-031-3/+3
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-011-0/+19
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-292-2/+9
* Implement review feedbackAnton Korobeynikov2007-04-291-1/+1
* Minor corrections.Jeff Cohen2007-04-291-61/+60
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-282-8/+9
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-252-13/+89
* Undo erroneous corrections.Jeff Cohen2007-04-221-4/+4
* Minor corrections.Jeff Cohen2007-04-221-41/+37
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-212-6/+6
* Provide link.Jeff Cohen2007-04-181-2/+3
* Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel2007-04-171-28/+1
* Document how, module pass can require function pass.Devang Patel2007-04-161-2/+18
* Fix typos.Duncan Sands2007-04-161-3/+3
* Describe quoting rules.Reid Spencer2007-04-151-4/+46
* Add some info about the pipelines and redirection.Reid Spencer2007-04-141-0/+18
* For PR1319:Reid Spencer2007-04-141-73/+191
* Correct typo.Duncan Sands2007-04-141-1/+1
* update documentationLauro Ramos Venancio2007-04-121-2/+4
* update documentationLauro Ramos Venancio2007-04-121-1/+5
* Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer2007-04-121-4/+4
* Fix validation errors.Reid Spencer2007-04-111-8/+8
* Missing end tag. Thanks, Nick.Reid Spencer2007-04-111-1/+1
* Put period inside the paragraph!Reid Spencer2007-04-111-1/+1
* Document the part_set intrinsic.Reid Spencer2007-04-111-1/+52
* Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer2007-04-111-0/+2
* Fix name of an intrinsic: bit.part_select -> part.selectReid Spencer2007-04-101-10/+10
* Rephrase linker explanation.Duncan Sands2007-04-071-4/+4
* Remove the part_set intrinsic. It won't get implemented as an intrinsic.Reid Spencer2007-04-041-39/+0
* Appease Chris' pedantic streak.Reid Spencer2007-04-041-13/+14
* Fix links to intrinsic functions outside LangRef.htmlReid Spencer2007-04-041-2/+2
* Remove intrinsics that we will not be implementing.Reid Spencer2007-04-041-346/+67
* Update example notes to clarify system linker's role.Devang Patel2007-04-021-1/+3
* bwsap -> bswapReid Spencer2007-04-021-1/+1
* Fix some bswap typos that Chris noticed.Reid Spencer2007-04-021-2/+2
* gcc 3.4.4 is known-bad on x86-64Chris Lattner2007-04-011-0/+2
* Preview documentation for additional intrinsic functions.Reid Spencer2007-04-011-17/+342
* For PR1297:Reid Spencer2007-04-011-0/+46
* For PR1297:Reid Spencer2007-04-011-24/+49
* Mention how to create overloaded intrinsics.Reid Spencer2007-04-011-1/+4
* This is working again.Jeff Cohen2007-03-301-2/+1
* Remove reference to checkpoint.Duncan Sands2007-03-301-10/+0
* Various hopefully correct easy fixes.Duncan Sands2007-03-307-20/+19
* Update to current situation.Jeff Cohen2007-03-281-2/+12
* Stop using the foo HTML tag :)Chris Lattner2007-03-281-2/+2
* Undocument the implementation keywordReid Spencer2007-03-281-12/+11
* Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this corre...Tanya Lattner2007-03-271-1/+1
* For PR1276:Reid Spencer2007-03-271-2/+4
* For PR601:Reid Spencer2007-03-271-6/+48