2005-01-29 |
Chris Lattner | After reading in a bc file, trim the resultant buffer... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Andrew Lenharth | first step towards a correct and complete stack. also... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Due to previous simplifications, we can simplify the... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Properly handle volatile. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Remove some useless map operations. Loads/stores that... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Before doing expensive global analysis, check to make... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Fix quotes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Minor simplification/speedup. Replaces a set lookup... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Eliminate generality that is not buying us anything... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | If we see: |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Memory used is a delta between memuse at the start... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Make sure that we always grow a multiple of 2 operands. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | noteworthy. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in instruction interfaces. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Switchinst takes a hint for the number of cases it... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | switchinst ctor now takes a hint for the number of... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust Valuehandle to hold its operand directly in it. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Finegrainify namespacification. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | add namespace qualifier |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in User class and minor changes in... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to slight changes in instruction interfaces. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in User class. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Merge InstrTypes.cpp into this file |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in User class. Aggregate constants... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | This file is now merged into Instructions.cpp |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in the User class. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in the User class. Introduce a new... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to user changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Many changes to cope with the User.h changes. Instruct... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to User.h changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Instead of storing operands as std::vector<Use>, just... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Andrew Lenharth | fix ExprMap, partially teach about add long |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Fix a nasty thinko in my previous commit. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Alpha doesn't have a native f32 extload instruction. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | implement legalization of truncates whose results and... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Get alpha working with memset/memcpy/memmove |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Reid Spencer | Fix some typos in the Makefile.rules. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Hrm, who knows what 'uint' is, but it seems to work... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | * add some DEBUG statements |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Add some initial documentation for the SelectionDAG... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Do not clean up if the MappedFile was never used or... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Andrew Lenharth | fix ExprMap and constant check in setcc |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Jeff Cohen | Get VC++ compiling again |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Reid Spencer | Convert some old C-style casts to C++ style. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Andrew Lenharth | move FP into it's own select |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | CopyFromReg produces two values. Make sure that we... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | These passes are no more. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Remove this code as it is currently completely broken... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Jeff Cohen | Properly close mapped files. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Misha Brukman | Mark -parallel pass as `experimental' |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | stack frame fix and zero FP reg fix |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | Floating point instructions like Floating point registers |
commit | commitdiff | tree | snapshot |
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 |
next |