Convert assert(0) to llvm_unreachable
[oota-llvm.git] / lib / CodeGen /
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Jakob Stoklund OlesenDrop the REDEF_BY_EC VNInfo flag.
2012-02-04 Jakob Stoklund OlesenCorrectly terminate a physreg redefined by an early...
2012-02-04 Nick LewyckyFix a leak!
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMove TargetPassConfig implementation into Passes.cpp
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2012-02-04 Devang PatelEmit new property tag.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Jakob Stoklund OlesenTrim headers.
2012-02-03 Jakob Stoklund OlesenDelete some dead code.
2012-02-03 Jakob Stoklund OlesenHandle register mask operands in setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund OlesenArrayRef'ize MI::setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund OlesenHandle all live physreg defs in the same place.
2012-02-03 Andrew TrickInitialize all common codegen passes before configurati...
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-02-02 Lang HamesRe-apply the coalescer fix from r149147. Commit r149597...
2012-02-02 Lang HamesBreak as soon as the MustMapCurValNos flag is set ...
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-01 Andrew Trickfix cmake
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Andrew TrickObvious unnecessary loop removal. Follow through from...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Andrew TrickRAFast: Generalize the logic for return operands.
2012-01-31 Chris Lattnerremove the last vestiges of llvm::GetConstantStringInfo...
2012-01-31 Chris Lattnerrework this logic to not depend on the last argument...
2012-01-31 Chris Lattnerdon't emit a 1-byte object as a .fill. This is silly...
2012-01-31 Bill WendlingRemove the now-dead llvm.eh.exception and llvm.eh.selec...
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-31 Eli FriedmanUse the correct ShiftAmtTy for creating shifts after...
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Matt Beaumont-GayHere's a new one: GCC was complaining about an only...
2012-01-30 Chris Lattnerwhen verbose asm is on, print integers in ConstantDataS...
2012-01-30 Chris Lattnerdon't lose tail padding on ConstantDataAggregate vec3's.
2012-01-29 Jakob Stoklund OlesenFix some scavenger performance issues.
2012-01-29 Jakob Stoklund OlesenAvoid creating BitVector temporaries.
2012-01-28 Bill WendlingReapply r149159 with a fix to add to a PHI node with...
2012-01-28 Lang HamesRemove code that adds live ranges for dead defs. It...
2012-01-28 Bill WendlingRevert r149159 until I can fix tests.
2012-01-28 Bill WendlingDon't always create a separate block for the call to...
2012-01-27 Lang HamesSilence warning about parens for && within ||
2012-01-27 Lang HamesAdd a "moveInstr" method to LiveIntervals. This can...
2012-01-27 Lang HamesBacking out ill-considered 'refactor'.
2012-01-27 Lang HamesMove some duplicate loops in the coalescer into their...
2012-01-27 Lang HamesPhysreg dead defs should be handled too.
2012-01-27 Chris Lattnercontinue making the world safe for ConstantDataVector...
2012-01-27 Bill WendlingPlace the GEP instructions nearer to the instructions...
2012-01-27 Chris Lattnermake sure the file's matching header is #include'd...
2012-01-27 Chris LattnerRewrite CanShareConstantPoolEntry to be implemented...
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Chris Lattnerprogress making the world safe to ConstantDataVector...
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 Chad RosierUpdate comment for r149070.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Lang HamesDon't add live ranges for aliases of physregs that...
2012-01-25 Lang HamesAlways break upon finding a vreg operand (in Release...
2012-01-25 Chris Lattneruse ConstantVector::getSplat in a few places.
2012-01-25 Chris LattnerUse the right method to get the # elements in a CDS.
2012-01-24 Jakob Stoklund OlesenSet correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Jakob Stoklund OlesenUse the standard MachineFunction::print() after SlotInd...
2012-01-24 Jakob Stoklund OlesenFix old doxygen comment.
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Benjamin KramerBit pack DIE structures better.
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Jakob Stoklund OlesenPreserve <def,undef> flags in CoalesceExtSubRegs.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 Lang HamescopyImplicitOps is redundant here - the loop above...
2012-01-23 Jakob Stoklund OlesenFix PR11829. PostRA LICM was too aggressive.
2012-01-23 Jakob Stoklund OlesenSimplify debug output.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-22 Anton KorobeynikovAdd an option to disable buggy copy propagation pass
2012-01-21 Evan ChengFix an obvious typo.
2012-01-21 Jakob Stoklund OlesenHandle register masks in LiveVariables.
2012-01-20 Jakob Stoklund OlesenDelete an unused member variable.
2012-01-20 Jakob Stoklund OlesenSupport register masks in MachineLICM.
2012-01-20 Jakob Stoklund OlesenHandle register masks in DeadMachineInstructionElim.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-20 Bill WendlingWhen lowering the 'resume' instruction, look to see...
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Evan ChengRewriter should definitly rewrite instructions inside...
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund OlesenAdd a RegisterMaskSDNode class.
next