2010-12-23 |
Mon P Wang | Preserve the address space when generating bitcasts... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jeffrey Yasskin | Change all self assignments X=X to (void)X, so that... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Bill Wendling | Default to armv7 instead of armv6. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Benjamin Kramer | DAGCombine add (sext i1), X into sub X, (zext i1) if... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Benjamin Kramer | InstCombine: creating selects from -1 and 0 is fine... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Benjamin Kramer | X86: Lower a select directly to a setcc_carry if possible. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Add r122359 back now that the bug in MCDwarfLineAddrFra... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Dan Gohman | Constify. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Assert that the AddrDelta expression is really constant... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jakob Stoklund... | When RegAllocGreedy decides to spill the interferences... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jakob Stoklund... | Include a shadow of the original CFG edges in the edge... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolF... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: Don't try to use scattered relocs for... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Add reduced test from 8845. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Revert r122359 while I debug PR8845. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Matt Beaumont-Gay | Fix another conditional expression mismatched enum... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Duncan Sands | When determining whether the new instruction was alread... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Duncan Sands | Make this test not depend on how the variable is named. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: We always use the SECTDIFF reloc type... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: Clone off an ARM version of RecordScatte... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O: Return to reporting errors if we see unexpec... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: Add enough relocation logic to get BR24... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Use references and simplify. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Rafael Espindola | Simplify the handling of .size expressions. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O/ARM: Stub out RecordARMRelocation, which... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | MC/Mach-O: Split out RecordARMRelocation for now, it... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Duncan Sands | Add a generic expansion transform: A op (B op' C) ... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Che-Liang Chiou | ptx: add ld instruction and test |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Duncan Sands | Add some statistics, good for understanding how much... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Oscar Fuentes | Fixes file extension for loadable modules on OS X. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Chris Lattner | Fix a bug in ReduceLoadWidth that wasn't handling extending |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Chris Lattner | more cleanups, move a check for "roundedness" earlier... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Chris Lattner | reduce indentation and improve comments, no functionali... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Wesley Peck | Don't generate carry bit when loading immediate values... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Wesley Peck | Add support for some of the LLVM atomic operations... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Wesley Peck | Modeling the carry bit in the MSR register of the Micro... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Wesley Peck | Fix a regression introduced into the MBlaze delay slot... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Owen Anderson | Give GVN back the ability to perform simple conditional... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Matt Beaumont-Gay | GCC objects to the two sides of a conditional expressio... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Owen Anderson | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Andrew Trick | In DelayForLiveRegsBottomUp, handle instructions that... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Dale Johannesen | Reapply 122353-122355 with fixes. 122354 was wrong; |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Benjamin Kramer | Add some x86 specific dagcombines for conditional incre... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Benjamin Kramer | GVN's Expression is not POD-like (it contains a SmallVe... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Dale Johannesen | Revert 122353-122355 for the moment, they broke stuff. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Rafael Espindola | Simplify EvaluateAsAbsolute now that EvaluateAsRelocata... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Rafael Espindola | Don't relax org or align. They change size as the relax... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Dale Johannesen | Add a new transform to DAGCombiner. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Dale Johannesen | Get the type of a shift from the shift, not from its... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Dale Johannesen | Shift by the word size is invalid IR; don't create it. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Chris Lattner | fix some typos |
commit | commitdiff | tree | snapshot |
2010-12-21 |
David Greene | Revert 122341. It breaks some darwin tests. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Stuart Hastings | Fix indentation, add comment. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Visit instructions deterministically. Use a FIFO so... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Stuart Hastings | Missing logic for nested CALLSEQ_START/END. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
David Greene | Fix PR 8199. This patch prepends the build tool dir... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Jim Grosbach | Tidy up a bit. Trailing whitespace, hard tabs and 80... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | If an instruction simplifies, try again to simplify... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Daniel Dunbar | MC/Mach-O: Shuffle enums a bit to make it harder to... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Add an additional InstructionSimplify factorization... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | While I don't think any later transforms can fire,... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Fix inverted condition noticed by Frits van Bommel. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Pull a few more simplifications out of instcombine... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Fix typo in comment, spotted by Deewiant. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Teach InstructionSimplify about distributive laws.... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Move checking of the recursion limit into the various... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Duncan Sands | Add generic simplification of associative operations... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Cameron Zwarich | Incremental progress towards a new implementation of... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bob Wilson | Add ARM-specific DAG combining to cast i64 vector eleme... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Rafael Espindola | Layout one section until no relaxations are done and... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Eric Christopher | Arm and thumb call instructions are also in different... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bill Wendling | Grammar corrections and some formatting changes. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Chris Lattner | rename MVT::Flag to MVT::Glue. "Flag" is a terrible... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Eric Christopher | If we're not using reg+reg offset we're using reg+imm... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Chris Lattner | improve "cannot yet select" errors a trivial amount... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bill Wendling | Fix a copy-pasto. When the tBR_JTr instruction was... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bill Wendling | Comment cleanups. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Jakob Stoklund... | Add EdgeBundles to SplitKit. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Jakob Stoklund... | Use IntEqClasses to compute connected components of... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Jakob Stoklund... | Add ADT/IntEqClasses.h as a light-weight implementation... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Owen Anderson | Speculatively revert the use of DenseMap in LazyValueIn... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Owen Anderson | Attempt to appease the DragonEgg buildbots. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Owen Anderson | Revert r122114 (CallbackVH observing use-list changes... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Nate Begeman | Implement feedback from Bruno on making pblendvb an... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Wesley Peck | Update the target feature matrix to reflect some new... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Owen Anderson | Convert one of LVI's primary maps to a DenseMap, now... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Wesley Peck | Teach the MBlaze disassembler to disassemble special... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Roman Divacky | Set the value of absolute symbols. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bill Wendling | This is still used and issuing an annoying warning... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Duncan Sands | Oops, forgot to add the pass itself! |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Duncan Sands | Add a new convenience pass for testing InstructionSimpl... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Roman Divacky | Print all 64bits for st_value and st_size. Adjust tests... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Wesley Peck | Teach the MBlaze asm parser how to parse special purpos... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Dale Johannesen | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Benjamin Kramer | Add a check missing from my last commit and avoid a... |
commit | commitdiff | tree | snapshot |
next |