2005-08-29 |
Chris Lattner | Add a new API for nate |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Add a new API for Nate |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Andrew Lenharth | Some of us cared about the the promote path |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix an infinite loop on x86 |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Allow bugpoint+PPC codegen to use fsqrt |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix a bug the last patch exposed in treeadd among others |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | A hack to fix a problem folding immedaites. This fixes... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix order of operands for copytoreg node when emitting... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix a bug in my previous patch that was using the wrong... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | add operands in the correct order |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Chris Lattner | Fix a bug in ReplaceAllUsesWith |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Chris Lattner | Fix a bug in FP_EXTEND, implement FP_TO_SINT |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Chris Lattner | fix an assertion failure in treeadd |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Reid Spencer | Adjust to member variable name change. |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Reid Spencer | Change the names of member variables per Chris' instruc... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Reid Spencer | Implement PR614: |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Chris Lattner | Disable this code, which broke many tests last night |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Chris Lattner | fix PHI node emission for basic blocks that have select... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | The condition register being branched on may not be... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Propagate cr# from COND_BRANCH to the actual branch... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Nate noticed that Andrew never did this. This fixes... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Don't copy regs that are only used in the entry block... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Make this code safe for when loadRegFromStackSlot inser... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | allow code using mtcrf to assemble |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Nate Begeman | Remove operand type 'crbit', since it is no longer... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | teach getClass what a condition reg is |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Checking types here is not safe, because multiple types... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | implement SELECT_CC fully for the DAG->DAG isel! |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | add some forward defs |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | spell this right |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Call the InsertAtEndOfBasicBlock hook if the usesCustom... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | spell this right! |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Add a hook |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | spell this variable right |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Expose a new flag to TargetInstrInfo |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Add a new instruction flag |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Add a flag |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Make fsel emission work with both the pattern and dag... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | add a marker at the end of the instruction enum list |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | implement the fold for: |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Changes to adjust to new ReplaceAllUsesWith syntax... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Revampt ReplaceAllUsesWith to be more efficient and... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Add a new version of ReplaceAllUsesWith, make the comme... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Nate Begeman | Remove some code made dead by the fsel patch |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | now that fsel is formed during legalization, this code... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | implement the other half of the select_cc -> fsel lower... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Fix a bug in my previous checkin |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Change ConstantPoolSDNode to actually hold the Constant... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Fix some warnings in an optimized build |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Chris Lattner | Fix a huge annoyance: SelectNodeTo took types before... |
commit | commitdiff | tree | snapshot |
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 |
next |