aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
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
2012-06-20A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick
2012-06-20Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick
2012-06-19Add regunit liveness support to LiveIntervals::handleMove().Jakob Stoklund Olesen
2012-06-19Tidy up.Chad Rosier
2012-06-19Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier
2012-06-19Add DAG-combines for aggressive FMA formation.Lang Hames
2012-06-1980 col.Jakob Stoklund Olesen
2012-06-19Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen
2012-06-19Style: Don't reuse variables for multiple purposes.Jakob Stoklund Olesen
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel
2012-06-16Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer
2012-06-15Remove final verification in RABasic.Jakob Stoklund Olesen
2012-06-15Print out register number in InlineSpiller.Jakob Stoklund Olesen
2012-06-15Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen
2012-06-15Remove assignments which aren't used afterwards.Bill Wendling
2012-06-15Use regunit liveness in RegisterCoalescer when it is available.Jakob Stoklund Olesen
2012-06-14Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka
2012-06-14Make comment slightly more helpful.Lang Hames
2012-06-14misched: disable SSA check pending PR13112.Andrew Trick
2012-06-13sched: fix latency of memory dependence chain edges for consistency.Andrew Trick
2012-06-13sched: Avoid trivially redundant DAG edges. Take the one with higher latency.Andrew Trick
2012-06-11misched: When querying RegisterPressureTracker, always save current and max p...Andrew Trick
2012-06-11misched: regpressure getMaxPressureDelta, revert accidental checkin.Andrew Trick
2012-06-09Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer
2012-06-09Register pressure: added getPressureAfterInstr.Andrew Trick
2012-06-09Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen
2012-06-09Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen
2012-06-08Reintroduce VirtRegRewriter.Jakob Stoklund Olesen