2004-05-01 |
Chris Lattner | Move the GraphTraits for MachineBasicBlocks to the... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Add comment about optimizations |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Add a constructor that got lost |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Brian Gaeke | Generalize the strlen size_t hack, for the benefit... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Chris Lattner | Fix broken link, again. |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Tanya Lattner | Sorry, now friend class name should be right!! |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Tanya Lattner | Fixed friend class name for ModuloScheduling. |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Tanya Lattner | Fixed friend class name for ModuloSched |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Tanya Lattner | Removing MachineResource class. |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Chris Lattner | Fix a broken link |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Chris Lattner | Fix a major pessimization in the instcombiner. If... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Brian Gaeke | Add machine-CFG graph traits specializations. |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Misha Brukman | Wrapped code and comments at 80 cols; doxygenified... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Misha Brukman | Reorder #includes as per style guide. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | Added `zeroinitializer' keyword. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | class AssemblyWriter: |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | * Make contained ostream not public. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | Send text and numbers directly to CachedWriter's contai... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | Squelch compile-time warning (profile build). |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | * Add ability to print out type as symbolic |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Misha Brukman | * Add ability to get and set the output stream |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | Add pred./succ. list size methods. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | Make RequiresFPRegKill() take a MachineBasicBlock arg. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | In InsertFPRegKills(), use the machine-CFG itself rathe... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | Update the machine-CFG edges whenever we see a branch. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | Move private methods to end of class decl at Chris... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | Fix thinkos that Chris caught for me. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Brian Gaeke | Add machine-code CFG support: MachineBasicBlocks may... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Brian Gaeke | Integrate the rest of my random sparcv9 scribblings... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Chris Lattner | Fix warning building in optimized mode |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Chris Lattner | Fix warning |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Chris Lattner | Changes to fix up the inst_iterator to pass to boost... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Brian Gaeke | Because I like being able to instantiate the cfgprinter... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Brian Gaeke | Add functions that return instances of these printer... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Brian Gaeke | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Chris Lattner | If an object is not in the scalar map then it must... |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Chris Lattner | Instcombine X/-1 --> 0-X |
commit | commitdiff | tree | snapshot |
2004-04-26 |
Chris Lattner | Add a new testcase for X/-1, fix bug that prevented... |
commit | commitdiff | tree | snapshot |
2004-04-25 |
Brian Gaeke | Fix file header comments and include guards -- many... |
commit | commitdiff | tree | snapshot |
2004-04-25 |
Brian Gaeke | Add a getRegisterInfo() accessor just like on the X86... |
commit | commitdiff | tree | snapshot |
2004-04-25 |
Brian Gaeke | Regularize file header comment and include guard. |
commit | commitdiff | tree | snapshot |
2004-04-25 |
Brian Gaeke | Add MRegisterInfo subclass for the SparcV9 target ... |
commit | commitdiff | tree | snapshot |
2004-04-24 |
Misha Brukman | Standardize header comments of top-level Makefiles. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Misha Brukman | Aggregating function arguments is now an option. Defaul... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Misha Brukman | * Allow aggregating extracted function arguments (contr... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Fix a typo. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Chris Lattner | Move the scev expansion code into this pass, where... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Chris Lattner | Eliminate all of the SCEV Expansion code which is reall... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Chris Lattner | Remove the SCEV::expandCodeFor method, add a new SCEVVi... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Chris Lattner | Teach bugpoint to be a little bit smarter and avoid... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Merged this file into the SparcV9 target. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Merge TargetRegInfo.h into SparcV9RegInfo.h, which... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Include SparcV9RegInfo.h instead of TargetRegInfo.h. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Include SparcV9RegInfo.h instead of TargetRegInfo.h... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Get rid of the old byte-at-a-time emission code used... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Go back to the interpreter main loop after performing... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | mmap of a zero length file returns null on some platfor... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Use emitWordAt() to emit forward-branch fixups. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Emit SPARC machine code a word at a time instead of... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Implement emitWordAt() for the JIT emitter. |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Implement emitWordAt() for the debug emitter and the... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
Brian Gaeke | Add emitWordAt() - a quick and dirty interface that... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Misha Brukman | Add command-line option to select whether to isolate... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Misha Brukman | Clarify the logic: the flag is renamed to `deleteFn... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Misha Brukman | Add a flag to choose between isolating a function or... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Misha Brukman | Add a boolean flag to delete this function from module... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Misha Brukman | Add a space before result for readability on the comman... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Disable a previous patch that was causing indvars to... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Add an ugly cast |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Fix an extremely serious thinko I made in revision... |
commit | commitdiff | tree | snapshot |
2004-04-22 |
Chris Lattner | Add a method |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Implement a todo, rewriting all possible scev expressio... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | This code really wants to iterate over the OPERANDS... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Implement a fixme. The helps loops that have induction... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Fix an incredibly nasty iterator invalidation problem... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | bug fixed |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | new testcase for PR326 |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Misha Brukman | Add doxygenified comments to functions. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Misha Brukman | I'm allergic to the word `stuff'. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Brian Gaeke | Make SparcV9RegInfo::getRegType() return the right... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alkis Evlogimenos | Include cerrno (gcc-3.4 fix) |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Alkis Evlogimenos | Declare iterator as public since it is defined as such... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Chris Lattner | Fix typeo |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | REALLY fix PR324: don't delete linkonce functions until... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Pass the callgraph not the module |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Allow getting the module from a call graph |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Change it to take a callgraph, from which we can get... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Add the ability for SCC passes to initialize and finali... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Fix PR325 |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnc... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | New testcase, distilled from PR324 |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Brian Gaeke | Make it legal to ask for the type of a specialreg |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Brian Gaeke | Add some PRs which were fixed, but not previously menti... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Chris Lattner | Add support for the select instruction |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Make it legal to request a load or store of %fsr. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Regularize include guards and remove some excess whites... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Tighten up SparcV9FloatCCRegClass::getRegName()'s asser... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Brian Gaeke | Regularize include guards, remove some excess whitespac... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Chris Lattner | Initial checkin of a simple loop unswitching pass.... |
commit | commitdiff | tree | snapshot |
next |