| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -1/+1 |
| * | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -1/+1 |
| * | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -1/+1 |
| * | [Sparc] Add initial implementation of disassembler for sparc | Venkatraman Govindaraju | 2014-01-06 | 1 | -2/+2 |
| * | [Sparc] Add initial implementation of MC Code emitter for sparc. | Venkatraman Govindaraju | 2014-01-05 | 1 | -1/+1 |
| * | [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9. | Venkatraman Govindaraju | 2014-01-04 | 1 | -2/+3 |
| * | [Sparc] Add MCInstPrinter implementation for SPARC. | Venkatraman Govindaraju | 2013-12-25 | 1 | -1/+1 |
| * | [Sparc] Make SPARC instructions' encoding well defined such that TableGen can... | Venkatraman Govindaraju | 2013-09-22 | 1 | -1/+2 |
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -1/+1 |
| * | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -2/+2 |
| * | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -2/+2 |
| * | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -3/+1 |
| * | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 2011-06-24 | 1 | -1/+2 |
| * | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 1 | -1/+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 |
| * | 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 |
| * | Separate sparc asmprinter. This should unbreak the native build | Anton Korobeynikov | 2008-11-11 | 1 | -1/+3 |
| * | Start moving sparc to use SparcCallingConv.td, switching over | Chris Lattner | 2008-03-17 | 1 | -1/+1 |
| * | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | don't dist internal readme | Chris Lattner | 2006-10-28 | 1 | -1/+0 |
| * | Add the README files to the distribution. | Reid Spencer | 2006-04-13 | 1 | -0/+1 |
| * | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 2006-02-05 | 1 | -0/+20 |
| * | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -60/+0 |
| * | Move sparc-specific livevar code into lib/Target/Sparc | Chris Lattner | 2004-01-09 | 1 | -1/+1 |
| * | Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This | Chris Lattner | 2004-01-09 | 1 | -1/+1 |
| * | Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific | Chris Lattner | 2004-01-09 | 1 | -0/+1 |
| * | Force a dependency on the .inc file, which must be generated! | Misha Brukman | 2003-11-13 | 1 | -0/+3 |
| * | Use `basename $<` to get just the filename, not full path, for ease of reading. | Misha Brukman | 2003-11-07 | 1 | -2/+2 |
| * | Hopefully this will fix PR98 | Chris Lattner | 2003-11-07 | 1 | -2/+2 |
| * | Tweak sed commands so that they filter out more # stuff and also | Brian Gaeke | 2003-10-29 | 1 | -3/+3 |
| * | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| * | Don't explicitly use $SourceDir to find the tblgen files. This causes make | John Criswell | 2003-09-10 | 1 | -4/+4 |
| * | Updated to find source files using VPATH. This makes writing build rules | John Criswell | 2003-09-09 | 1 | -9/+12 |
| * | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 1 | -20/+10 |
| * | Change all #include'd files to be :: rules instead of : rules | Chris Lattner | 2003-08-21 | 1 | -1/+1 |
| * | Remove makefile complexity by always running tablegen with its final output | Chris Lattner | 2003-08-01 | 1 | -7/+2 |
| * | We no longer need to preprocess SparcV9.td before sending it through tablegen | Chris Lattner | 2003-07-30 | 1 | -1/+1 |
| * | Only regenerate the .inc file if IT has changed, not just if the .td files | Chris Lattner | 2003-07-30 | 1 | -4/+13 |
| * | Do not use 'cpp' directly | Chris Lattner | 2003-07-29 | 1 | -1/+1 |
| * | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -7/+16 |
| * | Updated for the new projects Makefile. | John Criswell | 2003-06-11 | 1 | -4/+4 |
| * | Use the new -o tablegen option | Chris Lattner | 2003-06-03 | 1 | -4/+1 |
| * | Make the .inc file depend on $(TBLGEN), so that changes to TableGen followed | Brian Gaeke | 2003-06-01 | 1 | -1/+1 |
| * | Makefile: Make SparcV9CodeEmitter.inc depend on SparcV9_F*.td as well. | Brian Gaeke | 2003-05-30 | 1 | -1/+1 |
| * | Use an absolute path to TableGen because not everyone (e.g. automatic tester) | Misha Brukman | 2003-05-29 | 1 | -1/+1 |
| * | When TableGen finds an error in the SparcV9.td file, it exits with a non-zero | Misha Brukman | 2003-05-29 | 1 | -1/+4 |
| * | This should work better with re-generating the SparcV9CodeEmitter.inc file. | Misha Brukman | 2003-05-29 | 1 | -6/+8 |
| * | Add dependency to make TableGen rule fire. | Brian Gaeke | 2003-05-28 | 1 | -0/+2 |