aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-2/+1
* Rename TargetDesc to MCTargetDescEvan Cheng2011-06-241-1/+1
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-4/+5
* [AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene2011-02-171-1/+1
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-1/+1
* Added a custom TableGen backend to support theSean Callanan2010-01-291-0/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+2
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-2/+2
* Sketch structure for X86 disassembler.Daniel Dunbar2009-11-251-1/+1
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-1/+1
* Start generating AsmMatcher.inc for X86.Daniel Dunbar2009-07-171-1/+1
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-151-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-1/+3
* Build the X86GenFastISel.inc file.Dan Gohman2008-08-141-0/+1
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* reenable generation of CC infoChris Lattner2007-02-271-1/+1
* Back out previous commit temporarily.Evan Cheng2007-02-271-1/+1
* build cc infoChris Lattner2007-02-271-1/+1
* don't distribute internal readme'sChris Lattner2006-10-281-1/+1
* Make sure all the readme files get distributed.Reid Spencer2006-10-281-1/+1
* Still need to support -mcpu=<> or cross compilation will fail. Doh.Evan Cheng2006-10-061-1/+2
* Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,...Evan Cheng2006-10-061-2/+1
* eliminate extraneous blank lineChris Lattner2006-08-111-1/+0
* Add the README files to the distribution.Reid Spencer2006-04-131-0/+1
* Added preliminary x86 subtarget support.Evan Cheng2006-01-261-1/+2
* initial step at adding a dag-to-dag isel for X86 backend. Patch contributedChris Lattner2005-11-161-1/+1
* Adjust to changes in asmwriter filenamesChris Lattner2004-12-161-2/+2
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-43/+5
* Add support for the -x86-asm-syntax flag, which can be used to choose betweenChris Lattner2004-10-031-3/+8
* Disable the pattern iselChris Lattner2004-08-151-5/+4
* Factor a bunch of the rules and add support for generating the asmwriter.Chris Lattner2004-08-011-21/+23
* Remove some (LARGE) abandoned code for the release. If this is ever neededChris Lattner2004-07-221-6/+1
* Tablgen files for really simple instruction selectorJakub Staszak2004-04-061-1/+8
* Hopefully fix the objdir != srcdir issueChris Lattner2003-11-071-6/+12
* We know exactly what the value of $< is, so instead of using `basename $<` toMisha Brukman2003-11-051-8/+7
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Be a little more specific about what is begin generated. Only printChris Lattner2003-09-101-12/+12
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-0/+6
* Checkin of autoconf-style object root.John Criswell2003-09-061-6/+6
* Change all #include'd files to be :: rules instead of : rulesChris Lattner2003-08-211-6/+6
* Whoops, accidental checkin. :(Chris Lattner2003-08-111-1/+1
* Add a new -enable-cygwin-compatible-output argument, which make the output moreChris Lattner2003-08-111-1/+1
* Removed `-debug' so that spurious printouts of patterns are not seen atMisha Brukman2003-08-111-1/+1
* Until the pattern matching instruction selector is finished, enable debug out...Chris Lattner2003-08-111-1/+1
* Add support for a pattern matching instruction selector. This is still inChris Lattner2003-08-111-11/+14