oota-llvm.git
2004-08-13 Reid SpencerFix header commentary.
2004-08-13 Reid SpencerAdditional functionality. This version handles option...
2004-08-13 Reid SpencerFirst version of a utility internal to llvmc that handl...
2004-08-13 Reid SpencerAdded description of usage of the getPosition() option...
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-13 Nate BegemanRemove an unneeded header and forward declaration
2004-08-13 Nate BegemanFix siod by switching BoolTy to byte rather than int...
2004-08-13 Nate BegemanFix 177.mesa compilation, don't use floating point...
2004-08-13 Nate BegemanFix llc crasher compiling siod by giving BuildMI the...
2004-08-13 Chris LattnerAdd another test
2004-08-13 Chris LattnerIf we are extracting a block that has multiple successo...
2004-08-13 Chris LattnerWhen we code extract some stuff, leave the codeRepl...
2004-08-13 Chris LattnerNew testcase, which causes the block extractor to barf
2004-08-13 Chris Lattner"extract" the block extractor pass from bugpoint (haha)
2004-08-13 Chris LattnerAdd a pass
2004-08-13 Chris LattnerAdd value mapper support for select constant exprs...
2004-08-13 Nate BegemanLongs are in one register on PowerPC 64; use appropriat...
2004-08-13 Nate BegemanAdd some more 64 bit instructions we need for the Power...
2004-08-12 Misha BrukmanWrap long lines and try to fill the 80 chars per line...
2004-08-12 Misha Brukman* Escape &, <, and >
2004-08-12 Chris LattnerAdd description of packed type support.
2004-08-12 Chris LattnerAdd information on adding a derived type to LLVM, patch...
2004-08-12 Chris LattnerAllow targets to specify particular stack slots that...
2004-08-12 Chris LattnerSplit saveCallerSavedRegisters into two methods for...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerFix warning
2004-08-12 Chris LattnerInstead of a virtual method call, lets try a direct...
2004-08-12 Chris LattnerVirtual method calls are overrated
2004-08-12 Chris LattnerVirtual method calls are overrated.
2004-08-12 Chris LattnerForward substitute some constants into their users
2004-08-12 Chris LattnerThe only target that uses this code (v9) always has...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerWhen we want a constant, just use it, instead of callin...
2004-08-12 Reid SpencerConvert to unix line format.
2004-08-12 Misha BrukmanDisable PPC64 backend by default because LLC cannot...
2004-08-12 Chris LattnerThis patch makes the inliner refuse to inline functions...
2004-08-12 Misha Brukman* Correct 64-bit version: blr 1 (not 0)
2004-08-12 Misha Brukman* Print out full names for non-GPR or -FPR registers
2004-08-12 Chris LattnerFix code extraction of unwind blocks. This fixed bugs...
2004-08-12 Misha Brukman* Pointers are 8 bytes, hence cLong type on 64-bit PPC
2004-08-12 Misha BrukmanEliminate special-casing 14-bit immediate load/store...
2004-08-12 Chris LattnerHrm, this pass didn't compile. This bugfix should...
2004-08-12 Chris LattnerIf the block extractor fails, actually emit the bc...
2004-08-12 Misha BrukmanCorrectly print out ASCII literal strings on AIX
2004-08-12 Misha BrukmanMark R2 as available for allocation on Darwin/PPC32...
2004-08-11 Misha Brukman* Move AIX into the llvm namespace to be accessed from...
2004-08-11 Misha BrukmanSet the is64bit flag and propagate it to PowerPCRegiste...
2004-08-11 Misha Brukman* Set the is64bit boolean flag in PowerPCRegisterInfo
2004-08-11 Misha Brukman64-bit instruction selector and AIX-specific 64-bit...
2004-08-11 Misha BrukmanFix names of 64-bit CMP*D* opcodes, add LWA and STD...
2004-08-11 Misha BrukmanAdd support for 64-bit CMPDI, CMPLDI, and CMPLD opcodes
2004-08-11 Misha BrukmanAdd doubleword load/store (64-bit only).
2004-08-11 Misha BrukmanSimple hand-coded tests to aid in early development...
2004-08-11 Misha BrukmanHyphenate ##-bit and remove first-person from comments.
2004-08-11 Nate BegemanClean up 32/64bit and Darwin/AIX split. Next steps...
2004-08-11 Chris LattnerFix a case where constantexprs could leak into the...
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...
next