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