- Dec 24, 2002
-
-
Chris Lattner authored
llvm-svn: 5124
-
Chris Lattner authored
llvm-svn: 5120
-
Chris Lattner authored
llvm-svn: 5119
-
- Dec 22, 2002
-
-
Brian Gaeke authored
Add statistic for number of bytes of data area initialized. We used this statistic in collecting data for the paper, but I forgot to commit it. llvm-svn: 5112
-
- Dec 14, 2002
-
-
Chris Lattner authored
llvm-svn: 5028
-
- Dec 13, 2002
-
-
Chris Lattner authored
llvm-svn: 5027
-
Chris Lattner authored
llvm-svn: 5026
-
Misha Brukman authored
llvm-svn: 5022
-
Brian Gaeke authored
brg InstSelectSimple.cpp: Add stub implementation of visitFreeInst. Add comments that mention how we are failing to implement malloc/free. Add initial implementation of visitAllocaInst. X86TargetMachine.cpp: Include llvm/Transforms/Scalar.h. Add LowerAllocations pass before instruction selection. jello/Makefile: Add scalaropts.a. llvm-svn: 4994
-
Chris Lattner authored
llvm-svn: 4988
-
- Dec 12, 2002
-
-
Brian Gaeke authored
This checkin is brought to you by the brian gaeke allnighter fund. (lib/Target/X86) InstSelectSimple.cpp: Include llvm/DerivedTypes.h and iostream. Refactor visitMul out into a wrapper around doMultiply(), so that we can do multiplications on temporary values when we are doing getelementptrs. Refactor part of getReg out into makeAnotherReg, so that we can create registers willy-nilly to hold temporary values, when we are doing getelementptrs. Add stub implementations of visitMallocInst and visitAllocaInst. Add initial implementation of visitGetElementPtrInst. In copyConstantToRegister: We throw a *lot* of our asserts here. So, when we want to throw an assert, print out to stderr whatever expr or whatever constant made us barf. Support copying ConstantPointerNull to register, using a move immediate of zero. Rename FLDr4 and FLDr8 to FLDr32 and FLDr64, so that they match the meanings of the numbers in the other instruction names. All uses modified. Teach visitCallInst to extract byte- and short-class return values from subregs of EAX. Add a FIXME note about how we would do it for float-class return values. Add a FIXME note about how we would cast float to int and back. X86InstrInfo.def: Rename FLDr4 and FLDr8 to FLDr32 and FLDr64, so that they match the meanings of the numbers in the other instruction names. All uses modified. (tools/jello) GlobalVars.cpp: Include iostream. If we have to emit a floating-point constant to memory, gamble and use the same method as for ints. If we have to emit a ConstantPointerNull to memory, try using a "void *" and "NULL". Otherwise, if we are going to throw an assert, print out whatever constant made us barf, first. llvm-svn: 4973
-
Misha Brukman authored
tabs for readability. llvm-svn: 4970
-
- Dec 09, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4960
-
Vikram S. Adve authored
it was causing linking errors. llvm-svn: 4959
-
- Dec 08, 2002
-
-
Chris Lattner authored
llvm-svn: 4955
-
- Dec 06, 2002
-
-
Chris Lattner authored
llvm-svn: 4938
-
Chris Lattner authored
llvm-svn: 4937
-
- Dec 04, 2002
-
-
Chris Lattner authored
llvm-svn: 4908
-
Chris Lattner authored
llvm-svn: 4904
-
Chris Lattner authored
llvm-svn: 4903
-
Chris Lattner authored
llvm-svn: 4902
-
Chris Lattner authored
llvm-svn: 4900
-
Chris Lattner authored
llvm-svn: 4899
-
- Dec 03, 2002
-
-
Chris Lattner authored
We can now run very trivial test cases llvm-svn: 4894
-
Chris Lattner authored
llvm-svn: 4887
-
Chris Lattner authored
llvm-svn: 4881
-
Chris Lattner authored
llvm-svn: 4880
-
- Dec 02, 2002
-
-
Chris Lattner authored
llvm-svn: 4865
-
- Nov 20, 2002
-
-
Chris Lattner authored
llvm-svn: 4790
-
Chris Lattner authored
llvm-svn: 4789
-
- Nov 19, 2002
-
-
Chris Lattner authored
llvm-svn: 4759
-
Chris Lattner authored
llvm-svn: 4756
-
- Nov 10, 2002
-
-
Chris Lattner authored
llvm-svn: 4679
-
- Nov 06, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4565
-
Chris Lattner authored
llvm-svn: 4559
-
- Nov 04, 2002
-
-
Chris Lattner authored
llvm-svn: 4543
-
Chris Lattner authored
graph llvm-svn: 4524
-
- Nov 03, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4512
-
- Oct 31, 2002
-
-
Chris Lattner authored
llvm-svn: 4472
-
- Oct 30, 2002
-
-
Misha Brukman authored
llvm-svn: 4449
-