2005-08-26 |
Jim Laskey | Changed unsigned long to unsigned. |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Jim Laskey | Change unsigned lng to unsigned. |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Nate Begeman | Fix JIT encoding of conditional branches |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | add initial support for converting select_cc -> fsel... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | the 5th operand is the 4th number |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Nate Begeman | SUBFIC produces two results, not one. |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Nate Begeman | Implement SHL_PARTS and SRL_PARTS |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Add support for targets that want to custom expand... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Allow LowerOperation to return a null SDOperand in... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Fix a nasty bug from a previous patch of mine |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Emit the lo/hi parts in the right order :) |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Jim Laskey | Added cl::bits option type (bit vectors). See "Collect... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | implement support for 64-bit add/sub, fix a broken... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | simplify the add/sub_parts code |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Jim Laskey | Tweak of multiple occurance paragraph. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Jim Laskey | Documentation updated to include upcoming support for... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Finish implementing SDIV/UDIV by copying over the majik... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Simplify some code. It's not clear why the UDIV expand... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Implement setcc correctly for G5 and non-G5 systems |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | implement setcc on the G5. We're still missing the... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Nate Begeman | New fold for SELECT_CC |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Nate Begeman | Remove option to make SetCC illegal on PowerPC after... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Don't auto-cse nodes that return flags |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | add printer support for flag operands |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | simplify the code a bit using isOperationLegal |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Add support for sdiv by 2^k and -2^k. Producing code... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | Add support for flag operands |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Chris Lattner | add an enum value |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Jim Laskey | Remove Support/Search.h entry |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Jim Laskey | Recommended to use std::algorithms instead. |
commit | commitdiff | tree | snapshot |
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 |
next |