- Nov 05, 2005
-
-
Chris Lattner authored
llvm-svn: 24200
-
Nate Begeman authored
Add support for specifying alignment and size of setjmp jmpbufs. No targets currently do anything with this information, nor is it presrved in the bytecode representation. That's coming up next. llvm-svn: 24196
-
- Aug 05, 2005
-
-
Chris Lattner authored
PHI is its only operand. llvm-svn: 22676
-
Chris Lattner authored
llvm-svn: 22671
-
Chris Lattner authored
prepared to deal with return values that do not dominate the PHI. If we cannot prove that the result dominates the PHI node, do not return it if the client can't cope. llvm-svn: 22669
-
Chris Lattner authored
llvm-svn: 22666
-
Nate Begeman authored
llvm-svn: 22665
-
Nate Begeman authored
BasicBlock's removePredecessor routine. This requires shuffling around the definition and implementation of hasContantValue from Utils.h,cpp into Instructions.h,cpp llvm-svn: 22664
-
- Jun 18, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22254
-
- May 06, 2005
-
-
Chris Lattner authored
llvm-svn: 21746
-
Chris Lattner authored
Alexander Friedman. llvm-svn: 21722
-
- May 03, 2005
-
-
Chris Lattner authored
llvm-svn: 21670
-
Chris Lattner authored
llvm-svn: 21665
-
- Apr 24, 2005
-
-
Chris Lattner authored
const_cast instead of c casts. llvm-svn: 21493
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Mar 16, 2005
-
-
Misha Brukman authored
llvm-svn: 20638
-
- Feb 24, 2005
-
-
Chris Lattner authored
llvm-svn: 20298
-
- Feb 05, 2005
-
-
Chris Lattner authored
llvm-svn: 20045
-
- Jan 29, 2005
-
-
Chris Lattner authored
llvm-svn: 19902
-
Chris Lattner authored
Adjust to changes in the User class, operand handling is very different. PHI node and switch statements must handle explicit resizing of operand lists. llvm-svn: 19891
-
- Jan 27, 2005
-
-
Misha Brukman authored
llvm-svn: 19854
-
- Nov 18, 2004
-
-
Chris Lattner authored
llvm-svn: 17958
-
- Nov 17, 2004
-
-
Alkis Evlogimenos authored
ReturnInst constructed is the same as if NULL was passed instead of the void value. llvm-svn: 17923
-
- Oct 16, 2004
-
-
Chris Lattner authored
llvm-svn: 17041
-
Chris Lattner authored
that the vtables for these classes are only instantiated in this translation unit, not in every xlation unit they are used. llvm-svn: 17026
-
- Aug 20, 2004
-
-
Brian Gaeke authored
llvm-svn: 15938
-
- Aug 06, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 15543
-
- Jul 29, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 15326
-