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 |
2005-08-19 |
Chris Lattner | add support for global address, including PIC support. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Add support for global address nodes |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | ADd support for TargetGlobalAddress nodes |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Add support for TargetGlobalAddress nodes |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Implement CopyFromReg, TokenFactor, and fix a bug in... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Fix a bug in previous commit |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Fix a typeo, no wonder all tokenfactor edges were the... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Print physreg register nodes with target names (e.g... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Before implementing copyfromreg, we'll implement copyto... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Now that we have operand info for machine instructions... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Emit this: |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Expose the derived register classes to the public heade... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Split RegisterClass 'Methods' into MethodProtos and... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Split register class "Methods" into MethodProtos and... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | put reg classes into namespace |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Put reg classes into namespaces |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Put register classes into namespaces |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Put register classes in namespaces |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Fix code that assumes the register info will be dumped... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | put reg classes in namespaces |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Require that targets specify a namespace for their... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Refactor to use Target.getRegisterClasses consistently... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Emit real operand info for instructions. This currentl... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Read the namespace field from register classes |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | The skeleton target has never had an isel |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | This code has always been dead on itanium |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | This code has always been dead for alpha |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | The simple isel being gone makes this dead! |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Now that the simple isels are dead, so is this. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | add a setName method to record |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Add a setName method to Record. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | For now, just emit empty operand info structures. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Sparcv9 gets no operand info |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Chris Lattner | Add a new field to TargetInstrDescriptor for tracking... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Jeff Cohen | Fix VC++ constant truncation warning. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Jeff Cohen | Update Visual Studio projects for removed file. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Duraid Madina | a bugfix (up top) and a quick repair job: disable gener... |
commit | commitdiff | tree | snapshot |
next |