]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Target/X86/Makefile
[X86] Convert all the i8imm used by AVX512 and MMX instructions to u8imm.
[opencl/llvm.git] / lib / Target / X86 / Makefile
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengRename TargetDesc to MCTargetDesc
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-02-17 David Greene[AVX] Recorganize X86ShuffleDecode into its own library
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-11-25 Daniel DunbarSketch structure for X86 disassembler.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Daniel DunbarStart generating AsmMatcher.inc for X86.
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-08-14 Dan GohmanBuild the X86GenFastISel.inc file.
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-02-27 Chris Lattnerreenable generation of CC info
2007-02-27 Evan ChengBack out previous commit temporarily.
2007-02-27 Chris Lattnerbuild cc info
2006-10-28 Chris Lattnerdon't distribute internal readme's
2006-10-28 Reid SpencerMake sure all the readme files get distributed.
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-08-11 Chris Lattnereliminate extraneous blank line
2006-04-13 Reid SpencerAdd the README files to the distribution.
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2005-11-16 Chris Lattnerinitial step at adding a dag-to-dag isel for X86 backen...
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-08-15 Chris LattnerDisable the pattern isel
2004-08-01 Chris LattnerFactor a bunch of the rules and add support for generat...
2004-07-22 Chris LattnerRemove some (LARGE) abandoned code for the release...
2004-04-06 Jakub StaszakTablgen files for really simple instruction selector
2003-11-07 Chris LattnerHopefully fix the objdir != srcdir issue
2003-11-05 Misha BrukmanWe know exactly what the value of $< is, so instead...
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-09-10 Chris LattnerBe a little more specific about what is begin generated...
2003-09-09 John CriswellUpdated to find source files using VPATH. This makes...
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-21 Chris LattnerChange all #include'd files to be :: rules instead...
2003-08-11 Chris LattnerWhoops, accidental checkin. :(
2003-08-11 Chris LattnerAdd a new -enable-cygwin-compatible-output argument...
2003-08-11 Misha BrukmanRemoved `-debug' so that spurious printouts of patterns...
2003-08-11 Chris LattnerUntil the pattern matching instruction selector is...
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-03 Chris LattnerStart using tablegenerated instruction descriptions
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2002-10-25 Chris LattnerInitial checkin of X86 backend.