- Nov 20, 2012
-
-
Hal Finkel authored
This mainly reflects the work of Tobias von Koch. llvm-svn: 168352
-
Sean Silva authored
llvm-svn: 168348
-
Eli Bendersky authored
llvm-svn: 168345
-
- Nov 19, 2012
-
-
Sean Silva authored
Fixes PR14380. The prose was referring to a "bold" part of the code example, where the boldness was lost in the transition from HTML. Unlike HTML, where one can easily have a <b> inside a <pre>, reStructuredText is generally unable to represent such nested markup. Hack around it with the :emphasise-lines: option to the code-block directive to single out the regions instead. Thankfully the regions are close-enough to being full lines for this to work. llvm-svn: 168329
-
Tobias Grosser authored
llvm-svn: 168302
-
- Nov 18, 2012
-
-
Dmitri Gribenko authored
llvm-svn: 168290
-
Dmitri Gribenko authored
llvm-svn: 168289
-
Dmitri Gribenko authored
llvm-svn: 168288
-
Dmitri Gribenko authored
llvm-svn: 168286
-
Dmitri Gribenko authored
llvm-svn: 168285
-
Sean Silva authored
Some variables in code examples were not LikeThis. llvm-svn: 168275
-
- Nov 17, 2012
-
-
Benjamin Kramer authored
llvm-svn: 168273
-
Sean Silva authored
llvm-svn: 168271
-
- Nov 16, 2012
-
-
Will Schmidt authored
ReleaseNotes.html updates reflecting PPC64 Elf Linux efforts and progress. llvm-svn: 168189
-
Duncan Sands authored
llvm-svn: 168166
-
Michael Ilseman authored
llvm-svn: 168121
-
- Nov 15, 2012
-
-
Jyotsna Verma authored
llvm-svn: 168091
-
Joel Jones authored
llvm-svn: 168088
-
Craig Topper authored
llvm-svn: 168026
-
Craig Topper authored
llvm-svn: 168025
-
Eric Christopher authored
llvm-svn: 168014
-
Sean Silva authored
llvm-svn: 167998
-
Sean Silva authored
Some small related fixups to TestingGuide too. llvm-svn: 167996
-
- Nov 14, 2012
-
-
Eric Christopher authored
Approved by Chris Lattner. llvm-svn: 167984
-
Sean Silva authored
llvm-svn: 167979
-
Alexander Kornienko authored
FileCheck. llvm-svn: 167978
-
Alexander Kornienko authored
llvm-svn: 167971
-
Dmitri Gribenko authored
font. These were formatted in bold, but that's not correct. llvm-svn: 167964
-
Sean Silva authored
llvm-svn: 167961
-
Sean Silva authored
llvm-svn: 167905
-
Sean Silva authored
llvm-svn: 167903
-
- Nov 13, 2012
-
-
Duncan Sands authored
Previously in a vector of pointers, the pointer couldn't be any pointer type, it had to be a pointer to an integer or floating point type. This is a hassle for dragonegg because the GCC vectorizer happily produces vectors of pointers where the pointer is a pointer to a struct or whatever. Vector getelementptr was restricted to just one index, but now that vectors of pointers can have any pointer type it is more natural to allow arbitrary vector getelementptrs. There is however the issue of struct GEPs, where if each lane chose different struct fields then from that point on each lane will be working down into unrelated types. This seems like too much pain for too little gain, so when you have a vector struct index all the elements are required to be the same. llvm-svn: 167828
-
Jean-Daniel Dupas authored
llvm-svn: 167781
-
- Nov 12, 2012
-
-
Nadav Rotem authored
llvm-svn: 167734
-
- Nov 11, 2012
-
-
Nadav Rotem authored
llvm-svn: 167688
-
- Nov 07, 2012
-
-
Pawel Wodnicki authored
llvm-svn: 167536
-
Pawel Wodnicki authored
llvm-svn: 167535
-
Eli Bendersky authored
llvm-svn: 167521
-
Eli Bendersky authored
llvm-svn: 167517
-
- Nov 06, 2012
-
-
Alexey Samsonov authored
llvm-svn: 167459
-