- May 28, 2011
-
-
John McCall authored
transformed by the inliner into a branch to the enclosing landing pad (when inlined through an invoke). If not so optimized, it is lowered DWARF EH preparation into a call to _Unwind_Resume (or _Unwind_SjLj_Resume as appropriate). Its chief advantage is that it takes both the exception value and the selector value as arguments, meaning that there is zero effort in recovering these; however, the frontend is required to pass these down, which is not actually particularly difficult. Also document the behavior of landing pads a bit better, and make it clearer that it's okay that personality functions don't always land at landing pads. This is just a fact of life. Don't write optimizations that rely on pushing things over an unwind edge. llvm-svn: 132253
-
Chad Rosier authored
and enhancements in sub-project status updates. llvm-svn: 132227
-
- May 27, 2011
-
-
Chad Rosier authored
llvm-svn: 132212
-
Dan Gohman authored
llvm-svn: 132168
-
- May 25, 2011
-
-
Dan Gohman authored
llvm-svn: 132010
-
- May 23, 2011
-
-
Dan Gohman authored
llvm-svn: 131921
-
Chris Lattner authored
llvm-svn: 131873
-
- May 22, 2011
-
-
Chris Lattner authored
llvm-svn: 131850
-
- May 18, 2011
-
-
Chad Rosier authored
llvm-svn: 131546
-
- May 16, 2011
-
-
Nick Lewycky authored
llvm-svn: 131416
-
- May 07, 2011
-
-
Akira Hatanaka authored
2. Remove unused function. 3. Correct indentation. llvm-svn: 131028
-
- May 05, 2011
-
-
Bill Wendling authored
llvm-svn: 130889
-
- May 03, 2011
-
-
Devang Patel authored
llvm-svn: 130756
-
- May 01, 2011
-
-
Oscar Fuentes authored
llvm-svn: 130631
-
- Apr 29, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 130493
-
- Apr 27, 2011
-
-
NAKAMURA Takumi authored
A few styles are brought from http://llvm.org/test-doxygen/api/api.css llvm-svn: 130333
-
- Apr 24, 2011
-
-
Mikhail Glushenkov authored
llvm-svn: 130091
-
- Apr 23, 2011
-
-
Andrew Trick authored
llvm-svn: 130047
-
NAKAMURA Takumi authored
<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
-
Devang Patel authored
llvm-svn: 130028
-
- Apr 21, 2011
-
-
NAKAMURA Takumi authored
docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html. <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> llvm-svn: 129901
-
NAKAMURA Takumi authored
llvm-svn: 129900
-
- Apr 19, 2011
-
-
NAKAMURA Takumi authored
H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
-
- Apr 18, 2011
-
-
NAKAMURA Takumi authored
H1 ... Title (and might be Chapter in future) H2 ... Section H3 ... Subsection H4 ... Sub-subsection llvm-svn: 129683
-
- Apr 16, 2011
-
-
Devang Patel authored
Introduce support to encode Objective-C property information in debugging information generated for an interface. llvm-svn: 129624
-
- Apr 15, 2011
-
-
Douglas Gregor authored
llvm-svn: 129609
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Apr 14, 2011
-
-
Andrew Trick authored
I've used it a few times to reduce unit tests and gotten one request for information on it. It's not easy to use correctly because bugpoint doesn't tell you when you're doing it wrong. llvm-svn: 129507
-
- Apr 13, 2011
-
-
Jay Foad authored
llvm-svn: 129437
-
Dan Gohman authored
values are also transmitted through branches which cause side effects to be skipped altogether. llvm-svn: 129404
-
- Apr 12, 2011
-
-
Oscar Fuentes authored
Patch by arrowdodger! llvm-svn: 129381
-
- Apr 11, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 129268
-
NAKAMURA Takumi authored
llvm-svn: 129267
-
- Apr 10, 2011
-
-
Oscar Fuentes authored
Patch by arrowdodger! llvm-svn: 129247
-
Oscar Fuentes authored
Suggested by Maël Hörz. llvm-svn: 129237
-
- Apr 09, 2011
-
-
NAKAMURA Takumi authored
FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208
-
NAKAMURA Takumi authored
llvm-svn: 129183
-
NAKAMURA Takumi authored
(eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
-
NAKAMURA Takumi authored
llvm-svn: 129181
-
Devang Patel authored
Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound. llvm-svn: 129170
-