aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-05remove jeff's name (by his request)Chris Lattner
2011-03-05whitespaceAndrew Trick
2011-03-05Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw wheneverNick Lewycky
2011-03-05Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison intoNick Lewycky
2011-03-05Rework the global split cost calculation.Jakob Stoklund Olesen
2011-03-05test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi
2011-03-05test commitJin-Gu Kang
2011-03-05Compute the constraints for global live range splitting from an interference ...Jakob Stoklund Olesen
2011-03-05Teach the register scavenger to take subregs into account when finding a free...Jim Grosbach
2011-03-04Support unregistering exception frames of functions when they are removed.Eric Christopher
2011-03-04Fix the case where the number of jobs is less than theDavid Greene
2011-03-04Improve readability with some whitespace!Eric Christopher
2011-03-04Extract a method. No functional change.Jakob Stoklund Olesen
2011-03-04Initialize variable.Bill Wendling
2011-03-04Go back to comparing spill weights when deciding if interference can be evicted.Jakob Stoklund Olesen
2011-03-04Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes
2011-03-04Add testcase for r127032Bruno Cardoso Lopes
2011-03-04Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes
2011-03-04When decling to reuse existing expressions that involve casts, ignoreDan Gohman
2011-03-04Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...Bruno Cardoso Lopes
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-04Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes
2011-03-04raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer
2011-03-04Renumber slot indexes locally when possible.Jakob Stoklund Olesen
2011-03-04XFAIL for all. These tests are darwin specific anyway.Devang Patel
2011-03-04Revert broken srem logic from r126991.Nick Lewycky
2011-03-04Fix an old copy-n-pasteBruno Cardoso Lopes
2011-03-04Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel
2011-03-04Expands FCOS and FSIN nodes when type is f64.Bruno Cardoso Lopes
2011-03-04Number SlotIndexes uniformly without looking at the number of defs on each in...Jakob Stoklund Olesen
2011-03-04Symbolize the default instruction distance.Jakob Stoklund Olesen
2011-03-04raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer
2011-03-04Deferred SlotIndex renumbering was a good idea but never used.Jakob Stoklund Olesen
2011-03-04Add SlotIndex statistics.Jakob Stoklund Olesen
2011-03-04Tweak debug output. No functional changes.Jakob Stoklund Olesen
2011-03-04Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by...Bruno Cardoso Lopes
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes
2011-03-04Revert commit 126684 "Use the correct shift amount type". It is only the cor...Duncan Sands
2011-03-04Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila
2011-03-04Allow load from constant on SPU.Kalle Raiskila
2011-03-04Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisonsNick Lewycky
2011-03-04Teach instruction simplify to use constant ranges to solve problems of the formNick Lewycky
2011-03-04Followup to r126970: add 64-bit encoding tests for str with reg operand.Eli Friedman
2011-03-04DenseMap<uintptr_t,...> doesn't allow all values as keys.Jakob Stoklund Olesen
2011-03-04Minor pre-RA-sched fixes and cleanup.Andrew Trick
2011-03-04Add ArrayRef variant.Devang Patel
2011-03-04Precompute block frequencies, pow() isn't free.Jakob Stoklund Olesen
2011-03-04Use an IndexedMap instead of a DenseMap for the live-out cache.Jakob Stoklund Olesen
2011-03-04PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman
2011-03-03There are times when the landing pad won't have a call to 'eh.selector' inBill Wendling