- Nov 18, 2012
-
-
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
-
- Nov 05, 2012
-
-
Chandler Carruth authored
clearing out my backlog of commit mail. llvm-svn: 167380
-
Eli Bendersky authored
PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ago. Fix references to it in documentation and comments. llvm-svn: 167378
-
- Nov 02, 2012
-
-
Dmitri Gribenko authored
llvm-svn: 167302
-
- Oct 31, 2012
-
-
Arnold Schwaighofer authored
We no longer have a tail duplication pass that runs on LLVM IR. It was removed in 3.0. llvm-svn: 167140
-
Eli Bendersky authored
llvm-svn: 167137
-
- Oct 29, 2012
-
-
Jakub Staszak authored
llvm-svn: 166969
-
Nadav Rotem authored
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vectorize to -vectorize-loops because we dont want to share the same flag as the bb-vectorizer. llvm-svn: 166937
-
Duncan Sands authored
preferred alignment. Correct the documentation. llvm-svn: 166925
-
- Oct 27, 2012
-
-
Chandler Carruth authored
offer up my email to the spam lords for it. Hopefully this will eventually be more automatic, but we don't want people to think there is only one option. llvm-svn: 166870
-
Jordan Rose authored
llvm-svn: 166821
-