summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.h
Commit message (Expand)AuthorAge
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-08
* Remove unneeded forward declsChris Lattner2006-11-15
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* - Enable x86 isel preprocessing by default unless -fast is specified.Evan Cheng2006-08-29
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* Kill the x86 pattern isel. boom.Nate Begeman2006-02-17
* Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is nowChris Lattner2006-02-03
* Bye bye Pattern ISel, hello DAG ISel.Evan Cheng2006-01-27
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-27
* Added preliminary x86 subtarget support.Evan Cheng2006-01-26
* Only lower SELECT when using DAG based isel.Evan Cheng2005-12-17
* remove some never-completed and now-obsolete code.Chris Lattner2005-12-12
* Separate X86ISelLowering stuff out from the X86ISelPattern.cpp file. PatchChris Lattner2005-11-15
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-18
* Refactor things a bit to allow the ELF code emitter to run the X86 machine co...Chris Lattner2005-07-11
* Remove prototype for non-existant functionChris Lattner2005-07-11
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-06
* Add support to the X86 backend for emitting ELF files. To use this, weChris Lattner2005-06-27
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Add a new prototypeChris Lattner2005-01-07
* 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