- Mar 06, 2009
-
-
Devang Patel authored
llvm-svn: 66245
-
- Jan 28, 2009
-
-
Duncan Sands authored
llvm-svn: 63198
-
- Jan 26, 2009
-
-
Chris Lattner authored
handling the flaw inherent in that assumption. :) llvm-svn: 62984
-
Chris Lattner authored
llvm-svn: 62983
-
Chris Lattner authored
llvm-svn: 62982
-
- Oct 23, 2008
-
-
Daniel Dunbar authored
LoopPass*. - Although less precise, this means they can be used in clients without RTTI (who would otherwise need to include LoopPass.h, which eventually includes things using dynamic_cast). This was the simplest solution that presented itself, but I am happy to use a better one if available. llvm-svn: 58010
-
- Sep 04, 2008
-
-
Dan Gohman authored
llvm-svn: 55779
-
- 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
-
- Jun 19, 2008
-
-
Dan Gohman authored
llvm-svn: 52497
-
- May 23, 2008
-
-
Dan Gohman authored
use it instead of duplicating its functionality. llvm-svn: 51499
-
- May 15, 2008
-
-
Gabor Greif authored
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. llvm-svn: 51143
-
- May 13, 2008
-
-
Dan Gohman authored
several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017
-
- May 02, 2008
-
-
Chris Lattner authored
llvm-svn: 50582
-
Dale Johannesen authored
from x86-64 calling convention work. llvm-svn: 50545
-
- Apr 14, 2008
-
-
Owen Anderson authored
llvm-svn: 49657
-
- Apr 13, 2008
-
-
Owen Anderson authored
which is significantly more efficient. llvm-svn: 49614
-
- 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
-
- Feb 15, 2008
-
-
Devang Patel authored
llvm-svn: 47150
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Nov 27, 2007
-
-
Owen Anderson authored
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. llvm-svn: 44348
-
- Nov 21, 2007
-
-
Nick Lewycky authored
llvm-svn: 44262
-
- Aug 21, 2007
-
-
Devang Patel authored
llvm-svn: 41207
-
- Jul 30, 2007
-
-
Devang Patel authored
llvm-svn: 40603
-
- Jul 13, 2007
-
-
Devang Patel authored
llvm-svn: 39834
-
- Jul 12, 2007
-
-
Devang Patel authored
llvm-svn: 39767
-
- Jul 07, 2007
-
-
Nick Lewycky authored
llvm-svn: 37966
-
- Jul 06, 2007
-
-
Devang Patel authored
llvm-svn: 37954
-
Devang Patel authored
llvm-svn: 37953
-
- May 11, 2007
-
-
Dan Gohman authored
llvm-svn: 36994
-
- 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
-
- Apr 15, 2007
-
-
Chris Lattner authored
llvm-svn: 36031
-
- Apr 10, 2007
-
-
Devang Patel authored
llvm-svn: 35836
-
- Apr 09, 2007
-
-
Devang Patel authored
happen to be an entry, in such case, it is not a good idea to insert new block before entry. Also fix typo in assertion check. llvm-svn: 35833
-
Devang Patel authored
llvm-svn: 35829
-
Devang Patel authored
llvm-svn: 35825
-
Devang Patel authored
llvm-svn: 35822
-
Devang Patel authored
Handle Argument or Undef as an incoming PHI value. llvm-svn: 35821
-
Devang Patel authored
llvm-svn: 35820
-