Fix PR344: the incorrect remove was being used.
[oota-llvm.git] / lib / Target /
2004-05-26 Chris LattnerFix PR344: the incorrect remove was being used.
2004-05-26 Tanya LattnerAdding scheduling class.
2004-05-26 Tanya LattnerUpdating my cvs versions. THis is still in progress...
2004-05-25 Brian GaekeAdd a (not very meaningful) default constructor for...
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-25 Reid SpencerRemove use of Type::TypeTy from an assert. It will...
2004-05-23 Chris LattnerAdd support for accurate garbage collection to the...
2004-05-23 Chris LattnerAdd some notes to myself, no functional changes
2004-05-23 Chris Lattnerminor wording change
2004-05-23 Brian GaekeFix a typo in a comment.
2004-05-20 Chris LattnerFix to make the CBE always emit comparisons inline...
2004-05-20 Brian GaekeFix a bug in outputting branches to constant PCs. Since...
2004-05-19 Brian GaekeMinor simplification: eliminate a dyn_cast.
2004-05-14 Brian GaekeDon't keep track of references to LLVM BasicBlocks...
2004-05-14 Brian GaekeSupport MachineBasicBlock operands on RawFrm instructions.
2004-05-14 Brian GaekeGenerate branch machine instructions with MachineBasicB...
2004-05-13 Chris LattnerTwo more improvements for null pointer handling: storin...
2004-05-13 Chris LattnerSecond half of my fixed-sized-alloca patch. This folds...
2004-05-13 Chris LattnerSubstantially improve code generation for address expos...
2004-05-12 Chris LattnerPass boolean constants into function calls more efficie...
2004-05-10 Chris LattnerFix a fairly serious pessimizaion that was preventing...
2004-05-09 Chris LattnerFix some comments, avoid sign extending booleans when...
2004-05-09 Chris LattnerGenerate more efficient code for casting booleans to...
2004-05-09 Chris Lattnersyntactically loopify natural loops so that the GCC...
2004-05-09 Chris LattnerDo not emit prototypes for setjmp/longjmp, as they...
2004-05-09 Chris LattnerMake the floating point constant pools local to each...
2004-05-09 Chris LattnerGet this looking more like a function pass.
2004-05-09 Chris LattnerPrint all PHI copies for successor blocks before the...
2004-05-08 Tanya LattnerChanged CPUResource to allow access to maxnum users.
2004-05-08 Tanya LattnerUpdating my versions of ModuloScheduling in cvs. Still...
2004-05-08 Brian GaekeAdd support for widening integral casts.
2004-05-08 Brian GaekeAdd a bunch more branches
2004-05-08 Brian GaekeFlesh out GEP support
2004-05-08 Brian GaekeAdd ADD with immediate
2004-05-08 Brian GaekeAdd forms of CMP, SUBCC, and a few branches, and some...
2004-05-08 Brian GaekeAdd stub support for GEPs.
2004-05-07 Brian GaekeAdd support for copying bool constants to registers.
2004-05-07 Chris LattnerCodegen floating point stores of constants into integer...
2004-05-07 Chris LattnerMake comparisons against the null pointer as efficient...
2004-05-04 Brian GaekeMissing piece of fix for Bug 333
2004-05-04 Brian GaekeCorrectly mangle function names when they are used...
2004-05-04 Chris LattnerRemove unneeded check
2004-05-04 Chris LattnerImprove signed division by power of 2 *dramatically...
2004-05-04 Chris LattnerImprove code generated for integer multiplications...
2004-05-01 Chris LattnerRemove unused #include
2004-05-01 Chris LattnerIterate over the Machine CFG that Brian added instead...
2004-05-01 Chris LattnerAdd a constructor that got lost
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-04-28 Brian GaekeMake RequiresFPRegKill() take a MachineBasicBlock arg.
2004-04-28 Brian GaekeIn InsertFPRegKills(), use the machine-CFG itself rathe...
2004-04-28 Brian GaekeUpdate the machine-CFG edges whenever we see a branch.
2004-04-27 Brian GaekeIntegrate the rest of my random sparcv9 scribblings...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-25 Brian GaekeAdd a getRegisterInfo() accessor just like on the X86...
2004-04-25 Brian GaekeRegularize file header comment and include guard.
2004-04-25 Brian GaekeAdd MRegisterInfo subclass for the SparcV9 target ...
2004-04-23 Brian GaekeFix a typo.
2004-04-23 Brian GaekeMerge TargetRegInfo.h into SparcV9RegInfo.h, which...
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h.
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h...
2004-04-23 Brian GaekeGet rid of the old byte-at-a-time emission code used...
2004-04-23 Brian GaekeUse emitWordAt() to emit forward-branch fixups.
2004-04-23 Brian GaekeEmit SPARC machine code a word at a time instead of...
2004-04-21 Brian GaekeMake SparcV9RegInfo::getRegType() return the right...
2004-04-20 Brian GaekeMake it legal to ask for the type of a specialreg
2004-04-19 Brian GaekeMake it legal to request a load or store of %fsr.
2004-04-19 Brian GaekeRegularize include guards and remove some excess whites...
2004-04-19 Brian GaekeTighten up SparcV9FloatCCRegClass::getRegName()'s asser...
2004-04-19 Brian GaekeRegularize include guards, remove some excess whitespac...
2004-04-15 Brian GaekeGive SparcV9CodeEmitter a head-of-file comment and...
2004-04-14 John CriswellRemove code to adjust the iterator for llvm.readio...
2004-04-14 Brian GaekeFix typo.
2004-04-14 Chris LattnerThis is the real fix for Codegen/X86/2004-04-13-FPCMOV...
2004-04-13 John CriswellAdded support for the llvm.readio and llvm.writeio...
2004-04-13 Chris LattnerImplement a small optimization, which papers over the...
2004-04-13 Brian GaekeI don't think we have to have 4 extra allocated (but...
2004-04-13 Brian GaekeI started working on casts, but I don't have anything...
2004-04-13 Chris LattnerEmit the immediate form of in/out when possible.
2004-04-13 Chris LattnerAdd immediate forms of in/out. Use let to shorten...
2004-04-13 Chris LattnerAdd support for new instruction type
2004-04-13 Chris LattnerAdd support for the printImplicitDefsBefore flag
2004-04-12 Brian GaekeWe don't need to insert TargetData into the PassManager...
2004-04-12 Chris LattnerFix issues that the local allocator has dealing with...
2004-04-12 Chris LattnerNo really, fix printing for LLC. I gotta get a way...
2004-04-12 Chris LattnerCorrect printing for LLC and the encoding for the JIT
2004-04-12 Chris LattnerUse the fucomi[p] instructions to perform floating...
2004-04-12 Chris LattnerAdd support for the FUCOMIr instruction
2004-04-12 Chris LattnerAdd two new instructions
2004-04-12 Chris LattnerFix a bug in my load/cast folding patch.
2004-04-12 Chris LattnerAdjust some comments, fix a bug in my previous patch
2004-04-11 Chris LattnerOn X86, casting an integer to floating point requires...
2004-04-11 Chris LattnerImplement folding of loads into floating point operatio...
2004-04-11 Chris LattnerUnify all of the code for floating point +,-,*,/ into...
2004-04-11 Chris LattnerThis implements folding of constant operands into float...
2004-04-11 Chris LattnerRestructure the mul/div/rem handling code to follow...
2004-04-11 Chris LattnerCodegen FP adds and subtracts with a constant more...
2004-04-11 Chris LattnerAdd some new instructions
2004-04-11 Chris LattnerRelax assertion to make this function work with a broad...
2004-04-11 Chris LattnerTwo changes:
next