| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 139374
|
| |
|
|
|
|
| |
This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
llvm-svn: 138145
|
| |
|
|
|
|
|
|
| |
This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL.
MDNodes graph structure such that compiler unit keeps track of important MDNodes and update dwarf writer to process mdnodes top-down instead of bottom up.
llvm-svn: 137778
|
| |
|
|
| |
llvm-svn: 136228
|
| |
|
|
| |
llvm-svn: 135972
|
| |
|
|
|
|
| |
This reverts commit ba034c0a2e71303c7cf3f43ca8e69dc8436b32e2.
llvm-svn: 135485
|
| |
|
|
| |
llvm-svn: 135458
|
| |
|
|
| |
llvm-svn: 132345
|
| |
|
|
| |
llvm-svn: 132344
|
| |
|
|
| |
llvm-svn: 130756
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<h2>Section Example</h2>
<div> <!-- h2+div is applied -->
<p>Section preamble.</p>
<h3>Subsection Example</h3>
<p> <!-- h3+p is applied -->
Subsection body
</p>
<!-- End of section body -->
</div>
FIXME: Care H5 better.
llvm-svn: 130040
|
| |
|
|
| |
llvm-svn: 130028
|
| |
|
|
|
|
|
|
|
| |
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
llvm-svn: 129736
|
| |
|
|
|
|
| |
information generated for an interface.
llvm-svn: 129624
|
| |
|
|
|
| |
FIXME: The logo handling in ReleaseNotes.html
llvm-svn: 129208
|
| |
|
|
| |
llvm-svn: 129181
|
| |
|
|
|
|
| |
have same non-zero number as lower bound as well as upper bound.
llvm-svn: 129170
|
| |
|
|
|
|
|
|
| |
If lower bound is more then upper bound then consider it is an unbounded array.
An array is unbounded if non-zero lower bound is same as upper bound.
If lower bound and upper bound are zero than array has one element.
llvm-svn: 129156
|
| |
|
|
| |
llvm-svn: 128947
|
| |
|
|
| |
llvm-svn: 128466
|
| |
|
|
|
|
| |
number field in argument's debug info.
llvm-svn: 127250
|
| |
|
|
| |
llvm-svn: 127249
|
| |
|
|
| |
llvm-svn: 124761
|
| |
|
|
| |
llvm-svn: 124664
|
| |
|
|
| |
llvm-svn: 123750
|
| |
|
|
| |
llvm-svn: 115516
|
| |
|
|
| |
llvm-svn: 115362
|
| |
|
|
| |
llvm-svn: 115326
|
| |
|
|
| |
llvm-svn: 115325
|
| |
|
|
| |
llvm-svn: 108246
|
| |
|
|
| |
llvm-svn: 105495
|
| |
|
|
| |
llvm-svn: 104963
|
| |
|
|
| |
llvm-svn: 104962
|
| |
|
|
| |
llvm-svn: 103219
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTE: 2nd part changeset for cfe trunk to follow.
*** PRE-PATCH ISSUES ADDRESSED
- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
assumptions and make use of absolute root in static html files;
namely CommandGuide tools hard codes a website destination
for cross references and some html cross references assume
website root paths
*** IMPROVEMENTS
- bumped Doxygen from 1.4.x -> 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
if any target (or any variable is evaluated) which attempts
to remove any dirs which match a hard-coded 'safelist', a verbose
error will be printed and make will error-stop.
llvm-svn: 103213
|
| |
|
|
| |
llvm-svn: 100401
|
| |
|
|
|
|
| |
in 'number'.
llvm-svn: 100001
|
| |
|
|
| |
llvm-svn: 99636
|
| |
|
|
| |
llvm-svn: 98724
|
| |
|
|
|
|
|
|
|
| |
This patch updates LLVMDebugVersion to 8.
Debug info descriptors encoded using LLVMDebugVersion 7 is supported.
Corresponding llvmgcc and clang FE commits are required.
llvm-svn: 98020
|
| |
|
|
| |
llvm-svn: 93203
|
| |
|
|
| |
llvm-svn: 90184
|
| |
|
|
| |
llvm-svn: 90182
|
| |
|
|
| |
llvm-svn: 89896
|
| |
|
|
| |
llvm-svn: 89093
|
| |
|
|
| |
llvm-svn: 83849
|
| |
|
|
|
|
| |
Use MDNodes to encode debug info in llvm IR.
llvm-svn: 80406
|
| |
|
|
| |
llvm-svn: 80073
|
| |
|
|
|
|
|
|
| |
llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!)
llvm-svn: 79977
|
| |
|
|
| |
llvm-svn: 76342
|