2006-02-18 |
Evan Cheng | Moved PICEnabled to include/llvm/Target/TargetOptions.h |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Evan Cheng | Move PICEnabled declaration here. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | Fix a tricky issue in the SimplifyDemandedBits code... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | add a new method |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | A few final (for now) tests |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Yet another test |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | New tests! |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Robert Bocchino | Added documentation for vset and vselect. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Clean up DemandedBitsAreZero interface |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Fix a nit sabre noticed |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Don't expand sdiv by power of two before legalize,... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | unbreak the build |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Evan Cheng | Unbreak x86 be |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | Fix loops where the header has an exit, fixing a loop... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Fix a comment sabre noticed :) |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | A couple new regression tests to make sure we always... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | kill ADD_PARTS & SUB_PARTS and replace them with fancy... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | Fix another miscompilation exposed by lencode, where... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | add note about div by power of 2 |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Jeff Cohen | Fix bug noticed by VC++. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Jeff Cohen | Inform Visual Studio of deleted file. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Whoops, didn't mean to check this in yet. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Add a missing and useful pat frag |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Chris Lattner | start of some new simplification code, not thoroughly... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Evan Cheng | Remind ourselves to revisit the "pxor vs. xorps/xorpd... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Nate Begeman | Kill the x86 pattern isel. boom. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Evan Cheng | Remove the entry about using movapd for SSE reg-reg... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | pxor (for FLD0SS) encoding was missing the OpSize prefix. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | Remove the skeleton target, it doesn't produce useful... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | Dumb bug. Code sees a memcpy from X+c so it increments... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | 1. Use pxor instead of xoraps / xorapd to clear FR32... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | Use movaps / movapd to spill / restore V4F4 / V2F8... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | remove skeleton target |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Nate Begeman | Rework the SelectionDAG-based implementations of Simpli... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | don't build the skeleton target |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | remove support for the skeleton target |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | Change SplitBlock to increment a BasicBlock::iterator... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | MOVAPSrr and MOVAPDrr instruction format should be... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Duraid Madina | distinguish between objects and register names, now... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | If the false case is the current basic block, then... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | Lowering of sdiv X, pow2 was broken, this fixes it... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | Fix a minor makefile bug with lex/yacc handling that... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Jeff Cohen | Visual Studio enters the future of bisoning. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | Use movaps / movapd (instead of movss / movsd) to do... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Chris Lattner | fix a bug where we unswitched the wrong way |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Evan Cheng | A bit more memset / memcpy optimization. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Implement trivial unswitching for switch stmts. This... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | Remove an entry. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | Remove an unused function parameter. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | make "trivial" unswitching significantly more general... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | Turn a memcpy from string constant into a series of... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Andrew Lenharth | fix a bunch of alpha regressions. see bug 709 |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | new test |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Jim Laskey | Should not combine ISD::LOCATIONs until we have scheme... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Checking the wrong value. This caused us to emit silly... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Jim Laskey | Code sufficiently protected against this test. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Duraid Madina | reverting previous change, will add support for other... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Convert over to the new way of handling lex/bison check... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Check the new form for bison output into CVS |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | bugfixes |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Convert this over to work with the new makefiles |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Convert the bison-output-checked-into-cvs makefile... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Sparc actually *DOES* have a directive for emitting... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | random lexer change to test the makefile updating stuff |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllo... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Duraid Madina | HP aCC (and a bunch of other compilers, no doubt) don... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Duraid Madina | oops, I meant this |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Duraid Madina | zap |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Duraid Madina | previously, configure would die if GCC or ICC was not... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | Remove an entry. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | Use .zerofill on x86/darwin. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | Lower memcpy with small constant size operand into... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | more refactoring, no functionality change. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | cvtsd2ss / cvtss2sd encoding bug. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Evan Cheng | movaps, movapd encoding bug. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Chris Lattner | pull some code out into a function |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | new testcase that broke unswitch due to loopsimplify... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | Canonicalize inner loops before outer loops. Inner... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Doh again! |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | When splitting exit edges to canonicalize loops, make... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | new note |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | If we have zero initialized data with external linkage... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Jim Laskey | Using wrong DW_FORM. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Don't special case XS, XD prefixes. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Bug fix: XS, XD prefixes were being emitted twice. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | Make sure that weak functions are aligned properly |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Duh |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Remove -disable-x86-sse |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | add an assert |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Keep to < 80 cols |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Missed a break so memcpy cases fell through to memset... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Fixed a build breakage. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Add a entry. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Set maxStoresPerMemSet to 16. Ditto for maxStoresPerMem... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Expand memset dst, c, size to a series of stores if... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Evan Cheng | Enable SSE (for the right subtargets) |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Jeff Cohen | Match changes to unix build system. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Chris Lattner | now that libcalls don't suck, we can remove this hack |
commit | commitdiff | tree | snapshot |
next |