llvm-6502/docs
Eric Christopher 6126a1e189 Add a line number for the scope of the function (starting at the first
brace) so that we get more accurate line number information about the
declaration of a given function and the line where the function
first starts.

Part of rdar://11026482

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153916 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-03 00:43:49 +00:00
..
CommandGuide Drop O4 from the llc manpage, it was removed in r70445. 2012-03-29 20:40:18 +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
CMake.html Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
CodeGenerator.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
CodingStandards.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
CommandLine.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
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 llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html Remove the C backend. 2012-03-23 05:50:46 +00:00
FAQ.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
GarbageCollection.html llvm/docs/GarbageCollection.html: Prune utf8 BOM. 2012-03-03 04:32:33 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
GettingStartedVS.html Tidy up. s/Low Level Virtual Machine/LLVM/. 2012-01-25 22:00:23 +00:00
GoldPlugin.html
HowToAddABuilder.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html Remove more GCC FE build stuff. 2012-02-26 22:26:37 +00:00
LangRef.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
LLVMBuild.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
LLVMBuild.txt
Makefile
MakefileGuide.html
Packaging.html
Passes.html Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
ProgrammersManual.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
Projects.html
re_format.7
ReleaseNotes.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
SegmentedStacks.html
SourceLevelDebugging.html Add a line number for the scope of the function (starting at the first 2012-04-03 00:43:49 +00:00
SystemLibrary.html
TableGenFundamentals.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
TestingGuide.html llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
TestSuiteMakefileGuide.html docs: Update TestingGuide to change recommended practice to using LNT to drive 2012-03-15 22:19:35 +00:00
WritingAnLLVMBackend.html rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj 2012-03-01 15:14:19 +00:00
WritingAnLLVMPass.html