summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* --corrected coalescing test: coalsed only if two are of the same reg classRuchira Sasanka2001-10-121-6/+6
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-111-27/+52
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-102-27/+32
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-101-0/+357
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-102-259/+1
* Commit more code over to new cast styleChris Lattner2001-10-022-5/+7
* Convert more code to use new style castsChris Lattner2001-10-013-13/+12
* Add support for new style castsChris Lattner2001-10-011-1/+1
* removing phy regaloc - incorrect fileRuchira Sasanka2001-09-301-487/+0
* Change ! ( ...== ...) to !=.Vikram S. Adve2001-09-301-1/+1
* Improved dump for disp type operand.Vikram S. Adve2001-09-301-1/+7
* Bug fixes:Vikram S. Adve2001-09-301-378/+429
* Minor changes for bug fixes in SchedGraph.cpp.Vikram S. Adve2001-09-301-9/+15
* Two bug fixes:Vikram S. Adve2001-09-301-78/+177
* added suggesting color supportRuchira Sasanka2001-09-303-6/+41
* --added suggesting colors; call/ret arg handlingRuchira Sasanka2001-09-302-48/+235
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-283-9/+34
* -- removed debugging messagesRuchira Sasanka2001-09-191-1/+1
* -fixed return value bug.Ruchira Sasanka2001-09-191-0/+487
* Change debug info from #define to command line optionChris Lattner2001-09-191-5/+12
* Change debug info from #define to command line optionChris Lattner2001-09-191-1/+12
* * REMOVE extraneous debug info if DEBUG_RA is not setChris Lattner2001-09-192-5/+7
* *** empty log message ***Ruchira Sasanka2001-09-181-0/+1
* -- updated printingRuchira Sasanka2001-09-182-36/+100
* Remove a copy of a bunch of codeChris Lattner2001-09-181-113/+0
* Don't check for null on deleteChris Lattner2001-09-181-5/+1
* Cast unsigned to int! It was causing a nice little bug.Vikram S. Adve2001-09-181-2/+2
* Minor changes.Vikram S. Adve2001-09-182-166/+182
* Don't add instructions to subtree for Phi or Call.Vikram S. Adve2001-09-181-132/+201
* Format file header.Vikram S. Adve2001-09-181-19/+19
* Add new entry/exit edges when removing delay slot nodes from the graph.Vikram S. Adve2001-09-181-20/+36
* Moved erase edge functions to class SchedGraph.Vikram S. Adve2001-09-181-42/+93
* Renamed some header files.Vikram S. Adve2001-09-181-20/+20
* Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve2001-09-181-10/+16
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-181-2/+2
* modified machine code printingRuchira Sasanka2001-09-151-43/+150
* --added methods for printingRuchira Sasanka2001-09-151-0/+2
* added setRegForValue to MachineOperand classRuchira Sasanka2001-09-151-1/+26
* fixed printing messagesRuchira Sasanka2001-09-153-32/+121
* -- debug messages dissabledRuchira Sasanka2001-09-151-1/+1
* --reg alloc code addedRuchira Sasanka2001-09-153-1/+9
* -reg alloc codeRuchira Sasanka2001-09-151-0/+7
* added RegAlloc Directory to DIRSRuchira Sasanka2001-09-141-1/+1
* *** empty log message ***Ruchira Sasanka2001-09-145-0/+1085
* Add a forward decl, oops.Chris Lattner2001-09-141-0/+1
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-145-3/+701
* Split Target/Machine.h into three files:Chris Lattner2001-09-143-10/+3
* Make a new llvm/Target #include directory.Chris Lattner2001-09-147-489/+4
* Checkin changes to:Chris Lattner2001-09-141-8/+8
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-141-2/+0
OpenPOWER on IntegriCloud