2006-05-01 |
Chris Lattner | Remove %'s from register names when in intel mode. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Format #APP lines a bit nicer |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Evan Cheng | Local spiller kills a store if the folded restore is... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Jeff Cohen | Mingw32 patches supplied by Anton Korobeynikov. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Remove a bogus transformation. This fixes SingleSource... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | I can't spell: Register, not Regsiter. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Implemented x86 inline asm b, h, w, k modifiers. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix InstCombine/2006-04-28-ShiftShiftLongLong.ll |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | new testcase miscompiled by instcombine |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | testcase that crashes the ppc backend, which can't... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Initial caller side support (for CCC only, not FastCC... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Bare-bone X86 inline asm printer support. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Update. It should use two shufps, not three! |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Remove the temporary option: -no-isel-fold-inflight |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Implement four-wide shuffle with 2 shufps if no more... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix PR743: emit -help output of a tool to cout, not... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | TargetLowering::LowerArguments should return a VBIT_CON... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Mapping of physregs can make it so that the designated... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Use movaps instead of movapd for spill / restore. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Added a temporary option -no-isel-fold-inflight to... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | When isel'ing a node, mark its operands "InFlight"... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | When we have a two-address instruction where the input... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Test case for PR748 |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | Add support for inserting undef into a vector. This... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | This should turn into one vector shuffle instruction. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | Make x86 isel lowering produce tailcall nodes. They... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | A couple of new entries. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | Support for passing 128-bit vector arguments via XMM... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Reid Spencer | For PR747: |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | Oops |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | Bug fix: not updating NumIntRegs. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Evan Cheng | - Clean up formal argument lowering code. Prepare for... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | Fix some nondeterminstic behavior in the mem2reg pass... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Jeff Cohen | Actually, semantical doesn't appear to be a word. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Chris Lattner | Implement Transforms/IndVarsSimplify/complex-scev.ll... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Evan Cheng | Fix fastcc failures. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Chris Lattner | Unfortunately this really isn't the place for advertise... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Jeff Cohen | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Reid Spencer | Fix some anchors. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Reid Spencer | Add some notes about the current state of source (front... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Evan Cheng | Switching over FORMAL_ARGUMENTS mechanism to lower... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Evan Cheng | Don't forget return void. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Nate Begeman | Keep the stack from on darwin 16-byte aligned. This... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Evan Cheng | Separate LowerOperation() into multiple functions,... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Andrew Lenharth | slightly more useful error message |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Andrew Lenharth | better c99 struct handling |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Andrew Lenharth | another c99 style problem |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Evan Cheng | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Nate Begeman | Fix a warning |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Nate Begeman | No functionality changes, but cleaner code with correct... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Evan Cheng | Explicitly specify result type for def : Pat<> patterns... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Added X86 SSE2 intrinsics which can be represented... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Add a new entry. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Added a movq test case. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Special case handling two wide build_vector(0, x). |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Some missing movlps, movhps, movlpd, and movhpd patterns. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | A little bit more build_vector enhancement for v8i16... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Remove a completed entry. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Chris Lattner | Suggest looking at the SPARC backend. How weird is... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | Added addJumpTableIndex |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Evan Cheng | MakeMIInst() should handle jump table index operands. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Evan Cheng | MOVL shuffle (i.e. movd or movss / movsd from memory... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Nate Begeman | Fix the updating of the machine CFG when a PHI node... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Jeff Cohen | Keep Visual Studio informed. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Nate Begeman | Code cleanup associated with jump tables, thanks to... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Nate Begeman | Turn of jump tables for a bit, there are still some... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Nate Begeman | Optimized stores to the constant pool, while cool,... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Nate Begeman | JumpTable support! What this represents is working... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Evan Cheng | Don't do all the lowering stuff for 2-wide build_vector... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Evan Cheng | Fix a performance regression. Use {p}shuf* when there... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Evan Cheng | Two more build_vector tests. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Chris Lattner | Teach the JIT how to relocate LI, this fixes the JIT... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Chris Lattner | This no longer needs the JIT. |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Chris Lattner | Fix JIT support for static ctors, which was apparently... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | Revamp build_vector lowering to take advantage of movss... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Nate Begeman | Fix the comment |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Nate Begeman | Change the PPC JIT to use a Static relocation model |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Chris Lattner | fix thinko |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Chris Lattner | add some low-prio notes |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Chris Lattner | The BFS scheduler is apparently nondeterminstic (causes... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | movddup is a SSE3 instruction. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Chris Lattner | Remove a hack required by V9. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Chris Lattner | Fix a couple more memory issues |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Reid Spencer | Remove the extraneous --defined-only option to nm.... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | Add && to each RUN: line (except the last one). |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | More build_vector tests. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | Check for llc crash. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | To be replaced with another test. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Evan Cheng | Now generating perfect (I think) code for "vector set... |
commit | commitdiff | tree | snapshot |
next |