- Feb 04, 2002
-
-
Chris Lattner authored
llvm-svn: 1678
-
Chris Lattner authored
* convert over to pass based target backend. Much cleaner now llvm-svn: 1665
-
- Feb 03, 2002
-
-
Chris Lattner authored
machineinstr memory before starting on the next method. llvm-svn: 1659
-
- Jan 31, 2002
-
-
Chris Lattner authored
llvm-svn: 1620
-
Chris Lattner authored
MethodPass's now cannot be run on external methods llvm-svn: 1609
-
- Jan 22, 2002
-
-
Chris Lattner authored
it right. Sheesh :) llvm-svn: 1550
-
Chris Lattner authored
llvm-svn: 1526
-
Chris Lattner authored
RaiseAllocations pass as well. llvm-svn: 1525
-
Chris Lattner authored
llvm-svn: 1524
-
Chris Lattner authored
llvm-svn: 1516
-
- Jan 21, 2002
-
-
Chris Lattner authored
out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. llvm-svn: 1507
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Nov 27, 2001
-
-
Chris Lattner authored
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
-
- Oct 18, 2001
-
-
Chris Lattner authored
llvm-svn: 905
-
Chris Lattner authored
llvm-svn: 904
-
Chris Lattner authored
llvm-svn: 899
-
Vikram S. Adve authored
calls to external malloc/free functions. llvm-svn: 893
-
Chris Lattner authored
llvm-svn: 890
-
Vikram S. Adve authored
this is not a debugging option. But we can export it as assembly instead of bytecode if -debugtrace is specified. llvm-svn: 889
-
Chris Lattner authored
llvm-svn: 882
-
Chris Lattner authored
llvm-svn: 869
-
- Oct 15, 2001
-
-
Chris Lattner authored
llvm-svn: 838
-
Chris Lattner authored
llvm-svn: 837
-
Chris Lattner authored
llvm-svn: 835
-
Chris Lattner authored
llvm-svn: 827
-
Chris Lattner authored
llvm-svn: 825
-
Vikram S. Adve authored
llvm-svn: 811
-
- Oct 13, 2001
-
-
Chris Lattner authored
llvm-svn: 782
-
- Oct 10, 2001
-
-
Vikram S. Adve authored
code gen libraries. llvm-svn: 722
-
- Oct 04, 2001
-
-
Chris Lattner authored
llvm-svn: 713
-
- Sep 19, 2001
-
-
Chris Lattner authored
llvm-svn: 649
-
Chris Lattner authored
llvm-svn: 640
-
- Sep 18, 2001
-
-
Chris Lattner authored
llvm-svn: 629
-
Vikram S. Adve authored
llvm-svn: 622
-
- Sep 15, 2001
-
-
Ruchira Sasanka authored
llvm-svn: 584
-
- Sep 14, 2001
-
-
Chris Lattner authored
Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566
-
Chris Lattner authored
1. Clean up the TargetMachine structure. No more wierd pointers that have to be cast around and taken care of by the target. 2. Instruction Scheduling now takes the schedinfo as an argument. The same should be done with the instinfo, it just isn't now. llvm-svn: 565
-
Chris Lattner authored
1. The TargetMachine structure is free to decide the process a particular target uses to generate code. 2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub. 3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort. llvm-svn: 559
-
- Sep 08, 2001
-
-
Chris Lattner authored
llvm-svn: 501
-
Chris Lattner authored
llvm-svn: 496
-