summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.h
Commit message (Expand)AuthorAge
* Add -sse[,2,3] arguments to LLCChris Lattner2004-08-24
* Disable the pattern iselChris Lattner2004-08-15
* Remove some (LARGE) abandoned code for the release. If this is ever neededChris Lattner2004-07-22
* Tablgen files for really simple instruction selectorJakub Staszak2004-04-06
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-28
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-28
* Add a floating point killer pass. This pass runs before registerAlkis Evlogimenos2003-12-13
* Add an option to enable the SSA based peephole optimizer.Chris Lattner2003-12-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-21
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-13
* Add support for a pattern matching instruction selector. This is still inChris Lattner2003-08-11
* Start using tablegen'd instruction enum listChris Lattner2003-08-03
* Switch over to tablegen generated header filesChris Lattner2003-08-03
* Rename function to be more consistent with filenameChris Lattner2003-07-26
* Printer.cpp: Ditch addRequired/getAnalysis, because they leaveBrian Gaeke2003-07-23
* Add namespace comments for doxygenChris Lattner2003-06-03
* Move passes out to Passes.hChris Lattner2003-01-13
* * Most pass ctor functions don't take TM arguments anymoreChris Lattner2002-12-28
* Try #2 to get alias set stuff to workChris Lattner2002-12-16
* Add info about register aliases, add prototype for createLocalRegisterAllocatorChris Lattner2002-12-16
* Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocatorChris Lattner2002-12-16
* * Move information about Implicit Defs/Uses into X86InstrInfo.def.Chris Lattner2002-12-03
* Start to add more information to instr.defChris Lattner2002-11-18
* Convert backend to use passes, implement X86TargetMachineChris Lattner2002-10-29
* Rename X86InstructionInfo to X86InstrInfoChris Lattner2002-10-29
* Be compatible with sparc backendChris Lattner2002-10-29
* Initial stab at MachineInstr'icationChris Lattner2002-10-28
* Initial checkin of X86 backend.Chris Lattner2002-10-25