- Apr 10, 2007
-
-
Chris Lattner authored
llvm-svn: 35857
-
Jeff Cohen authored
llvm-svn: 35856
-
Reid Spencer authored
llvm-svn: 35854
-
Reid Spencer authored
llvm-svn: 35853
-
Chris Lattner authored
InstCombine/set.ll:test25 llvm-svn: 35852
-
Chris Lattner authored
llvm-svn: 35851
-
Jeff Cohen authored
llvm-svn: 35850
-
Devang Patel authored
llvm-svn: 35849
-
Owen Anderson authored
series, I promise. llvm-svn: 35848
-
Chris Lattner authored
llvm-svn: 35847
-
Chris Lattner authored
llvm-svn: 35846
-
Chris Lattner authored
llvm-svn: 35845
-
Chris Lattner authored
llvm-svn: 35844
-
Owen Anderson authored
llvm-svn: 35843
-
Owen Anderson authored
change. llvm-svn: 35842
-
Owen Anderson authored
llvm-svn: 35841
-
Chris Lattner authored
llvm-svn: 35840
-
Owen Anderson authored
llvm-svn: 35839
-
Devang Patel authored
llvm-svn: 35838
-
Chris Lattner authored
llvm-svn: 35837
-
Devang Patel authored
llvm-svn: 35836
-
Chris Lattner authored
are always unsupported. llvm-svn: 35835
-
- Apr 09, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 35834
-
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
-
Chris Lattner authored
llvm-svn: 35832
-
Chris Lattner authored
multiple copies of the function into the Function*. llvm-svn: 35831
-
Devang Patel authored
llvm-svn: 35829
-
Jeff Cohen authored
Fixes unexpected failures on FreeBSD/amd64 of: CFrontend/2005-09-24-BitFieldCrash.c: CFrontend/2007-02-04-EmptyStruct.c: CFrontend/2007-03-26-ZeroWidthBitfield.c: CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll: llvm-svn: 35828
-
Reid Spencer authored
be in the opt tool. llvm-svn: 35827
-
Reid Spencer authored
Patch by Scott Michel. llvm-svn: 35826
-
Devang Patel authored
llvm-svn: 35825
-
Reid Spencer authored
* Add ParamAttrs to InvokeInst class too. * Make sure all initializes of ParamAttrs in CallInst and InvokeInst are 0 * Destruct the ParamAttrs in Call/Invoke destructors to avoid memory leaks. This will change when ParamAttrsList is uniquified but needs to be correct until then. llvm-svn: 35824
-
Reid Spencer authored
llvm-svn: 35823
-
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
-
Devang Patel authored
llvm-svn: 35819
-
Reid Spencer authored
* Add ParamAttrList pointers to Function and CallInst. * Move the implementation of ParamAttrList from Type.cpp to Function.cpp llvm-svn: 35818
-
Jeff Cohen authored
llvm-svn: 35817
-
Anton Korobeynikov authored
1. Fix some bugs in the jump table lowering threshold 2. Implement much better metric for optimal pivot selection 3. Tune thresholds for different lowering methods 4. Implement shift-and trick for lowering small (<machine word length) cases with few destinations. Good testcase will follow. llvm-svn: 35816
-