aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-24whitespaceAndrew Trick
2010-12-24Simplify a check for implicit defs and remove a FIXME.Cameron Zwarich
2010-12-24In llvm-mc parse a Hash token as a full line comment. Allows handling ofKevin Enderby
2010-12-24Use a StringSwitch<> instead of a manually constructed string matcher.Jim Grosbach
2010-12-23When determining if we can fold (x >> C1) << C2, the bits that we need to ver...Owen Anderson
2010-12-23Code clean up. No functionality change.Evan Cheng
2010-12-23Remove dead patterns.Jim Grosbach
2010-12-23Recognize a few more documented register name aliases for ARM in the asm lexer.Jim Grosbach
2010-12-23Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson
2010-12-23Do not re-test for the existence of pthread.h.Oscar Fuentes
2010-12-23XFAIL vg_leak the new test as the rest.Torok Edwin
2010-12-23It is possible for SimplifyCFG to cause PHI nodes to become redundant too lat...Owen Anderson
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-12-23flags -> glue for selectiondagChris Lattner
2010-12-23sdisel flag -> glue.Chris Lattner
2010-12-23continue renaming flag -> glue.Chris Lattner
2010-12-23Fix OCaml bindings crash, PR8847.Torok Edwin
2010-12-23Remove/fix invalid README entries. The well thought out strcpy function doesn...Benjamin Kramer
2010-12-23Remove some obsolete README items, add a new one off the top of my head.Benjamin Kramer
2010-12-23Reorganize ListScheduleBottomUp in preparation for modeling machine cycles an...Andrew Trick
2010-12-23Converted LiveRegCycles to LiveRegGens. It's easier to work with and allows m...Andrew Trick
2010-12-23In CheckForLiveRegDef use TRI->getOverlaps.Andrew Trick
2010-12-23Fixes PR8823: add-with-overflow-128.llAndrew Trick
2010-12-23Preserve the address space when generating bitcasts for MemTransferInst in Co...Mon P Wang
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-12-23Default to armv7 instead of armv6.Bill Wendling
2010-12-22Trailing whitespace.Jim Grosbach
2010-12-22DAGCombine add (sext i1), X into sub X, (zext i1) if sext from i1 is illegal....Benjamin Kramer
2010-12-22InstCombine: creating selects from -1 and 0 is fine, they combine into a sext...Benjamin Kramer
2010-12-22X86: Lower a select directly to a setcc_carry if possible.Benjamin Kramer
2010-12-22Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has beenRafael Espindola
2010-12-22Constify.Dan Gohman
2010-12-22Assert that the AddrDelta expression is really constant and wrap it in a setRafael Espindola
2010-12-22When RegAllocGreedy decides to spill the interferences of the current register,Jakob Stoklund Olesen
2010-12-22Include a shadow of the original CFG edges in the edge bundle graph.Jakob Stoklund Olesen
2010-12-22Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola
2010-12-22MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar
2010-12-22Add reduced test from 8845.Rafael Espindola
2010-12-22Revert r122359 while I debug PR8845.Rafael Espindola
2010-12-22Fix another conditional expression mismatched enum type warning.Matt Beaumont-Gay
2010-12-22When determining whether the new instruction was already present inDuncan Sands
2010-12-22Make this test not depend on how the variable is named.Duncan Sands
2010-12-22MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which isDaniel Dunbar
2010-12-22MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I ...Daniel Dunbar
2010-12-22MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds.Daniel Dunbar
2010-12-22MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.Daniel Dunbar
2010-12-22MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.Daniel Dunbar
2010-12-22MC/Mach-O/ARM: Fix thinko.Daniel Dunbar
2010-12-22Use references and simplify.Rafael Espindola
2010-12-22Simplify the handling of .size expressions.Rafael Espindola