- Dec 10, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 169724
-
- Nov 24, 2012
-
-
Benjamin Kramer authored
Necessary to give disassembler users (like darwin's otool) a possibility to dlopen libLTO and still initialize the required LLVM bits. This used to go through libMCDisassembler but that's a gross layering violation, the MC layer can't pull in functions from the targets. Adding a function to libLTO is a bit of a hack but not worse than exposing other disassembler bits from libLTO. Fixes PR14362. llvm-svn: 168545
-
- Feb 01, 2012
-
-
Hal Finkel authored
This is the initial checkin of the basic-block autovectorization pass along with some supporting vectorization infrastructure. Special thanks to everyone who helped review this code over the last several months (especially Tobias Grosser). llvm-svn: 149468
-
- Apr 01, 2011
-
-
Devang Patel authored
Patch by arrowdoger. llvm-svn: 128719
-
- Mar 12, 2011
-
-
Oscar Fuentes authored
llvm-svn: 127553
-
Oscar Fuentes authored
llvm-svn: 127549
-
Oscar Fuentes authored
llvm-svn: 127545
-
- Mar 11, 2011
-
-
Oscar Fuentes authored
other systems pending. PR9456. llvm-svn: 127466
-