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