2006-05-02 |
Chris Lattner | Refactor the machine code emitter interface to pull... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Since we don't handle callee-save CRs right yet, don... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Print function number instead of name |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Hooray, everyone now uses the same printBasicBlockLabel... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove dead method |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove a now-dead method |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | There is no reason to use a virtual method to store... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove the debug machine code emitter. The "FilePrinte... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove the debug machine code emitter. The "FilePrinte... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Extend printBasicBlockLabel a bit so that it can be... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Update the PPC compilation callback code to not need... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Add pass ID's for various passes, so they can be AddReq... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | De-virtualize SwitchSection. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | De-virtualize EmitZeroes. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | Finish support for Microsoft ML/MASM. May still be... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | Make Intel syntax mode friendlier to Microsoft ML assem... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Put instruction names into the first non TargetInstrInf... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | New testcase that crashes the new CFE. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Fix a latent bug that my spiller patch last week expose... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | When promoting a load to a reg-reg copy, where the... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Remove previous patch, which wasn't quite right. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | instructions can be in different namespaces. Make... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Put PHI/INLINEASM into the correct namespace. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Formating |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Dis-favor stores more |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Bottom up register-pressure reduction scheduler now... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Mark instructions whose pattern is (store ...) isStore. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Didn't mean ScheduleDAGList.cpp to make the last checkin. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Remove temp. option -spiller-check-liveout, it didn... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Intel mode no longer uses %'s on registers |
commit | commitdiff | tree | snapshot |
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 |
next |