aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Makefile
AgeCommit message (Expand)Author
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Rename TargetDesc to MCTargetDescEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-02-17[AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene
2010-10-01Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach
2010-01-29Added a custom TableGen backend to support theSean Callanan
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan
2009-11-25Sketch structure for X86 disassembler.Daniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-17Start generating AsmMatcher.inc for X86.Daniel Dunbar
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2008-08-14Build the X86GenFastISel.inc file.Dan Gohman
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-02-27reenable generation of CC infoChris Lattner
2007-02-27Back out previous commit temporarily.Evan Cheng
2007-02-27build cc infoChris Lattner
2006-10-28don't distribute internal readme'sChris Lattner
2006-10-28Make sure all the readme files get distributed.Reid Spencer
2006-10-06Still need to support -mcpu=<> or cross compilation will fail. Doh.Evan Cheng
2006-10-06Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,...Evan Cheng
2006-08-11eliminate extraneous blank lineChris Lattner
2006-04-13Add the README files to the distribution.Reid Spencer
2006-01-26Added preliminary x86 subtarget support.Evan Cheng
2005-11-16initial step at adding a dag-to-dag isel for X86 backend. Patch contributedChris Lattner
2004-12-16Adjust to changes in asmwriter filenamesChris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-03Add support for the -x86-asm-syntax flag, which can be used to choose betweenChris Lattner
2004-08-15Disable the pattern iselChris Lattner
2004-08-01Factor a bunch of the rules and add support for generating the asmwriter.Chris Lattner
2004-07-22Remove some (LARGE) abandoned code for the release. If this is ever neededChris Lattner
2004-04-06Tablgen files for really simple instruction selectorJakub Staszak
2003-11-07Hopefully fix the objdir != srcdir issueChris Lattner
2003-11-05We know exactly what the value of $< is, so instead of using `basename $<` toMisha Brukman
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-09-10Be a little more specific about what is begin generated. Only printChris Lattner
2003-09-09Updated to find source files using VPATH. This makes writing build rulesJohn Criswell
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-21Change all #include'd files to be :: rules instead of : rulesChris Lattner
2003-08-11Whoops, accidental checkin. :(Chris Lattner
2003-08-11Add a new -enable-cygwin-compatible-output argument, which make the output moreChris Lattner
2003-08-11Removed `-debug' so that spurious printouts of patterns are not seen atMisha Brukman
2003-08-11Until the pattern matching instruction selector is finished, enable debug out...Chris Lattner