2006-05-12 |
Chris Lattner | remove dead variable. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Fix iterator invalidation bug, identified by Coverity. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Fix a hypothetical memory leak, identified by Coverity... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Remove dead vars |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | remove dead vars |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Remove dead variable |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Comment out dead variables |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Reid Spencer | When reading the symbol table, make sure to delete... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Remove dead var |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Remove dead variable |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | remove dead variable. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Avoid defining dead result |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Remove dead return value. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Fix PowerPC/2006-05-12-rlwimi-crash.ll |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | new testcase for a recent rlwimi crash. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | Noop instruction |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | Unused instruction |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Owen Anderson | Add a method to generate a string representation from... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Owen Anderson | Refactor a bunch of includes so that TargetMachine... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Owen Anderson | Fix some tabbing issues. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | Backing out fix for PR770. Need to re-apply it after... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | Duh. That could take a long time. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Owen Anderson | Add a new constructor to TargetData that builds a Targe... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | Two simplifications for token factor nodes: simplify... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | New scheduling test case. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | Add capability to scheduler to commute nodes for profit. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Evan Cheng | Typo! How did we commute nodes before?! |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Chris Lattner | For extra sanity checking, fill free'd memory with... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Chris Lattner | Fix some bugs in the freelist manipulation code. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Evan Cheng | Refactor scheduler code. Move register-reduction list... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Chris Lattner | Significantly revamp allocation of machine code to... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Chris Lattner | Refactor some code, making it simpler. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Evan Cheng | Add MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Evan Cheng | Also add super- register class info. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Evan Cheng | Also add super- register classes info. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Evan Cheng | Set weight of zero length intervals to infinite to... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Evan Cheng | Backing out previous check-in. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Owen Anderson | Fix some problems linking stuff in libTarget. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Evan Cheng | If the live interval legnth is essentially zero, i... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Evan Cheng | Update test case |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Chris Lattner | New testcase, check that dead code doesn't pessimize... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Chris Lattner | Fix the PowerPC JIT-only failure on UnitTests/Vector... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Evan Cheng | Templatify RegReductionPriorityQueue |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Chris Lattner | Add alloca/malloc ctors that don't take array sizes. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Chris Lattner | Add an assertion for a common error |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Evan Cheng | Watch out for the following case: |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Evan Cheng | Fix a load folding bug. It is exposed by a multi- resul... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nate Begeman | Fix PR773 |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | This method doesn't need to be virtual, thanks to Reid... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Fix a regression in my patch from last night that broke... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Indent .data/.text in the .s file |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Another instruction scheduling test case |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Add pseudo dependency to force a def&use operand to... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Debugging info |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Remove a completed entry. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Test case for PR770 |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | PR 770 - permit coallescing of registers in subset... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Added sub- register classes information. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Evan Cheng | Add sub-register class information. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Implement MASM sections correctly, without a "has masm... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Implement MASM sections correctly, without a "has masm... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Oh yeah, there are two of these now, unify both. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Setting SwitchToSectionDirective properly in the MASM... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | MASM doesn't have one of these. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Don't prefix section directives with a tab. Doing... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Make the masm codepath work like the normal code path. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Preserve prior behavior |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | The MASM asmprinter has been fixed, these hacks are... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Fix the MASM asmprinter's lies. It does not want to... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Split SwitchSection into SwitchTo{Text|Data}Section... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Split SwitchSection into the SwitchTo{Text|Data}Section... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Some notes and thoughts to myself |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Patch to make some xforms preserve each other. Patch... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Reid Spencer | Use the -dumpversion option to llvm-gcc which gives... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Move some methods out of line so that MutexGuard.h... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Move methods out of line so that MutexGuard.h isn't... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Another bad case I noticed |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Make the case I just checked in stronger. Now we compi... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Implement and_sext.ll:test3, generating: |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Yet more readme updating |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Compile this: |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | New note about something bad happening in target indepe... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Proving once again that I am not as smart as the compiler |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Fold more shifts into inserts, and update the README |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Fold shifts with undef operands. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | When tracking demanded bits, if any bits from the sext... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Make emission of jump tables a bit less conservative... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Evan Cheng | Fixing truncate. Previously we were emitting truncate... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Move the definition of value_use_iterator::getOperandNo... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Update some stuff now that the new rlwimi code has... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Fix PR772 |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Remove unncessary include |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Chris Lattner | This test passes now, remove xfail marker |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Evan Cheng | Typo's |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Jeff Cohen | Unlike Unix, Windows won't let a file be implicitly... |
commit | commitdiff | tree | snapshot |
next |