summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-101-44/+1
| | | | llvm-svn: 717
* Minor changes.Vikram S. Adve2001-09-181-67/+89
| | | | llvm-svn: 613
* This checkin represents some cleanup of the backend, implementing the ↵Chris Lattner2001-09-141-88/+68
| | | | | | | | | | 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
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-121-4/+3
| | | | | | not leak all its allocated memory. llvm-svn: 553
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-111-22/+7
| | | | llvm-svn: 551
* Eliminate MainTreeNode functionChris Lattner2001-09-111-2/+2
| | | | llvm-svn: 550
* A file should always include it's private header file *FIRST* see theChris Lattner2001-09-071-1/+1
| | | | | | coding guidelines llvm-svn: 474
* Moved debug options declaration to header file, and movedVikram S. Adve2001-08-281-65/+54
| | | | | | a function to MachineInstr.cpp. llvm-svn: 393
* Simplify command line options, and add option for printingVikram S. Adve2001-07-311-6/+8
| | | | | | machine instructions without debugging info. llvm-svn: 340
* Record machine instructions in the vector for each basic block.Vikram S. Adve2001-07-301-0/+14
| | | | llvm-svn: 331
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵Chris Lattner2001-07-231-3/+3
| | | | | | | | treat the commandline args as the objects they represent and the "right thing" will happen llvm-svn: 283
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Clean up hash table usageChris Lattner2001-07-231-3/+2
| | | | | | Remove opaque pointer used for C compatibility which isn't an issue llvm-svn: 275
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-8/+6
| | | | llvm-svn: 274
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-7/+17
| | | | llvm-svn: 272
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-221-19/+10
| | | | | | program. llvm-svn: 267
* Remove unneccesary #includesChris Lattner2001-07-211-9/+1
| | | | llvm-svn: 258
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-3/+3
| | | | llvm-svn: 253
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-211-0/+279
llvm-svn: 231
OpenPOWER on IntegriCloud