2004-07-14 |
Chris Lattner | Make PATypeHolder and friends return non-const pointers... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Fix a regression from last night. Apparently the CFE... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Misha Brukman | Make sure MTSPR instruction is inserted into the BasicBlock |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Implement new helper methods for creating two-index... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | * Change code to use a static_cast instead of reinterpr... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Misha Brukman | Don't define the same register twice when loading a... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Misha Brukman | * Fix multiplication by powers of two and otherwise |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Pull out code shared between GV forward-decl and defini... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Simplify code. Do not allow functions to be redefined... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Remove a gross and crufty "feature" that was never... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Revamp handling of labels. In particular, if we create... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Brian Gaeke | Add Machine-CFG edges to SparcV9 MachineBasicBlocks. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Split the basic block handling case out of getVal into... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Make Argument::print more resilient to non-verifiable IR |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Catch aggregates passed by value sooner rather than... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Misha Brukman | * Specify that FP arith options have 3 operands |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Actually, use an exception to stop verification. This... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | There is no reason to abort and print a stack trace... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Fine-grainify namespacification, prune #include |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Fix typeo and refactor bb productions to make it possib... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Eliminate some mega-cruft here. There is no reason... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Inline the now trivial setValueNameInternal function... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Now that basic blocks are eagerly inserted into the... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | A couple of substantial cleanup fixes: |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Brian Gaeke | Fix warning on SparcV9, where sizeof (int) != sizeof... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Replace a bunch of complex ConstantPointerRef referring... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Make tblgen not try to be smart. This is better handle... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Factor some code to handle "load (constantexpr cast... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | Correctly load FP constants out of the constant pool. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | Apple's MacOS X is another OS which does not provide... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | Implement getModuleMatchQuality and getJITMatchQuality... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | * Tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | New open proj: C/C++ compiler in C++, with link to... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Add a helper method. The StructType element is complet... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | implement new helper method |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Fix unused var warning |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Fix a really nasty logic error that VC noticed. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Add a missing #include |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Fix warning compiling with VC++ |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | new feature |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | * Clarify Sparc as SparcV9 |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Implement a new method useful for things like the inliner |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Implement new method |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Correct an output typo. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Various cleanups: |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | - Rename two methods to give them more meaning |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Remove tabs. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Prepare the writer for a non-broken implementation... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | The cleanup is done. Update comment. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Make add constantexprs work with all types, fixing... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Implement TargetRegistrationListener |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add a new listener class for things that want to be... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine functions. Move... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Prune unused #include |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Goodbye macro hell, hello nice clean and simple code... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Goodbye macro hell, hello nice clean simple extensible... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Implement a couple of methods that TargetMachineRegistr... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add a new TargetNameParser class, which is useful for... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Make these format a bit nicer |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Provide better support for pointer-valued command line... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Auto-registrate target |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add compilability |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Initial impl of this file. Yes this is pretty useless... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | First cut at TargetMachineRegistry and RegisterTarget... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add two new "virtual static" methods to the TargetMachi... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add -load option |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add a -load option |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Implicitly getting a new option by linking to support... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add a new header |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Reid Spencer | - Correct grammar of -s description |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Reid Spencer | Group the hidden command line arguments. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Chris Lattner | Add link to the stkrc page |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Reid Spencer | Command Guide for the Stacker language compiler, stkrc. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Reid Spencer | Replace use of defunct Type::setName method with Symbol... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Reid Spencer | Make the VBRSavings percentage make sense (as a fractio... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Chris Lattner | Minor cleanups: |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Reid Spencer | Error Handling Cleanup: |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Reid Spencer | Fix a backwards compatibility bug found by Tanya. In... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | Removed unneeded forward decl |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | Remove unused method |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | Add checks to ensure that there are no unreachable... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | Don't call Type::setName() |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Misha Brukman | * Add support for indexing into structures, thanks... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Misha Brukman | Read/write the offset value for stack-relative loads... |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Misha Brukman | * Doxygenify comments |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Alkis Evlogimenos | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Alkis Evlogimenos | Improve code comments. |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | No really, he did finish! |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | Too much of a title for it's own good |
commit | commitdiff | tree | snapshot |
2004-07-09 |
Chris Lattner | Fix Validation bugs |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Eliminate the UID field in the Type class, bringing... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | The uid mapping is no more |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Eliminate uses of the UniqueID field on Type objects |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Do not call Type::getUniqueID |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Chris Lattner | Add a new method |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Reid Spencer | Get rid of some cruft in the insert method. |
commit | commitdiff | tree | snapshot |
next |