aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86.h
Commit message (Expand)AuthorAgeFilesLines
* Start using tablegen'd instruction enum listChris Lattner2003-08-031-10/+3
* Switch over to tablegen generated header filesChris Lattner2003-08-031-9/+6
* Rename function to be more consistent with filenameChris Lattner2003-07-261-2/+2
* Printer.cpp: Ditch addRequired/getAnalysis, because they leaveBrian Gaeke2003-07-231-4/+5
* Add namespace comments for doxygenChris Lattner2003-06-031-3/+3
* Move passes out to Passes.hChris Lattner2003-01-131-10/+7
* * Most pass ctor functions don't take TM arguments anymoreChris Lattner2002-12-281-7/+12
* Try #2 to get alias set stuff to workChris Lattner2002-12-161-1/+1
* Add info about register aliases, add prototype for createLocalRegisterAllocatorChris Lattner2002-12-161-1/+2
* Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocatorChris Lattner2002-12-161-4/+4
* * Move information about Implicit Defs/Uses into X86InstrInfo.def.Chris Lattner2002-12-031-1/+1
* Start to add more information to instr.defChris Lattner2002-11-181-1/+1
* Convert backend to use passes, implement X86TargetMachineChris Lattner2002-10-291-14/+12
* Rename X86InstructionInfo to X86InstrInfoChris Lattner2002-10-291-1/+1
* Be compatible with sparc backendChris Lattner2002-10-291-1/+2
* Initial stab at MachineInstr'icationChris Lattner2002-10-281-5/+5
* Initial checkin of X86 backend.Chris Lattner2002-10-251-0/+61