llvm-6502/docs
Bill Wendling 587daedce2 Change MachineInstrBuilder::addReg() to take a flag instead of a list of
booleans. This gives a better indication of what the "addReg()" is
doing. Remembering what all of those booleans mean isn't easy, especially if you
aren't spending all of your time in that code.

I took Jakob's suggestion and made it illegal to pass in "true" for the
flag. This should hopefully prevent any unintended misuse of this (by reverting
to the old way of using addReg()).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71722 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-13 21:33:08 +00:00
..
CommandGuide Second attempt: 2009-04-29 00:15:41 +00:00
HistoricalNotes
img
tutorial Use llvm::raw_stream instead of llvm::Streams. 2009-05-12 18:29:42 +00:00
AliasAnalysis.html Update docs to not mention gcse/loadvn and mention memdep and 2009-04-25 21:11:37 +00:00
BitCodeFormat.html Add two new record types to the blockinfo block: 2009-04-26 22:21:57 +00:00
Bugpoint.html
CFEBuildInstrs.html
CMake.html CMake: Added some VC++ specific info to CMake.html. 2008-12-31 14:36:41 +00:00
CodeGenerator.html Change MachineInstrBuilder::addReg() to take a flag instead of a list of 2009-05-13 21:33:08 +00:00
CodingStandards.html tt'ify. 2009-03-23 04:53:34 +00:00
CommandLine.html Remove AllowInverse: it leaks memory and is not the right 2009-04-08 03:43:51 +00:00
CompilerDriver.html Regenerate documentation. 2009-05-06 01:41:47 +00:00
CompilerDriverTutorial.html Regenerate documentation. 2009-05-06 01:41:47 +00:00
CompilerWriterInfo.html
DeveloperPolicy.html Add character encoding declaration to fix verification warning. 2009-04-05 12:38:44 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer update year 2009-02-27 11:28:46 +00:00
doxygen.header
doxygen.intro
ExceptionHandling.html Clarify a bit. Based on feedback by Talin. 2008-12-29 15:27:32 +00:00
ExtendedIntegerResults.txt add this to SVN to allow collaborative hacking. 2009-04-01 21:11:04 +00:00
ExtendingLLVM.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
FAQ.html Fixed spelling. 2009-04-10 20:48:27 +00:00
GarbageCollection.html garbage allocation is not a good idea :) 2009-05-13 18:02:09 +00:00
GCCFEBuildInstrs.html Fix some confusion in the Ada f-e build instructions between 2009-04-27 11:21:35 +00:00
GetElementPtr.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
GettingStarted.html Restore minor deletion. 2009-05-04 18:40:41 +00:00
GettingStartedVS.html Duplicate entry. 2009-04-03 20:32:13 +00:00
GoldPlugin.html Add paragraph tags. 2009-04-13 02:03:40 +00:00
HowToReleaseLLVM.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
HowToSubmitABug.html A lot of formatting changes. 2009-04-05 00:41:19 +00:00
index.html move gold plugin next to LTO doc in the subsystem section 2009-03-01 23:42:51 +00:00
LangRef.html Make MDNode use CallbackVH. Also change MDNode to store Value* instead of 2009-05-10 20:57:05 +00:00
Lexicon.html Fixed HTML validator warning. 2008-12-14 08:01:51 +00:00
LinkTimeOptimization.html * Comply with HTML 4.01 Strict 2008-12-16 03:07:49 +00:00
llvm.css Regenerate documentation. 2009-05-06 01:41:47 +00:00
Makefile
MakefileGuide.html aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! 2009-04-25 22:08:52 +00:00
Passes.html
ProgrammersManual.html HTML-escape '>' as '&gt;' in sample C++ code. 2009-05-01 20:40:51 +00:00
Projects.html Fix the instructions to work even when PATH does not contain ".". 2009-01-12 21:29:24 +00:00
ReleaseNotes.html Add some more clang related release notes. 2009-03-02 20:08:12 +00:00
SourceLevelDebugging.html update some syntax 2009-04-03 00:29:19 +00:00
SystemLibrary.html
TableGenFundamentals.html Fix a documentation bug. 2009-04-23 21:27:58 +00:00
TestingGuide.html docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for running test-suite), removed refs to llvm-test 2009-03-30 18:56:53 +00:00
UsingLibraries.html Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> 2008-12-11 18:23:24 +00:00
WritingAnLLVMBackend.html Add character encoding declaration. 2009-04-05 00:44:06 +00:00
WritingAnLLVMPass.html Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00