2007-03-30 |
Chris Lattner | add a testcase for x86
|
commit | commitdiff | tree |
2007-03-29 |
Chris Lattner | the bytecode reader supports dematerializeFunction
|
commit | commitdiff | tree |
2007-03-29 |
Chris Lattner | add a hook to demat functions.
|
commit | commitdiff | tree |
2007-03-29 |
Chris Lattner | don't build runtime for now, ever
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | Stop using the foo HTML tag :)
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | Compile CodeGen/X86/lea-3.ll:test2 to:
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | new testcases
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | Dan pointed out that this is done, remove it!
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | don't use 'not' when we can use a positive test
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | upgrade a random test
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | Fix a problem building llvm-gcc on amd64-unknown-freebsd6...
|
commit | commitdiff | tree |
2007-03-28 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-26 |
Chris Lattner | eliminate use of std::set
|
commit | commitdiff | tree |
2007-03-26 |
Chris Lattner | Start value symbol tables out small (space for 16 elts...
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | implement Transforms/InstCombine/cast2.ll:test3 and...
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | fold constantexprs more aggressively, fixing PR1265
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | Implement support for vector operands to inline asm...
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | test that the ppc backend can do 64-bit cntlz
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | implement initial support for the silly X constraint...
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | switch TargetLowering::getConstraintType to take the...
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | Allow the b/h/w/k constraints to be applied to values...
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | enforce the proper range for the i386 N constraint.
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
|
commit | commitdiff | tree |
2007-03-25 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-24 |
Chris Lattner | fix a regression on vector or instructions.
|
commit | commitdiff | tree |
2007-03-24 |
Chris Lattner | don't rely on ADL
|
commit | commitdiff | tree |
2007-03-24 |
Chris Lattner | add a valuetype for v1i64, which is needed by mmx.
|
commit | commitdiff | tree |
2007-03-24 |
Chris Lattner | add a bad case evan though of.
|
commit | commitdiff | tree |
2007-03-23 |
Chris Lattner | switch AddReachableCodeToWorklist from being recursive...
|
commit | commitdiff | tree |
2007-03-20 |
Chris Lattner | llvm-gcc now requires -fnested-functions to enable...
|
commit | commitdiff | tree |
2007-03-20 |
Chris Lattner | Two changes:
|
commit | commitdiff | tree |
2007-03-20 |
Chris Lattner | These functions should use shll, not lea.
|
commit | commitdiff | tree |
2007-03-20 |
Chris Lattner | fix indentation
|
commit | commitdiff | tree |
2007-03-20 |
Chris Lattner | Add a dtor to fix leaks from all clients of BitVector.
|
commit | commitdiff | tree |
2007-03-20 |
Chris Lattner | Fix a nasty memory leak, caused by my revamp of the...
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | add a testcase the resent patches fail on.
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | fix a warning
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | add PR#
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | implement the next chunk of SROA with memset/memcpy...
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | add pr#
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-19 |
Chris Lattner | testcase for SROA with memset etc
|
commit | commitdiff | tree |
2007-03-18 |
Chris Lattner | Implement InstCombine/and-xor-merge.ll:test[12].
|
commit | commitdiff | tree |
2007-03-18 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-18 |
Chris Lattner | minor updates
|
commit | commitdiff | tree |
2007-03-13 |
Chris Lattner | ifdef out some dead code.
|
commit | commitdiff | tree |
2007-03-13 |
Chris Lattner | testcase for PR1244
|
commit | commitdiff | tree |
2007-03-08 |
Chris Lattner | upgrade this testcase, add test for fp immediate to...
|
commit | commitdiff | tree |
2007-03-08 |
Chris Lattner | implement support for floating point constants used...
|
commit | commitdiff | tree |
2007-03-08 |
Chris Lattner | make this fail even in non-assert builds.
|
commit | commitdiff | tree |
2007-03-08 |
Chris Lattner | This appears correct, enable it so we can see perf...
|
commit | commitdiff | tree |
2007-03-08 |
Chris Lattner | Second half of PR1226. This is currently still disabled...
|
commit | commitdiff | tree |
2007-03-06 |
Chris Lattner | big endian 32-bit systems (e.g. ppc32) want to return...
|
commit | commitdiff | tree |
2007-03-06 |
Chris Lattner | temporarily disable this until Reid has a chance to...
|
commit | commitdiff | tree |
2007-03-06 |
Chris Lattner | llvm-gcc 3.4 is dead.
|
commit | commitdiff | tree |
2007-03-06 |
Chris Lattner | Switch PPC return lower to use an autogenerated CC...
|
commit | commitdiff | tree |
2007-03-05 |
Chris Lattner | This is the first major step of implementing PR1226...
|
commit | commitdiff | tree |
2007-03-05 |
Chris Lattner | fix a subtle bug that caused an MSVC warning. Thanks...
|
commit | commitdiff | tree |
2007-03-05 |
Chris Lattner | Add some simplifications for demanded bits, this allows...
|
commit | commitdiff | tree |
2007-03-05 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | add a getSignBit method, elimiante virtual method from...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | fix 80 col violations, mark arrays static
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | simplify some code
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | fold away addc nodes when we know there cannot be a...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | add a new node
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | new testcase, corresponds to:
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | generalize
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | canonicalize constants to the RHS of addc/adde. If...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | eliminate some ops if they have an undef RHS
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | fix typo
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | add missing braces
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | minor cleanups
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | Speed up -instcombine by 20% by avoiding a particularly...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | switch MarkAliveBlocks over to using SmallPtrSet instead...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | Speed up Loop::isLCSSAForm by using a hash table instead...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | add iterator range version of ctor.
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | make better use of LCSSA information in RewriteLoopExitValue...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify...
|
commit | commitdiff | tree |
2007-03-04 |
Chris Lattner | New testcases for PR1179/PR1232.
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | Fix CodeGen/Generic/fpowi-promote.ll and PR1239
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | New testcase for PR1239
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | Make RewriteLoopExitValues far less nested by using...
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | Add an expand action for ISD label which just deletes...
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | my recent change caused a failure in a bswap testcase...
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | new testcase: instcombine should remove all the casts.
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | instcombine doesn't do CSE, simplify unrelated detail
|
commit | commitdiff | tree |
2007-03-03 |
Chris Lattner | add a top-level iteration loop to instcombine. This...
|
commit | commitdiff | tree |
2007-03-02 |
Chris Lattner | Fix a significant algorithm problem with the instcombine...
|
commit | commitdiff | tree |
next |