2005-01-27 |
Andrew Lenharth | int to float conversion and another setcc |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Misha Brukman | Fix grammar |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | teach isel about comparison with constants and zero... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Jeff Cohen | Fix some Path bugs |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | perhaps this will let me have calls again |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | minor bug fix |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | minor bug fix |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Andrew Lenharth | added instructions for fp to int to fp moves |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Andrew Lenharth | initial fp support |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Chris Lattner | xfail this. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Chris Lattner | XFAIL this for now. |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Andrew Lenharth | hum, writing on one machine, testing on another... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Andrew Lenharth | add some operations, fix others. should compile severa... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Chris Lattner | We can fold promoted and non-promoted loads into divs... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Chris Lattner | Fold promoted loads into binary ops for FP, allowing... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Andrew Lenharth | problems with bools, and their work arounds |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Alkis Evlogimenos | Add a dependency to the trace library so that it gets... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Reid Spencer | Document the --load option. |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Andrew Lenharth | more load choices, better add with imm |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Chris Lattner | Make -ds-aa more useful, allowing it to be updated... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Chris Lattner | Add some methods. |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Andrew Lenharth | Clean ups, and taught the instruction selector about... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Andrew Lenharth | Alpha JIT prune |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Andrew Lenharth | include prune and JIT prune |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Andrew Lenharth | Pruned includes |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Andrew Lenharth | let configure recognize Alphas |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Andrew Lenharth | let configure recognize Alphas |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Misha Brukman | Mark CVS versions different from releases |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Misha Brukman | `primitive' has no `a' |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Chris Lattner | Do not return true from isSized for things without... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Chris Lattner | This giant patch speeds up Type::isSized(). Before... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Chris Lattner | Fix a spurious warning. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Silence a warning. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Silence optimized warnings. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Allow the FP stackifier to completely ignore functions... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Simplify/speedup the PEI by not having to scan for... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Add an accessor. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Update physregsused info. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Update this pass to set PhysRegsUsed info in MachineFun... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Update these register allocators to set the PhysRegUsed... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Add support for the PhysRegsUsed array. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Expose more information from register allocation to... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Speed this up a bit by making ModifiedRegs a vector... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Get rid of a several dozen more and instructions in... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Fix crash comparing empty file against nonempty file. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Adjust to changes in SelectionDAG interfaces |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Remove the 3 HACK HACK HACKs I put in before, fixing... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Adjust to changes in SelectionDAG interface. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Give SelectionDAG a TargetLowering instance instead... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Build Alpha by default. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Reid Spencer | Fix alloca support for Cygwin. On cygwin its __alloca... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Reid Spencer | Support Cygwin assembly generation. The cygwin version... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Add support for fp tolerances |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | This method takes sys::Path objects now. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Adjust to changed interface. |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Make DiffFilesWithTolerance take sys::Path's instead... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Remove two dead methods and improve the comments for... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Fix a bug in previous checkin |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Drop dead #include |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | The meat of this utility has been moved to FileUtilitie... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | Add a new method, refactored out of fpcmp |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Chris Lattner | New method. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Andrew Lenharth | Let me introduce you to the early stages of the llvm... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Get this to work for 64-bit systems. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Reid Spencer | We're working towards LLVM 1.5 now so bump the version... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Minor fix. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | This is the final big of factoring. This shares cases... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Implement *even more* factoring. In particular, if... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Refactor code for numbering instructions into CodeGenTa... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | Fix VC++ compilation error |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | QOI feature implemented. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Implement factoring of instruction pattern strings... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Fix the ::: problem |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Minor refactoring, no functionality change. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | oops |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | Add (non-working) project bugpoint to Visual Studio |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Seperate asmstring parsing from emission. This allows... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | Don't exclude FileUtilies and ToolRunner from VC++... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | Fix VC++ complaint |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Jeff Cohen | Fix destroyDirectory bug |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Implicitly defined registers can clobber callee saved... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Andrew Lenharth | make double-dollar properly escape asmstrings |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | More bugfixes for IA64 shifts. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Fix problems with non-x86 targets. |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Chris Lattner | Add a nasty hack to fix Alpha/IA64 multiplies by a... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Remove unneeded line. |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | test commit |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Handle comparisons of gep instructions that have differ... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Speed up folding operations into loads. |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Keep track of node depth for each node |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | The ever-important vanity pass name :) |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | If the interpreter tries to execute an external functio... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Fix a FIXME: realize that argument stores are all indep... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Unary token factor nodes are unneeded. |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Chris Lattner | Refactor libcall code a bit. Initial implementation... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Chris Lattner | Apparently destroyFile() now throws an exception. ... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Chris Lattner | Remove this test. This test is already in PR269, so... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Chris Lattner | Simplify the shift-expansion code. |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Chris Lattner | Implement ADD_PARTS/SUB_PARTS so that 64-bit integer... |
commit | commitdiff | tree | snapshot |
next |