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