2007-04-06 |
Chris Lattner | Fix several nasty bugs in the strchr optimizer, this...
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | testcase for PR1307
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | clean up strcat optimizer, no functionality change.
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | rename getConstantStringLength -> GetConstantStringInfo...
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | rearchitect the registration mechanism used by the...
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | implement Transforms/InstCombine/malloc2.ll and PR1313
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | new testcase, update old one.
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | Switch some vectors to smallvectors. This reduces...
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | Eliminate unneeded virtual methods
|
commit | commitdiff | tree |
2007-04-06 |
Chris Lattner | minor comment fix
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | eliminate a virtual method
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | remove the dead removeArgument method, rename Options...
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | Fix Transforms/GlobalOpt/2007-04-05-Crash.ll
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | new testcase that crashes globalopt
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | run a late dce pass to clean up extra cruft.
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | Add a helper class (APSInt) which can represent an...
|
commit | commitdiff | tree |
2007-04-05 |
Chris Lattner | Use a worklist-driven algorithm instead of a recursive...
|
commit | commitdiff | tree |
2007-04-04 |
Chris Lattner | stringmap memory managed with malloc now
|
commit | commitdiff | tree |
2007-04-04 |
Chris Lattner | trivial optimization
|
commit | commitdiff | tree |
2007-04-04 |
Chris Lattner | use calloc instead of new/memset, it is more efficient
|
commit | commitdiff | tree |
2007-04-04 |
Chris Lattner | Initialize the symbol table to zero explicitly. This...
|
commit | commitdiff | tree |
2007-04-04 |
Chris Lattner | Extend StringMap to support being initialized as completely...
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | make a new missing features section
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | Fix a bug I introduced with my patch yesterday which...
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | greatly reduce hte default size of stringmap.
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | move these to FrontendAda
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | testcase for recent bugfix
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | move ada tests
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | reinstate the previous two patches, with a bugfix :)
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | split some code out into a helper function
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | Split a whole ton of code out of visitICmpInst into...
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | add missing operator
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | Fix PR1253 and xor2.ll:test[01]
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | new testcase for PR1253
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | add a helper function to constantint.
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | Arm supports negative strides as well, add them. This...
|
commit | commitdiff | tree |
2007-04-03 |
Chris Lattner | new testcase, where we should use a negative stride
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | allow -1 strides to reuse "1" strides.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | Add a regtest for cases we now recognize as rotates...
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | fix this testcase so it passes
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | fix this testcase on ppc hosts
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | add support for the 'w' inline asm register class.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | Pass the type of the store access, not the type of...
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | new testcase.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | Fix a bug which caused us to never be able to use signed...
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | Wrap long line
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | use more obvious function name.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | Treat xor of signbit like an add.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | add a helper function.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | simplify (x+c)^signbit as (x+c+signbit), pointed out...
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | creative way to add one.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | my patch fixed the fixme.
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | reduce use of std::set
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | Various passes before isel split edges and do other...
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | new testcase for PR1296
|
commit | commitdiff | tree |
2007-04-02 |
Chris Lattner | add range version of insert()
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | print the type of an inserted IV in -debug mode.
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | simplify this code, make it work for ap ints
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | fix breakage from last night, simplify code.
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | gcc 3.4.4 is known-bad on x86-64
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | not not!
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | Fix InstCombine/2007-03-31-InfiniteLoop.ll
|
commit | commitdiff | tree |
2007-04-01 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2007-03-31 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2007-03-31 |
Chris Lattner | move a bunch of code out of the sdisel pass into its...
|
commit | commitdiff | tree |
2007-03-31 |
Chris Lattner | Split the sdisel code munging stuff out into its own...
|
commit | commitdiff | tree |
2007-03-31 |
Chris Lattner | switch TL::getValueType to use MVT::getValueType.
|
commit | commitdiff | tree |
2007-03-31 |
Chris Lattner | add a method to turn a type into a VT.
|
commit | commitdiff | tree |
2007-03-31 |
Chris Lattner | Add a -print-lsr-output option to LLC, to print the...
|
commit | commitdiff | tree |
2007-03-30 |
Chris Lattner | implement the new addressing mode description hook.
|
commit | commitdiff | tree |
2007-03-30 |
Chris Lattner | add one addressing mode description hook to rule them...
|
commit | commitdiff | tree |
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 |
next |