2006-06-27 |
Chris Lattner | Fix an incorrect store pattern. This fixes em3d.
|
commit | commitdiff | tree |
2006-06-27 |
Chris Lattner | Implement 64-bit undef, sub, shl/shr, srem/urem
|
commit | commitdiff | tree |
2006-06-27 |
Chris Lattner | Use i32 for shift amounts instead of i64. This gets...
|
commit | commitdiff | tree |
2006-06-27 |
Chris Lattner | Add zextload from i32 -> i64, with this, perimeter...
|
commit | commitdiff | tree |
2006-06-27 |
Chris Lattner | Print darwin stub stuff correctly in 64-bit mode. ...
|
commit | commitdiff | tree |
2006-06-27 |
Chris Lattner | Fix variable shadowing issue
|
commit | commitdiff | tree |
2006-06-27 |
Chris Lattner | Implement a bunch of 64-bit cleanliness work. With...
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | Rearrange compares, add ADDI8, add sext from 32-to...
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | Improve PPC64 calling convention support
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | Remove two more definitions
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | remove two unused instructions.
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | Fix a stale pointer issue that caused 300.twolf to...
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | Add a new method.
|
commit | commitdiff | tree |
2006-06-26 |
Chris Lattner | random code cleanups, no functionality change
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | Add targets for generating .s file in addition to ...
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | Factor a bunch of rules together, no functionality...
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | Add more anonymous namespaces to make it clear that...
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | Remove unneeded libs
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | Add some out-of-line virtual dtors so that the class...
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | fix typo
|
commit | commitdiff | tree |
2006-06-21 |
Chris Lattner | Correct returns of 64-bit values, though they seemed...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Make these predicates correct in 64-bit mode too.
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Rename OR4 -> OR. Move some PPC64-specific stuff to...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | remove unused flag
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | add some logical ops
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | remove some unused patterns
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Add some more immediate patterns. This allows us to...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Instead of li/xoris use li/oris. Note that this doesn...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Add some 64-bit logical ops.
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | 64-bit bugfix: 0xFFFF0000 cannot be formed with a single...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Add some patterns for globals, so we can now compile...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | remove quotes for better consistency
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | more significant moving of stuff around.
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Fix broken links, remove author information, add brief...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Fix an error message regression. Print:
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Remove some now-unneeded casts from instruction patterns...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Add some patterns for ppc64
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Don't require src/dst patterns to be able to fully...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Remove some ugly now-redundant casts.
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Make sure to use the result of the pattern to infer...
|
commit | commitdiff | tree |
2006-06-20 |
Chris Lattner | Fix some mismatched type constraints
|
commit | commitdiff | tree |
2006-06-17 |
Chris Lattner | Constant fold sqrtf
|
commit | commitdiff | tree |
2006-06-17 |
Chris Lattner | Just a minor tweak so you can run things like:
|
commit | commitdiff | tree |
2006-06-17 |
Chris Lattner | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll...
|
commit | commitdiff | tree |
2006-06-17 |
Chris Lattner | new testcase that crashes indvars
|
commit | commitdiff | tree |
2006-06-17 |
Chris Lattner | Implement the getPointerRegClass method, which is required...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Do not hardcode random paths into the makefile. Make...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Upgrade some load/store instructions to use the proper...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | In 64-bit mode, addr mode operands use G8RC instead...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | fix some assumptions that pointers can only be 32-bits...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Split 64-bit instructions out into a separate .td file
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Force 64-bit register availability in 64-bit mode....
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Document known xcode 2.3 issue
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Remove the -darwin and -aix llc options, inferring...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Improve a comment.
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Simplify TargetData ctor call
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Simplify the targetdata ctor by not passing in a "targetname...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Remove ctor with each piece specifyable (which causes...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Only count instructions as code size, not constant...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Simplify interpreter construction.
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Document the subtarget features better, make sure that...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Rename some subtarget features. A CPU now can *have...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | apple's compiler works too
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | This test isn't implemented yet
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | First baby step towards ppc64 support. This adds a...
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll
|
commit | commitdiff | tree |
2006-06-16 |
Chris Lattner | New testcase, the linker is not merging alignments...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Teach the local allocator to know that live-in values...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Add a note that Nate noticed.
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Add some more matcher classes for shifts.
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Implement Transforms/InstCombine/bswap.ll, turning...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | new testcase, instcombine should turn these into llvm...
|
commit | commitdiff | tree |
2006-06-15 |
Chris Lattner | Fix building on case-sensitive file systems, grr :)
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | new testcase, not currently working.
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI...
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | new testcase, distilled from povray
|
commit | commitdiff | tree |
2006-06-14 |
Chris Lattner | Use the PotDoms map to memoize 'dominating value' lookup...
|
commit | commitdiff | tree |
2006-06-13 |
Chris Lattner | Port some bugfixes in shift handling from SimplifyDemandedBi...
|
commit | commitdiff | tree |
2006-06-13 |
Chris Lattner | Teach bugpoint to kill optimization passes that run...
|
commit | commitdiff | tree |
2006-06-13 |
Chris Lattner | Decribe the "implementation" keyword.
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Gaar! Don't use r11 for CR save/restore, use R0. ...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Fix spilling and reloading of CR regs to reload the...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Fix an infinite loop on Transforms/SimplifyCFG/2006...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | TEstcase that makes simplifycfg infloop.
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Add a new -compileflags options, remove old externals...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | Make sure to update the CFG correctly if a switch only...
|
commit | commitdiff | tree |
2006-06-12 |
Chris Lattner | New testcase that crashes llc
|
commit | commitdiff | tree |
2006-06-10 |
Chris Lattner | Add a missing assertion that would have helped out...
|
commit | commitdiff | tree |
2006-06-10 |
Chris Lattner | Work around a nasty tblgen bug where it doesn't add...
|
commit | commitdiff | tree |
2006-06-10 |
Chris Lattner | Fix a problem exposed by the local allocator. CALL...
|
commit | commitdiff | tree |
2006-06-09 |
Chris Lattner | Wrap to 80 cols
|
commit | commitdiff | tree |
2006-06-09 |
Chris Lattner | After telling GCC to type of the input file with -x...
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Fix X86/inline-asm.ll:test2, a case where an input...
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Add new testcase
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Fix Regression/CodeGen/X86/inline-asm.ll, a case where...
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | New testcase, using "AX" as i32.
|
commit | commitdiff | tree |
2006-06-08 |
Chris Lattner | Add support for "m" inline asm constraints.
|
commit | commitdiff | tree |
next |