- Mar 05, 2014
-
-
Craig Topper authored
llvm-svn: 202953
-
- Jul 15, 2013
-
-
Craig Topper authored
llvm-svn: 186312
-
- Jan 23, 2013
-
-
Anton Korobeynikov authored
Otherwise this might hide the problems. llvm-svn: 173265
-
- Jan 07, 2013
-
-
Chandler Carruth authored
llvm-svn: 171749
-
- Jan 05, 2013
-
-
Chris Lattner authored
when merging two TBAA tags, pointed out by Nuno. llvm-svn: 171627
-
- Jan 02, 2013
-
-
Chandler Carruth authored
into their new header subdirectory: include/llvm/IR. This matches the directory structure of lib, and begins to correct a long standing point of file layout clutter in LLVM. There are still more header files to move here, but I wanted to handle them in separate commits to make tracking what files make sense at each layer easier. The only really questionable files here are the target intrinsic tablegen files. But that's a battle I'd rather not fight today. I've updated both CMake and Makefile build systems (I think, and my tests think, but I may have missed something). I've also re-sorted the includes throughout the project. I'll be committing updates to Clang, DragonEgg, and Polly momentarily. llvm-svn: 171366
-
- Dec 03, 2012
-
-
Chandler Carruth authored
Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131
-
- Nov 15, 2012
-
-
Dmitri Gribenko authored
llvm-svn: 168049
-
- Sep 14, 2012
-
-
Alex Rosenberg authored
lit config. llvm-svn: 163928
-
- Sep 11, 2012
-
-
Alex Rosenberg authored
Add a pass that renames everything with metasyntatic names. This works well after using bugpoint to reduce the confusion presented by the original names, which no longer mean what they used to. llvm-svn: 163592
-