llvm-6502/docs
Dan Gohman e1a2984847 Fix a subtle semantic issue with poison values that came up in
recent discussions. Poison can't make every value that depends on
it act in maximally undefined ways, because the optimizer may still
hoist code following the usual rules for undef. Make Poison invoke
its full undefined behavior only when it reaches an instruction with
externally visible side effects.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145913 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-06 03:35:58 +00:00
..
CommandGuide Add documentation for llvm-cov. 2011-11-28 23:39:25 +00:00
HistoricalNotes
img
tutorial
AliasAnalysis.html
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 grammar. 2011-11-29 19:38:09 +00:00
CodingStandards.html
CommandLine.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
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 There are already problems with building LLVM under VS2005, and it's 2011-11-16 19:52:13 +00:00
GettingStartedVS.html There are already problems with building LLVM under VS2005, and it's 2011-11-16 19:52:13 +00:00
GoldPlugin.html
HowToAddABuilder.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html 2011-11-15 22:59:54 +00:00
LangRef.html Fix a subtle semantic issue with poison values that came up in 2011-12-06 03:35:58 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
LLVMBuild.html LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. 2011-11-11 00:23:56 +00:00
LLVMBuild.txt
Makefile
MakefileGuide.html
Packaging.html
Passes.html
ProgrammersManual.html add ImmutableSet/Map dox, patch by Caitlin Sadowski! 2011-11-15 22:40:14 +00:00
Projects.html
re_format.7
ReleaseNotes.html fix broken tag 2011-12-01 17:25:28 +00:00
SegmentedStacks.html Release notes for segmented stacks. 2011-11-29 19:08:23 +00:00
SourceLevelDebugging.html Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html 2011-11-15 22:59:54 +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