- Apr 25, 2014
-
-
Craig Topper authored
llvm-svn: 207196
-
- 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
-
- Feb 06, 2012
-
-
Bill Wendling authored
remove the code that handles them. llvm-svn: 149901
-
- Mar 30, 2011
- Oct 08, 2010
-
-
Owen Anderson authored
llvm-svn: 115996
-
- Aug 06, 2010
-
-
Dan Gohman authored
instead, as an example of what this looks like. llvm-svn: 110478
-
- Jul 22, 2010
-
-
Owen Anderson authored
llvm-svn: 109045
-
- Jan 05, 2010
-
-
Benjamin Kramer authored
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. llvm-svn: 92726
-
- Aug 13, 2009
-
-
Owen Anderson authored
llvm-svn: 78948
-
- Jan 05, 2009
-
-
Dan Gohman authored
llvm-svn: 61715
-
- Jul 23, 2008
-
-
Dan Gohman authored
Remove the GetResultInst instruction. It is still accepted in LLVM assembly and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove support for return instructions with multiple values. These are auto-upgraded to use InsertValueInst instructions. The IRBuilder still accepts multiple-value returns, and auto-upgrades them to InsertValueInst instructions. llvm-svn: 53941
-
- May 06, 2008
-
-
Dan Gohman authored
llvm-svn: 50695
-
- Apr 08, 2008
-
-
Devang Patel authored
llvm-svn: 49367
-
- Apr 06, 2008
-
-
Gabor Greif authored
Specifically, introduction of XXX::Create methods for Users that have a potentially variable number of Uses. llvm-svn: 49277
-
- Mar 10, 2008
-
-
Devang Patel authored
llvm-svn: 48160
-
- Mar 05, 2008
-
-
Devang Patel authored
llvm-svn: 47965
-
Devang Patel authored
llvm-svn: 47924
-
- Feb 19, 2008
-
-
Chris Lattner authored
llvm-svn: 47323
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- May 03, 2007
-
-
Devang Patel authored
llvm-svn: 36662
-
- May 02, 2007
-
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
- Aug 28, 2006
-
-
Chris Lattner authored
llvm-svn: 29925
-
- Jun 02, 2006
-
-
Chris Lattner authored
to link in the implementation. Thanks to Anton Korobeynikov for figuring out what was going on here. llvm-svn: 28660
-
- May 09, 2006
-
-
Chris Lattner authored
Domagoj Babic! llvm-svn: 28181
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Oct 16, 2004
-
-
Chris Lattner authored
llvm-svn: 17056
-
- Jul 29, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 15325
-
- May 26, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 13792
-
- Nov 21, 2003
-
-
Chris Lattner authored
llvm-svn: 10127
-
- Nov 20, 2003
-
-
Chris Lattner authored
llvm-svn: 10111
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Sep 10, 2003
-
-
Chris Lattner authored
llvm-svn: 8456
-
- May 23, 2003
-
-
Chris Lattner authored
llvm-svn: 6306
-
- Mar 31, 2003
-
-
Chris Lattner authored
* Small modification to be more efficient llvm-svn: 5757
-
- Sep 12, 2002
-
-
Chris Lattner authored
Thanks fly out to Nick for noticing it! :) llvm-svn: 3691
-
- Sep 11, 2002
-
-
Chris Lattner authored
llvm-svn: 3673
-