| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a forward decl, oops. | Chris Lattner | 2001-09-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 573 | ||||
| * | Chris seems fond of #include <vector>. Fix these. Also convert use list in | Chris Lattner | 2001-09-14 | 9 | -26/+711 |
| | | | | | | | | | Value to a vector instead of a list. Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling llvm-svn: 572 | ||||
| * | Add a comment | Chris Lattner | 2001-09-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 571 | ||||
| * | Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp | Chris Lattner | 2001-09-14 | 2 | -212/+185 |
| | | | | | llvm-svn: 569 | ||||
| * | Split Target/Machine.h into three files: | Chris Lattner | 2001-09-14 | 4 | -10/+4 |
| | | | | | | | | | | * Machine.h * InstInfo.h * SchedInfo.h TODO: Split out reg info stuff llvm-svn: 567 | ||||
| * | Make a new llvm/Target #include directory. | Chris Lattner | 2001-09-14 | 11 | -44/+16 |
| | | | | | | | | | 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 | ||||
| * | Checkin changes to: | Chris Lattner | 2001-09-14 | 3 | -20/+47 |
| | | | | | | | | | | 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 | ||||
| * | Move files to new sparc directory | Chris Lattner | 2001-09-14 | 3 | -0/+1839 |
| | | | | | llvm-svn: 563 | ||||
| * | Move the sparc target to a new lib/Target directory | Chris Lattner | 2001-09-14 | 4 | -8/+3 |
| | | | | | llvm-svn: 562 | ||||
| * | Move files. | Chris Lattner | 2001-09-14 | 4 | -0/+2454 |
| | | | | | llvm-svn: 561 | ||||
| * | Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/Sparc | Chris Lattner | 2001-09-14 | 7 | -4577/+0 |
| | | | | | llvm-svn: 560 | ||||
| * | This checkin represents some cleanup of the backend, implementing the ↵ | Chris Lattner | 2001-09-14 | 7 | -94/+1905 |
| | | | | | | | | | | | following things: 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 | ||||
| * | This checkin represents some cleanup of the backend, implementing the ↵ | Chris Lattner | 2001-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | following things: 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. NOTE! The BBLiveVar.cpp file dependant on the Sparc backend, and is therefore not generic/portale to other backends. This needs to be fixed. llvm-svn: 558 | ||||
| * | Updates to use local header files. | Chris Lattner | 2001-09-14 | 1 | -307/+18 |
| | | | | | | | | Note that this reverted changes that Ruchira commited that broke the build and are unmaintainable without other checkins. llvm-svn: 557 | ||||
| * | More cleanups, preparing to revamp InstrForest to, among other things, | Chris Lattner | 2001-09-12 | 3 | -13/+9 |
| | | | | | | | not leak all its allocated memory. llvm-svn: 553 | ||||
| * | * Clean up InstrForest | Chris Lattner | 2001-09-12 | 2 | -252/+162 |
| | | | | | | | | | | | | | * Fix ins sel problem, test case: void "foo" (int *%x, int *%y) begin seteq int *%x, %y ret void end llvm-svn: 552 | ||||
| * | Eliminate 'BasicNode' from InstrForest. | Chris Lattner | 2001-09-11 | 4 | -73/+38 |
| | | | | | llvm-svn: 551 | ||||
| * | Eliminate MainTreeNode function | Chris Lattner | 2001-09-11 | 2 | -3/+4 |
| | | | | | llvm-svn: 550 | ||||
| * | Remove irrelevant gross K&R Cisms | Chris Lattner | 2001-09-11 | 1 | -17/+1 |
| | | | | | llvm-svn: 549 | ||||
| * | Handle subtract in expression classifier | Chris Lattner | 2001-09-11 | 1 | -45/+91 |
| | | | | | llvm-svn: 548 | ||||
| * | Use the correct style casts | Chris Lattner | 2001-09-10 | 2 | -3/+3 |
| | | | | | llvm-svn: 546 | ||||
| * | Use correct style casts | Chris Lattner | 2001-09-10 | 3 | -24/+19 |
| | | | | | llvm-svn: 545 | ||||
| * | Use correct style casts | Chris Lattner | 2001-09-10 | 1 | -1/+1 |
| | | | | | | | Types are not all constant now llvm-svn: 544 | ||||
| * | Use type checking predicates | Chris Lattner | 2001-09-10 | 1 | -14/+12 |
| | | | | | llvm-svn: 543 | ||||
| * | Use correct casts | Chris Lattner | 2001-09-10 | 1 | -5/+3 |
| | | | | | llvm-svn: 542 | ||||
| * | Use predicate for Value type test | Chris Lattner | 2001-09-10 | 1 | -12/+8 |
| | | | | | | | Use builtin casts llvm-svn: 541 | ||||
| * | Use predicate for Value type test | Chris Lattner | 2001-09-10 | 1 | -2/+1 |
| | | | | | llvm-svn: 540 | ||||
| * | ModuleTyID doesn't exist anyymore | Chris Lattner | 2001-09-10 | 2 | -2/+1 |
| | | | | | | | Use correct cast llvm-svn: 539 | ||||
| * | getMethodType is now just getType | Chris Lattner | 2001-09-10 | 1 | -2/+2 |
| | | | | | llvm-svn: 538 | ||||
| * | Add support for printing globals | Chris Lattner | 2001-09-10 | 1 | -0/+7 |
| | | | | | llvm-svn: 537 | ||||
| * | Update to use correct type cast | Chris Lattner | 2001-09-10 | 1 | -2/+2 |
| | | | | | llvm-svn: 536 | ||||
| * | Add support for global variables | Chris Lattner | 2001-09-10 | 1 | -2/+3 |
| | | | | | llvm-svn: 535 | ||||
| * | Fix a bug I introduced (assertion failed: Unknown operand type), and convert ↵ | Chris Lattner | 2001-09-10 | 1 | -16/+11 |
| | | | | | | | to predicate style for type checks llvm-svn: 531 | ||||
| * | Implement global variable support | Chris Lattner | 2001-09-10 | 8 | -22/+120 |
| | | | | | llvm-svn: 530 | ||||
| * | Add support for external methods | Chris Lattner | 2001-09-10 | 1 | -0/+107 |
| | | | | | llvm-svn: 529 | ||||
| * | Genericize support for calling functions a bit | Chris Lattner | 2001-09-10 | 4 | -21/+33 |
| | | | | | | | Add external method support llvm-svn: 528 | ||||
| * | Remove the definitions of 3 global functions that don't belong in the core | Chris Lattner | 2001-09-09 | 1 | -102/+0 |
| | | | | | llvm-svn: 526 | ||||
| * | Implement the subset of the GetConstantValueAsSignedInt function that is ↵ | Chris Lattner | 2001-09-09 | 1 | -0/+32 |
| | | | | | | | needed, locally. Remove the two support functions to inline their contents. llvm-svn: 525 | ||||
| * | Implement the subset of the GetConstantValueAsSignedInt function that is ↵ | Chris Lattner | 2001-09-09 | 1 | -19/+32 |
| | | | | | | | needed, locally. llvm-svn: 524 | ||||
| * | Rename contype to subtype | Chris Lattner | 2001-09-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 522 | ||||
| * | Make ADCE more robust, it still has problems, but it's getting closer | Chris Lattner | 2001-09-09 | 1 | -37/+181 |
| | | | | | llvm-svn: 521 | ||||
| * | Fix problems with freeing memory twice | Chris Lattner | 2001-09-09 | 1 | -40/+37 |
| | | | | | llvm-svn: 520 | ||||
| * | Rename file to be consistent with header name | Chris Lattner | 2001-09-09 | 1 | -0/+0 |
| | | | | | llvm-svn: 519 | ||||
| * | Clean up Type class by removing mutable ConstRules member and use ↵ | Chris Lattner | 2001-09-09 | 2 | -1/+10 |
| | | | | | | | annotations insead llvm-svn: 516 | ||||
| * | Clean up ConstRules stuff to use annotations instead of a mutable member in Type | Chris Lattner | 2001-09-09 | 1 | -34/+33 |
| | | | | | llvm-svn: 515 | ||||
| * | Handle cast float-to-float or cast double-to-double. | Vikram S. Adve | 2001-09-09 | 1 | -4/+17 |
| | | | | | llvm-svn: 512 | ||||
| * | Fix build breakage. :( | Chris Lattner | 2001-09-09 | 1 | -3/+3 |
| | | | | | llvm-svn: 511 | ||||
| * | I really don't like it when people break the build. | Chris Lattner | 2001-09-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 510 | ||||
| * | Committed for compliation. Not yet final. | Ruchira Sasanka | 2001-09-08 | 4 | -0/+317 |
| | | | | | | | --Ruchira llvm-svn: 505 | ||||
| * | --Ruchira | Ruchira Sasanka | 2001-09-08 | 2 | -0/+197 |
| | | | | | llvm-svn: 504 | ||||

