llvm-6502/docs
Jakob Stoklund Olesen 62588622d4 Add a Briggs and Torczon sparse set implementation.
For objects that can be identified by small unsigned keys, SparseSet
provides constant time clear() and fast deterministic iteration. Insert,
erase, and find operations are typically faster than hash tables.

SparseSet is useful for keeping information about physical registers,
virtual registers, or numbered basic blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151110 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-22 00:56:08 +00:00
..
CommandGuide Fix typo and broken link 2012-02-05 11:17:49 +00:00
HistoricalNotes
img
tutorial
AliasAnalysis.html basic-aa does support AliasAnalysis chaining now. 2012-01-30 23:05:41 +00:00
Atomics.html
BitCodeFormat.html
BranchWeightMetadata.html
Bugpoint.html
CFEBuildInstrs.html
CMake.html There are already problems with building LLVM under VS2005, and it's 2011-11-16 19:52:13 +00:00
CodeGenerator.html Add a new kind of MachineOperand: MO_RegisterMask. 2012-01-16 19:22:00 +00:00
CodingStandards.html add an explicit section on static constructors. 2012-02-08 01:44:00 +00:00
CommandLine.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html fix broken link 2012-02-08 22:20:00 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer Happy new year 2012! 2012-01-01 08:16:56 +00:00
doxygen.header Tidy up. s/Low Level Virtual Machine/LLVM/. 2012-01-25 22:00:23 +00:00
doxygen.intro Tidy up. s/Low Level Virtual Machine/LLVM/. 2012-01-25 22:00:23 +00:00
ExceptionHandling.html Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. 2011-11-28 19:23:13 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I know). 2012-02-15 19:24:11 +00:00
GettingStartedVS.html Tidy up. s/Low Level Virtual Machine/LLVM/. 2012-01-25 22:00:23 +00:00
GoldPlugin.html Recommend the -flto flag instead of -use-gold-plugin, and update 2011-11-05 04:17:28 +00:00
HowToAddABuilder.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html Fix typo. 2012-01-19 21:50:08 +00:00
LangRef.html Give a description of the Objective-C garbage collection module flags. 2012-02-16 01:10:50 +00:00
Lexicon.html test commit (verifyiing commit access) 2012-01-05 08:18:41 +00:00
LinkTimeOptimization.html
llvm.css
LLVMBuild.html llvm-build: Switch to using the common subdirectory list instead of 2011-12-12 22:45:59 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MakefileGuide.html
Packaging.html
Passes.html Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
ProgrammersManual.html Add a Briggs and Torczon sparse set implementation. 2012-02-22 00:56:08 +00:00
Projects.html
re_format.7
ReleaseNotes.html Note x86 regmask operands in release notes. 2012-02-16 18:22:39 +00:00
SegmentedStacks.html Release notes for segmented stacks. 2011-11-29 19:08:23 +00:00
SourceLevelDebugging.html Fix documentation. 2012-02-18 01:38:41 +00:00
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html Update the docs for some of the test-suite configure changes and 2011-11-29 19:40:56 +00:00
WritingAnLLVMBackend.html
WritingAnLLVMPass.html Revert r146041 et al. The FunctionPass doesn't take an address but the ID. 2011-12-09 19:11:02 +00:00