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 |
2010-12-20 |
Owen Anderson | More LVI cleanups, including trying to simplify the... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Owen Anderson | Reuse the reference into the LVI cache throughout the... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Benjamin Kramer | Reduce indentation. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Benjamin Kramer | Teach InstCombine to merge (icmp ult (X + CA), C1)... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Daniel Dunbar | Add header... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Daniel Dunbar | X86/MC/Mach-O: Split out createX86MachObjectWriter(). |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Duncan Sands | Have SimplifyBinOp dispatch Xor, Add and Sub to the... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Michael J.... | Support/PathV2: Add missing has_relative_path impl. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Duncan Sands | There is no need for isAssociative to take the type... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Duncan Sands | Discourage people from using isWeakForLinker when they... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Oscar Fuentes | New cmake option LLVM_APPEND_VC_REV for controlling... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Oscar Fuentes | Update cmake library dependencies. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | fix PR8807 by making transformConstExprCastCall aware... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | various cleanups for transformConstExprCastCall |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | when eliding a byval copy due to inlining a readonly... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | pull byval processing out to its own helper function. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | fix PR8769, a miscompilation by inliner when inlining... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | MachineVerifier should count landing pad successors... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | Teach MachineVerifier that early clobber defs begin... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | Add a missing check from r122218. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | temporarily disable this: PR8823. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | implement type legalization promotion support for SMULO... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | now that addc/adde are gone, "ADDC" in the X86 backend... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | Don't assume that an instruction ending a register... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | We lower setb to sbb with the hope that the and will... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Mon P Wang | Test case for r122215 when InstCombine optimizes memset |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Mon P Wang | Avoid dropping the address space when InstCombine optim... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | use for loop over types. |
commit | commitdiff | tree | snapshot |
next |