2005-08-25 |
Jim Laskey | Added Support/Search.h to project. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Jim Laskey | Added support for generic linear/binary search. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Fix a problem Duraid noticed, where we weren't removing... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Implement support for taking the address of constant... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | ADd support for TargetConstantPool nodes |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Add support for TargetConstantPool node |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Reid Spencer | For PR614: |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Add support for FP constants, fixing UnitTests/2004... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Reid Spencer | Don't attempt to update LLVM configured header files... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Fully implement frame index, so that we can pass the... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | add a new TargetFrameIndex node |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | implement unconditional branches, fixing UnitTests... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | LFS/STFS load and store FP values, not integer ones... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Fix a broken assertion |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Fix a warning |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | fix a warning in optimized build |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Fix some warnings |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_D... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | implement support for calls |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Add ReplaceAllUsesWith that can take a vector of replac... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | add two new methods |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Remove some dead cases. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Add support for external symbols, and support for varia... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Fix pasto that prevented VT ndoes from showing up in... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | add an idea |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Fix Regression/Transforms/Reassociate/2005-08-24-Crash.ll |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | new testcase that crashes -reassociate |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Transform floor((double)FLT) -> (double)floorf(FLT... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | floor/ceil don't read/write memory. This allows gcse... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Make sure this doesn't break when we're improving the... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | teach selection dag mask tracking about the fact that... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Start using isOperationLegal and isTypeLegal to simplif... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | rename hasNativeSupportFor* -> is(Operation|Type)Legal. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Adjust to new interface |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Misha Brukman | Wrap long lines |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Reid Spencer | Remove some tabs. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Reid Spencer | Whoops, don't use PROJ variables, these are all LLVM... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Reid Spencer | For PR619: |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Reid Spencer | For PR616: |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Nate Begeman | Whoops, fix a thinko. All cases except SETNE are now... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Nate Begeman | Remove unused statistic |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Nate Begeman | Add the "ppc specific" setcc-equivalent select_cc cases |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Nate Begeman | Teach SelectionDAG how to simplify a few more setcc... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Add callseq_begin/end support |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Make -view-isel-dags show the dag before instruction... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Nate Begeman | Fix optimization of select_cc seteq X, 0, 1, 0 -> srl... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Implement LiveVariables.h change |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Chris Lattner | Keep the killed/dead sets sorted, so that "KillsRegiste... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | adjust to new live variables interface |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Adjust to new livevars interface |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Change live variables from using multimaps to using... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Simplify this code by using higher-level LiveVariables... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Simplify this code by using LiveVariables::KillsRegister |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Add RegisterDefIsDead to correspond to KillsRegister... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Keep track of which registers are related to which... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | Fix PR618 and Regression/CodeGen/CBackend/2005-08-23... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | New testcase for PR618 |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Nate Begeman | Ack, typo |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Nate Begeman | Add an option to make SetCC illegal as a beta option |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Nate Begeman | Teach the SelectionDAG how to transform select_cc eq... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Nate Begeman | Teach Legalize how to turn setcc into select_cc |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Nate Begeman | Remove some instructions we no longer generate |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Remove some regs that are not used. |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Nate noticed that 30% of the malloc/frees in llc come... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Fix a crash I introduced into the IA64 backend with... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Try to avoid scanning the fixed list. On architectures... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Move some code in the register assignment case that... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Add a pass name for -time-passes output |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Fix a problem where constant expr shifts would not... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Testcase for a crash in the legalizer on ia64. This... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Add a long-overdue itanium regression test dir: hint... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Speed up this loop a bit, based on some observations... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Revert my patch which changed the code to not work. |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Make the example a bit easier to understand, suggested... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Implement stores. |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Add a fast-path for register values. Add support for... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Fix compilation of: |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Chris Lattner | Make sure expressions only have one use before emitting... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Implement most of load support. There is still a bug... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | add anew method |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Add support for frame index nodes |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | ADd a method |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Don't print out the MBB label for the entry mbb |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Simplify the logic for BRTWOWAY_CC handling. The isel... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Implement selection for branches. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Add 5-operand version of SelectNodeTo |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Add support for basic blocks, fix a bug in result ... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | When legalizing brcond ->brcc or select -> selectcc... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | If the false value for a select_cc is really simple... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Chris Lattner | Fix a bug in the RUN line |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Duraid Madina | reenable collapse of loadimm+AND -> dep.z (thanks guys) |
commit | commitdiff | tree | snapshot |
2005-08-20 |
Chris Lattner | fix bogus warning |
commit | commitdiff | tree | snapshot |
2005-08-20 |
Jim Laskey | Repair an out by one error for IA64. |
commit | commitdiff | tree | snapshot |
next |