Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtual
[oota-llvm.git] / lib / CodeGen /
2012-07-02 Manman RenAdded assertion in getVRegDef of MachineRegisterInfo...
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-07-01 Rafael EspindolaNow that RegistersDefinedFromSameValue handles one...
2012-06-30 Rafael EspindolaHandle implicit_defs in the register coalescer. I am...
2012-06-29 Manman RenAdd SrcReg2 to analyzeCompare and optimizeCompareInstr...
2012-06-29 Jakob Stoklund OlesenClear kill flags in InstrEmitter::EmitSubregNode().
2012-06-29 Jakob Stoklund OlesenCheck for extra kill flags on live-out virtual registers.
2012-06-29 Manman RenAdd getUniqueVRegDef to MachineRegisterInfo.
2012-06-29 Alexey SamsonovCleanup in DwarfDebug - fix a typo and remove two unuse...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew Trickmisched: avoid scheduling instructions that can't be...
2012-06-29 Andrew Trickmisched: count micro-ops toward the issue limit.
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-28 Nuno Lopesadd a new @llvm.donothing intrinsic that, well, does...
2012-06-28 Jim Grosbach'Promote' vector [su]int_to_fp should widen elements.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jakob Stoklund OlesenAllow targets to inject passes before the virtual regis...
2012-06-26 Chandler CarruthUpdate a bunch of stale comments that dated from when...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-26 Evan ChengMake sure type is not extended or untyped before create...
2012-06-25 Jakob Stoklund OlesenEnforce stricter liveness rules for PHIs.
2012-06-25 Jakob Stoklund OlesenRun ProcessImplicitDefs on SSA form where it can be...
2012-06-25 Jakob Stoklund OlesenTeach PHIElimination to handle <undef> operands.
2012-06-25 Jakob Stoklund OlesenHandle <undef> operands in TwoAddressInstructionPass.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 Pete CooperDAG legalisation can now handle illegal fma vector...
2012-06-23 Jakob Stoklund OlesenTeach LiveVariables to handle <undef> operands.
2012-06-22 Jakob Stoklund OlesenRemove ProcessImplicitDefs.h which was unused.
2012-06-22 Jakob Stoklund OlesenAlso verify the def index for early clobbers.
2012-06-22 Jakob Stoklund OlesenDelete a boring statistic.
2012-06-22 Jakob Stoklund OlesenStore live intervals in an IndexedMap.
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-22 Jakob Stoklund OlesenFix a crash in --debug code.
2012-06-22 Jakob Stoklund OlesenDon't depend on live ranges being present.
2012-06-22 Jakob Stoklund OlesenSimplify handleMove() a bit.
2012-06-22 Jakob Stoklund OlesenStop computing physreg live ranges.
2012-06-22 Jakob Stoklund OlesenRemove some redundant LIS->hasInterval() checks.
2012-06-22 Jakob Stoklund OlesenUse MRI::isConstantPhysReg() to check remat feasibility.
2012-06-22 Jakob Stoklund OlesenUse regunit liveness to guide LiveDebugVariables.
2012-06-22 Jakob Stoklund OlesenRemove LiveIntervals::trackingRegUnits().
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Pete CooperFix potential crash if DAGCombine on stores sees a...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-06-21 Jakob Stoklund OlesenUpdate regunits in RegisterCoalescer::reMaterializeTriv...
2012-06-20 Jakob Stoklund OlesenRemove spurious typedefs.
2012-06-20 Jakob Stoklund OlesenRemove the RenderMachineFunction HTML output pass.
2012-06-20 Jakob Stoklund OlesenRemove the -live-regunits command line option.
2012-06-20 Jakob Stoklund OlesenFix some more LiveInterval enumerations.
2012-06-20 Jakob Stoklund OlesenRemove LiveIntervalUnions from RegAllocBase.
2012-06-20 Jakob Stoklund OlesenConvert RAGreedy to LiveRegMatrix interference checking.
2012-06-20 Jakob Stoklund OlesenConvert RABasic to using LiveRegMatrix interference...
2012-06-20 Jakob Stoklund OlesenEnable register unit liveness by default.
2012-06-20 Jakob Stoklund OlesenTeach PBQPBuilder::build() about regunit interference.
2012-06-20 Jakob Stoklund OlesenAvoid iterating with LiveIntervals::iterator.
2012-06-20 Pete CooperAdd users of a MERGE_VALUE node to the worklist to...
2012-06-20 Jakob Stoklund OlesenOnly update regunit live ranges that have been precomputed.
2012-06-20 Jakob Stoklund OlesenDelete dead code.
2012-06-20 Hal FinkelFix DAGCombine to deal with ext-conversion of pre/post_...
2012-06-20 Aaron BallmanFixing a compiler warning in MSVC 10.
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.
2012-06-19 Jakob Stoklund OlesenAdd regunit liveness support to LiveIntervals::handleMo...
2012-06-19 Chad RosierTidy up.
2012-06-19 Chad RosierAdd an ensureMaxAlignment() function to MachineFrameInf...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund Olesen80 col.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jakob Stoklund OlesenStyle: Don't reuse variables for multiple purposes.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-06-15 Jakob Stoklund OlesenRemove final verification in RABasic.
2012-06-15 Jakob Stoklund OlesenPrint out register number in InlineSpiller.
2012-06-15 Jakob Stoklund OlesenAccept null PhysReg arguments to checkRegMaskInterference.
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-15 Jakob Stoklund OlesenUse regunit liveness in RegisterCoalescer when it is...
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-14 Lang HamesMake comment slightly more helpful.
2012-06-14 Andrew Trickmisched: disable SSA check pending PR13112.
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-13 Andrew Tricksched: Avoid trivially redundant DAG edges. Take the...
2012-06-11 Andrew Trickmisched: When querying RegisterPressureTracker, always...
2012-06-11 Andrew Trickmisched: regpressure getMaxPressureDelta, revert accide...
2012-06-09 Benjamin KramerAllocate the contents of DwarfDebug's StringMaps in...
2012-06-09 Andrew TrickRegister pressure: added getPressureAfterInstr.
2012-06-09 Jakob Stoklund OlesenSketch a LiveRegMatrix analysis pass.
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-08 Jakob Stoklund OlesenReintroduce VirtRegRewriter.
2012-06-08 Evan ChengStart implementing pre-ra if-converter: using speculati...
2012-06-08 Andrew TrickTargetInstrInfo hooks implemented in codegen should...
2012-06-08 Andrew TrickFix Target->Codegen dependence.
next