aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-26Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen
2012-06-26Update a bunch of stale comments that dated from when this folled theChandler Carruth
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-06-26Make sure type is not extended or untyped before create a constant of the typ...Evan Cheng
2012-06-25Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen
2012-06-25Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen
2012-06-25Teach PHIElimination to handle <undef> operands.Jakob Stoklund Olesen
2012-06-25Handle <undef> operands in TwoAddressInstructionPass.Jakob Stoklund Olesen
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-06-24DAG legalisation can now handle illegal fma vector types by scalarisationPete Cooper
2012-06-23Teach LiveVariables to handle <undef> operands.Jakob Stoklund Olesen
2012-06-22Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen
2012-06-22Also verify the def index for early clobbers.Jakob Stoklund Olesen
2012-06-22Delete a boring statistic.Jakob Stoklund Olesen
2012-06-22Store live intervals in an IndexedMap.Jakob Stoklund Olesen
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel
2012-06-22Fix a crash in --debug code.Jakob Stoklund Olesen
2012-06-22Don't depend on live ranges being present.Jakob Stoklund Olesen
2012-06-22Simplify handleMove() a bit.Jakob Stoklund Olesen
2012-06-22Stop computing physreg live ranges.Jakob Stoklund Olesen
2012-06-22Remove some redundant LIS->hasInterval() checks.Jakob Stoklund Olesen
2012-06-22Use MRI::isConstantPhysReg() to check remat feasibility.Jakob Stoklund Olesen
2012-06-22Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen
2012-06-22Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter
2012-06-21Fix potential crash if DAGCombine on stores sees a half typePete Cooper
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-21Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng
2012-06-21Update regunits in RegisterCoalescer::reMaterializeTrivialDef.Jakob Stoklund Olesen
2012-06-20Remove spurious typedefs.Jakob Stoklund Olesen
2012-06-20Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen
2012-06-20Remove the -live-regunits command line option.Jakob Stoklund Olesen
2012-06-20Fix some more LiveInterval enumerations.Jakob Stoklund Olesen
2012-06-20Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen
2012-06-20Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Enable register unit liveness by default.Jakob Stoklund Olesen
2012-06-20Teach PBQPBuilder::build() about regunit interference.Jakob Stoklund Olesen
2012-06-20Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen
2012-06-20Add users of a MERGE_VALUE node to the worklist to process again when the nod...Pete Cooper
2012-06-20Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen
2012-06-20Delete dead code.Jakob Stoklund Olesen
2012-06-20Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.Hal Finkel
2012-06-20Fixing a compiler warning in MSVC 10.Aaron Ballman
2012-06-20Fix two rather subtle internal vs. external linker issues.Chandler Carruth