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
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
CodeGenerator.html Change MachineInstrBuilder::addReg() to take a flag instead of a list of 2009-05-13 21:33:08 +00:00
CodingStandards.html
CommandLine.html
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
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
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
GettingStarted.html Restore minor deletion. 2009-05-04 18:40:41 +00:00
GettingStartedVS.html
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html
LangRef.html Make MDNode use CallbackVH. Also change MDNode to store Value* instead of 2009-05-10 20:57:05 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css Regenerate documentation. 2009-05-06 01:41:47 +00:00
Makefile
MakefileGuide.html
Passes.html
ProgrammersManual.html HTML-escape '>' as '>' in sample C++ code. 2009-05-01 20:40:51 +00:00
Projects.html
ReleaseNotes.html
SourceLevelDebugging.html
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html