Age | Commit message (Expand) | Author |
2006-02-16 | Rework the SelectionDAG-based implementations of SimplifyDemandedBits | Nate Begeman |
2006-02-16 | Change SplitBlock to increment a BasicBlock::iterator, not an Instruction*. ... | Chris Lattner |
2006-02-16 | MOVAPSrr and MOVAPDrr instruction format should be MRMSrcReg. | Evan Cheng |
2006-02-16 | distinguish between objects and register names, now we can have stuff | Duraid Madina |
2006-02-16 | If the false case is the current basic block, then this is a self loop. | Evan Cheng |
2006-02-16 | Lowering of sdiv X, pow2 was broken, this fixes it. This patch is written | Chris Lattner |
2006-02-16 | Fix VC++ warning. | Jeff Cohen |
2006-02-16 | Use movaps / movapd (instead of movss / movsd) to do FR32 / FR64 reg to reg | Evan Cheng |
2006-02-16 | fix a bug where we unswitched the wrong way | Chris Lattner |
2006-02-16 | A bit more memset / memcpy optimization. | Evan Cheng |
2006-02-15 | Implement trivial unswitching for switch stmts. This allows us to trivial | Chris Lattner |
2006-02-15 | Remove an entry. | Evan Cheng |
2006-02-15 | Remove an unused function parameter. | Evan Cheng |
2006-02-15 | make "trivial" unswitching significantly more general. It can now handle | Chris Lattner |
2006-02-15 | Turn a memcpy from string constant into a series of stores of constant values. | Evan Cheng |
2006-02-15 | fix a bunch of alpha regressions. see bug 709 | Andrew Lenharth |
2006-02-15 | new test | Chris Lattner |
2006-02-15 | Should not combine ISD::LOCATIONs until we have scheme to remove from | Jim Laskey |
2006-02-15 | Checking the wrong value. This caused us to emit silly code like | Chris Lattner |
2006-02-15 | Convert this over to work with the new makefiles | Chris Lattner |
2006-02-15 | Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires | Chris Lattner |
2006-02-15 | random lexer change to test the makefile updating stuff | Chris Lattner |
2006-02-15 | Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c on Sparc. | Chris Lattner |
2006-02-15 | Remove an entry. | Evan Cheng |
2006-02-15 | Use .zerofill on x86/darwin. | Evan Cheng |
2006-02-15 | Lower memcpy with small constant size operand into a series of load / store | Evan Cheng |
2006-02-15 | more refactoring, no functionality change. | Chris Lattner |
2006-02-15 | cvtsd2ss / cvtss2sd encoding bug. | Evan Cheng |
2006-02-15 | movaps, movapd encoding bug. | Evan Cheng |
2006-02-15 | pull some code out into a function | Chris Lattner |
2006-02-14 | Canonicalize inner loops before outer loops. Inner loop canonicalization | Chris Lattner |
2006-02-14 | Doh again! | Evan Cheng |
2006-02-14 | When splitting exit edges to canonicalize loops, make sure to put the new | Chris Lattner |
2006-02-14 | new note | Chris Lattner |
2006-02-14 | If we have zero initialized data with external linkage, use .zerofill to | Chris Lattner |
2006-02-14 | Using wrong DW_FORM. | Jim Laskey |
2006-02-14 | Don't special case XS, XD prefixes. | Evan Cheng |
2006-02-14 | Bug fix: XS, XD prefixes were being emitted twice. | Evan Cheng |
2006-02-14 | Make sure that weak functions are aligned properly | Chris Lattner |
2006-02-14 | Duh | Evan Cheng |
2006-02-14 | Remove -disable-x86-sse | Evan Cheng |
2006-02-14 | add an assert | Chris Lattner |
2006-02-14 | Keep to < 80 cols | Evan Cheng |
2006-02-14 | Missed a break so memcpy cases fell through to memset. Doh. | Evan Cheng |
2006-02-14 | Fixed a build breakage. | Evan Cheng |
2006-02-14 | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. | Evan Cheng |
2006-02-14 | Add a entry. | Evan Cheng |
2006-02-14 | Set maxStoresPerMemSet to 16. Ditto for maxStoresPerMemCpy and | Evan Cheng |
2006-02-14 | Expand memset dst, c, size to a series of stores if size falls below the | Evan Cheng |
2006-02-14 | Enable SSE (for the right subtargets) | Evan Cheng |