This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-04 06:09:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fea95c6bad
llvm-6502
/
docs
History
Devang Patel
93d39be530
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@138145
91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-19 23:28:12 +00:00
..
CommandGuide
HistoricalNotes
img
tutorial
A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches by Damien Schoof!
2011-07-15 20:03:30 +00:00
AliasAnalysis.html
Atomics.html
Some reorganization of atomic docs. Added explicit section for NonAtomic. Added example for illegal non-atomic operation.
2011-08-12 21:50:54 +00:00
BitCodeFormat.html
BranchWeightMetadata.html
Bugpoint.html
CFEBuildInstrs.html
CMake.html
CodeGenerator.html
PTX: Add basic documentation to CodeGenerator.html
2011-08-11 17:34:16 +00:00
CodingStandards.html
apparently variable naming conventions never got added, document the
2011-08-12 19:49:16 +00:00
CommandLine.html
CompilerDriver.html
CompilerDriverTutorial.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html
I am the code owner for Clang's IR generation; this has been true
2011-08-02 01:38:19 +00:00
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html
docs: Update HTML markup(s).
2011-08-12 06:17:17 +00:00
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html
docs/GettingStarted.html: [Git] Add instructions how to generate patchset with Git.
2011-08-12 07:48:06 +00:00
GettingStartedVS.html
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html
LangRef.html
Fixed some punctuation. Sentences can be combined with semi-colons but not
2011-08-19 16:57:55 +00:00
Lexicon.html
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
2011-04-23 00:30:22 +00:00
LinkTimeOptimization.html
llvm.css
docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted "doc_code".
2011-08-12 06:17:11 +00:00
Makefile
MakefileGuide.html
Packaging.html
Passes.html
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
2011-08-03 22:18:20 +00:00
ProgrammersManual.html
how about that, StringRef doesn't allow any mutation, thanks to
2011-07-23 17:18:57 +00:00
Projects.html
re_format.7
ReleaseNotes.html
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
2011-08-15 23:00:00 +00:00
SourceLevelDebugging.html
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
2011-08-19 23:28:12 +00:00
SystemLibrary.html
TableGenFundamentals.html
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html
WritingAnLLVMPass.html