Rename SwitchSection -> switchSection to avoid conflicting with a future
[oota-llvm.git] / lib / Target / X86 / Makefile
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.