summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Reduce usage of MRegisterInfo::getRegClassChris Lattner2004-08-152-3/+3
* Insertion methods now return void instead of #instrs inserted. Also, useChris Lattner2004-08-152-31/+25
* Code insertion methods now return void instead of #instrs insertedChris Lattner2004-08-152-18/+15
* Code insertion methods now return void instead of an int.Chris Lattner2004-08-156-48/+42
* The insertion method returns void nowChris Lattner2004-08-151-5/+1
* Nuke ifdef'd out codeChris Lattner2004-08-151-33/+0
* Stop using CreateStackObject(RegClass*)Chris Lattner2004-08-155-9/+8
* These methods no longer take a TargetRegisterClass* operand.Chris Lattner2004-08-1514-70/+47
* Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos2004-08-152-4/+4
* Initial implementations of the ErrorCode and Path concepts for Linux.Reid Spencer2004-08-155-0/+792
* Add future optimization opportunityNate Begeman2004-08-151-0/+1
* Fix float to int codepath by always allocating 8 bytes for the target of a do...Nate Begeman2004-08-151-6/+9
* Zimm16 is now dead. Its entry is not removed from the enum, to avoid havingChris Lattner2004-08-152-4/+0
* Convert all of the DForm_6* operations, which makes all of the Zimm16 usersChris Lattner2004-08-153-12/+24
* Add i1immChris Lattner2004-08-151-0/+1
* Reenable the CCRCChris Lattner2004-08-151-1/+2
* Convert the DForm_4 over to the asmprintergenChris Lattner2004-08-153-9/+29
* Remove dead codeNate Begeman2004-08-151-8/+0
* Print mflr using the asmwriter generatorChris Lattner2004-08-142-2/+21
* Update to no longer take MF as an argumentChris Lattner2004-08-142-4/+3
* Make the AsmWriter a first-class tblgen object. Allow targets to specifyChris Lattner2004-08-141-15/+38
* Replace PowerPCPEI.cpp with target independant PrologEpilogInserterNate Begeman2004-08-146-353/+64
* Add support for frame pointers, and large offsets from stack and frame pointe...Nate Begeman2004-08-142-28/+72
* Add indexed forms of load doubleword and load word algebraic for 64 bit targetsNate Begeman2004-08-141-0/+2
* Fix handling of FP constants with single precision, and loading of internal l...Nate Begeman2004-08-141-27/+27
* Add initial support for using the generated asm writer. Also, fix FP constan...Nate Begeman2004-08-141-61/+73
* Add generation of asm writer from tablegen files to MakefileNate Begeman2004-08-141-1/+6
* Eliminate MachineFunction& argument from eliminateFrameIndex in x86 Target. ...Nate Begeman2004-08-142-4/+3
* Eliminate MachineFunction& argument from eliminateFrameIndex in SparcV9 targetNate Begeman2004-08-142-4/+3
* Eliminate MachineFunction& argument from eliminateFrameIndex in Skeleton targetNate Begeman2004-08-142-4/+3
* Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman2004-08-141-1/+1
* Implement test/Regression/Transforms/GlobalConstifier/phi-select.llxChris Lattner2004-08-141-6/+16
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-131-19/+32
* Remove an unneeded header and forward declarationNate Begeman2004-08-131-2/+0
* Fix siod by switching BoolTy to byte rather than int until CFE changes forNate Begeman2004-08-132-27/+28
* Fix 177.mesa compilation, don't use floating point regs for base addresses!Nate Begeman2004-08-131-1/+1
* Fix llc crasher compiling siod by giving BuildMI the correct number of argumentsNate Begeman2004-08-131-1/+1
* If we are extracting a block that has multiple successors that are the sameChris Lattner2004-08-131-2/+11
* When we code extract some stuff, leave the codeRepl block in the place whereChris Lattner2004-08-131-1/+1
* "extract" the block extractor pass from bugpoint (haha)Chris Lattner2004-08-131-0/+53
* Add value mapper support for select constant exprs. This should fix a bugChris Lattner2004-08-131-0/+5
* Longs are in one register on PowerPC 64; use appropriate instructions to oper...Nate Begeman2004-08-131-158/+22
* Add some more 64 bit instructions we need for the PowerPC-64 ISel to the tabl...Nate Begeman2004-08-132-2/+57
* Split saveCallerSavedRegisters into two methods for clarity, and add comments.Chris Lattner2004-08-121-9/+52
* Remove dead methodsChris Lattner2004-08-123-64/+7
* Fix warningChris Lattner2004-08-121-1/+1
* Instead of a virtual method call, lets try a direct constant referenceChris Lattner2004-08-123-7/+8
* Virtual method calls are overratedChris Lattner2004-08-121-3/+3
* Virtual method calls are overrated.Chris Lattner2004-08-122-8/+6
* Forward substitute some constants into their usersChris Lattner2004-08-121-5/+2
OpenPOWER on IntegriCloud