2005-12-01 |
Chris Lattner | Fix a regression caused by a patch earlier today |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Andrew Lenharth | Flags where I think I need them, quick, before the... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Evan Cheng | Proper support for shifts with register shift value. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Evan Cheng | Use a getCopyToReg() variant to generate a flaggy CopyT... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Evan Cheng | Teach tblgen to accept register source operands in... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Nate Begeman | Nuke CodeGenInstruction's ValueType member, it is no... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Nate Begeman | Stop checking the ValueType of the CodeGenInstruction... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | fit into 80 columns |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Make the code generated by tblgen return the result... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns its result, we must pay attent... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Pay attn to the node returned by SelectNodeTo |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns its result, we must pay attent... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns N. Use it instead of return... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Make SelectNodeTo return N |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Test that crashes the ppc backend. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Fix a bug where we didn't realize that vaarg reads... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | new testcase dse is miscompiling |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Add a simple clear() method |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | Fix a typo in my latest change |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | No longer track value types for asm printer operands... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | Fix some copy and paste typos. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | CALLSEQ_START/END nodes don't get memoized, do not... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | remove redundant code |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | At long last, you can say that f32 isn't supported... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | Make typesafe that which isn't: FCMOVxx |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | FPSelect and more custom lowering |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | First chunk of actually generating vector code for... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | All sorts of stuff. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | add support for custom lowering SINT_TO_FP |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Add a link to the doxygen tarball |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | copy the doxygen tarball into the HTML directory after... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | minor cleanup |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Reid Spencer | Fix a problem with llvm-ranlib that (on some platforms... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Fix a bug in a recent patch that broke shifts |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Added support to STORE and shifts to DAG to DAG isel. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Fixed a bug introduced by my last commit: TargetGlobalV... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Added an index field to GlobalAddressSDNode so it can... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Fixed a minor bug: - -offset != offset iff offset ... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Represent the encoding of the SPR instructions as they... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Evan Cheng | Add more X86 ISel patterns. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Evan Cheng | Better error message when unrecognized opcode is seen. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Hook up one type, v4f32, to the VR RegisterClass for... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Add the remainder of the AltiVec 4 x float instructions... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Add support for a new STRING and LOCATION node for... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Add the new vector types to tablegen |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | No targets support line number info yet. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Add support for a new STRING and LOCATION node for... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Add the majority of the vector machien value types... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Evan Cheng | Fixed a comment bug: |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Add "SCC" to the lexicon. Patch provided by Marco... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Fix PR670 and test/Regression/Transforms/Mem2Reg/2005... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | new testcase for pr670 |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | add Evan and Jim. Please edit your entries as desired. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | refix typo |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | don't say this is i128, because it isn't yet. Hopefull... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | revert my change for the time being, which broke the... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
John Criswell | Fixed a punctuation error. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Chris Lattner | fix a typo :) |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Andrew Lenharth | a few more comments on the interfaces and functions |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Andrew Lenharth | Added documented rsprofiler interface. Also remove... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
John Criswell | Add the remove() function from the C library. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Jeff Cohen | Teach Visual Studio about new files. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Chris Lattner | Add a missed optimization |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Chris Lattner | Use std:: where appropriate |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Andrew Lenharth | Random sampling (aka Arnold and Ryder) profiling. ... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Nate Begeman | Small tweaks noticed while on the plane. |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Andrew Lenharth | since reg2mem requires it, might as well mention that... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Duraid Madina | add support for dynamic_stackalloc to the dag isel... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Nate Begeman | Some first bits of AltiVec stuff: Instruction Formats... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew Lenharth | Reg2Mem is something a pass may depend on, so allow... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew Lenharth | turns out, demotion and invokes and critical edges... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew Lenharth | Fix warning, the better way. Really, this is what... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew Lenharth | Fix warning |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Nate Begeman | Check in code to scalarize arbitrarily wide packed... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew Lenharth | massive DAGISel patch. lots and lots more stuff compil... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Nate Begeman | Rather than attempting to legalize 1 x float, make... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Use HasDotTypeDotSizeDirective instead of forELF |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Add a new flag |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Remove a level of indentation by using a continue. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Simplify the subtarget info, allow the asmwriter to... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Use subtarget information computed by X86Subtarget... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Make the X86 subtarget compute the basic target type... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Add a forELF flag, allowing the removal of forCygwin... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Add some more directives |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | simplify and genericize this code |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Duraid Madina | add support for div/rem to the dag->dag isel. yay. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Duraid Madina | I think I know what you meant here, but just to be... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Eliminate unneeded intermediate class. Move doFinalize... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Start using shared asmprinter Constant Pool emitter... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | prune #include |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Switch to using the shared constant pool printer, along... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Switch to using the generic constant pool emitter impl... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Use generic constant pool emission code in the AsmPrint... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Allow target to customize directive used to switch... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | add two more config directives, add method for printing... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Use the FunctionNumber provided by the AsmPrinter class |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | increment the function number in SetupMachineFunction |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Chris Lattner | Make the AsmPrinter keep track of the notion of a funct... |
commit | commitdiff | tree | snapshot |
next |