| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
library rename.
llvm-svn: 171747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
170318).
llvm-svn: 170886
|
|
|
|
|
|
| |
some interfaces.
llvm-svn: 169712
|
|
|
|
| |
llvm-svn: 169250
|
|
|
|
| |
llvm-svn: 168943
|
|
|
|
| |
llvm-svn: 168816
|
|
|
|
| |
llvm-svn: 168815
|
|
|
|
| |
llvm-svn: 168814
|
|
|
|
| |
llvm-svn: 167111
|
|
|
|
|
|
|
|
|
| |
Added a basic unit test for this with CreateCondBr. I didn't go all the
way and test the switch side as the boilerplate for setting up the
switch IRBuilder unit tests is a lot more. Fortunately, the two share
all the interesting code paths.
llvm-svn: 160251
|
|
|
|
|
|
|
| |
This is in anticipation of changing CreateCondBr and wanting to test
those changes.
llvm-svn: 160250
|
|
the original move of IRBuilder.
llvm-svn: 160249
|