oota-llvm.git
2004-08-11 Chris LattnerRemove a bunch of ad-hoc target-specific flags that...
2004-08-11 Chris LattnerRemove a dead method
2004-08-11 Chris LattnerFinally, the entire instruction asmprinter is now gener...
2004-08-11 Chris LattnerAdd asmprintergen support for the last X86 instruction...
2004-08-11 Chris LattnerThis file is long dead
2004-08-11 Chris LattnerScrunch memoperands, add a few more for floating point...
2004-08-11 Chris LattnerMove hacks up
2004-08-11 Chris LattnerMake FPI take asm string and operand list
2004-08-11 Chris LattnerNuke the Im*i* patterns, by asmprintergenifying all...
2004-08-11 Chris LattnerX86 instructions that read-modify-write memory are...
2004-08-11 Chris LattnerGet rid of the Im8, Im16, Im32 classes, converting...
2004-08-11 Chris LattnerFix minor bug in previous checkin
2004-08-11 Nate BegemanFix 255.vortex by using getClassB instead of getClass
2004-08-11 Chris LattnerRemove dead method
2004-08-11 Chris LattnerConvert asmprinter to new style of instruction printer
2004-08-11 Chris Lattnerchange how we invoke the printer. Instead of passing...
2004-08-11 Chris LattnerStart parsing more information from the Operand information
2004-08-11 Chris LattnerRemove special case hacks
2004-08-11 Chris LattnerFill out immediate operand classes, add a new Operand...
2004-08-11 Chris LattnerFix InstCombine/2004-08-10-BoolSetCC.ll, a bug that...
2004-08-11 Chris LattnerNew testcase that instcombine is getting wrong
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-10 Misha BrukmanImplement new constructor.
2004-08-10 Misha BrukmanAdd new constructor.
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-10 Misha Brukman* Fix file header to use tablegen emacs mode instead...
2004-08-10 Chris LattnerThis is purely a formatting patch that gets us closer...
2004-08-10 Chris LattnerDrop the first argument of FPI, and asmprinterify fxch
2004-08-10 Misha BrukmanDeleted commented-out code as we now get namespace...
2004-08-10 Nate BegemanFix casts of float to unsigned long
2004-08-10 Misha BrukmanFix file header comment: update filename, set tablegen...
2004-08-10 Chris LattnerThis purely mechanical patch gives the "I" tblgen class...
2004-08-10 Reid SpencerFix a copy & paste error .. correct the description...
2004-08-10 Reid SpencerAdding a simple example of how to use the JIT.
2004-08-10 Chris LattnerConvert Ii32 instructions over to use the asmprinter...
2004-08-10 Misha BrukmanDForm 5/6 extended mneumonics take 3 arguments.
2004-08-10 Misha BrukmanUse the target name instead of hard-coding SparcV9.
2004-08-10 Misha Brukman* Instruction definitions moved to SparcV9InstrInfo...
2004-08-10 Misha BrukmanRenamed SparcV9_Reg.td -> SparcV9RegisterInfo.td for...
2004-08-10 Misha BrukmanFix DForm_4: format is `op r, r, i'
2004-08-10 Misha BrukmanFix comment header, specify type of file `tablegen'.
2004-08-10 Reid SpencerFinish HTMLizing the document. Configuration section...
2004-08-10 Reid SpencerFixed some spellos and grammaros.
2004-08-10 Reid SpencerMove CompilerDriver.h here.
2004-08-10 Reid SpencerInitial makefile for the LLVM Compiler Driver.
2004-08-10 Reid SpencerFirst "do nothing" version of the LLVM Compiler Driver...
2004-08-10 Chris LattnerConvert the Ii16 instructions over
2004-08-10 Chris LattnerConvert all Ii8 instructions over to the autogenerated...
2004-08-10 Misha BrukmanDefine the target name so we can use it via TableGen.
2004-08-10 Chris LattnerThis was a good idea, but until this does not break...
2004-08-10 Chris LattnerPaper over CBackend/2004-08-09-va-end-null.ll
2004-08-09 Chris LattnerThis testcase causes the CBE to generate code that...
2004-08-09 Misha BrukmanStub definition of the PowerPC CodeEmitter class; this...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-09 Chris LattnerFix InstCombine/2004-08-09-RemInfLoop.llx
2004-08-09 Chris LattnerNew testcase
2004-08-09 Misha BrukmanDo not mention Chris in public Makefiles
2004-08-09 Misha BrukmanShorten comment header to 80 cols
2004-08-09 Misha Brukman* Remove UIUC-specific comment
2004-08-09 Misha BrukmanAdd note about AIX/PowerPC with disk space requirements...
2004-08-09 Misha BrukmanRemove Chris-related bytecode-dir comment
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanUse the current target name instead of a ClassPrefix.
2004-08-09 Misha Brukman* CFE builds on AIX/PowerPC
2004-08-09 Misha BrukmanThe (future) SparcV8 JIT would do well to have a class...
2004-08-09 Misha Brukman* Use Classname and ClassPrefix instead of hard-coded...
2004-08-09 Misha BrukmanDefine the ClassPrefix for SparcV9.
2004-08-09 Misha BrukmanDefine a ClassPrefix for PowerPC.
2004-08-09 Misha BrukmanClasses need to have a prefix name, so that they can...
2004-08-09 Misha BrukmanGenerate a code emitter for PowerPC as well, this will...
2004-08-09 Misha BrukmanUse instruction formats as defined in the PowerPC ISA...
2004-08-09 Reid SpencerMove information on Configuration files to the ../Compi...
2004-08-09 Reid SpencerThis is the initial draft of the Compiler Driver docume...
2004-08-09 Reid SpencerFix stack size processing now that the return address...
2004-08-08 Chris LattnerThis isn't a bug, it's a missing feature
2004-08-08 Chris LattnerFix another really nasty regression that Anshu pointed...
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-08 Chris LattnerTwo fixes:
2004-08-08 Chris LattnerThis DEBUG is buggy. comment it out because it's not...
2004-08-07 Reid SpencerAdded information about the configuration file. This...
2004-08-07 Reid SpencerGet rid of a warning when compiling optimized. Uninitia...
2004-08-07 Chris LattnerOk get rid of the REST of the tabs
2004-08-07 Chris LattnerDeath to tabs
2004-08-06 Reid SpencerCorrect spelling mistakes. Wrap lines at 80 columns.
2004-08-06 Reid SpencerVarious updates suggested by Misha and Chris. Moved...
2004-08-06 Brian GaekedumpSavedState has outlived its usefulness.
2004-08-06 Chris LattnerNew testcase for critical 1.3 feature
2004-08-06 Reid SpencerFirst version of a manual page for the llvmc compiler...
2004-08-06 Alkis EvlogimenosSplit assertion to two in order to give better assertio...
2004-08-06 Chris LattnerNow without stinky dos newlines!
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-08-06 Brian GaekeUpdate the To-Do list according to my notes + assertions
2004-08-05 John CriswellAdded Louis Gerbarg. Louis is given credit in the...
2004-08-05 Chris LattnerMore prominantly mention ppc support, more accurately...
2004-08-05 Misha Brukman* Mention PowerPC as new feature, and experimental...
2004-08-05 John CriswellAdd additional copyright notice for the PowerPC backend.
2004-08-05 Brian GaekeSplit out -disable-codegen into -disable-llc and -disab...
2004-08-05 Misha BrukmanWe now have the PowerPC backend, thanks to Nate Begeman...
next