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