2004-05-06 |
Alkis Evlogimenos | Fix for gcc3.4: invalid use of forward delacred class... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Brian Gaeke | Move the stuff that fixes the size, orientation & fonts... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Apply simplification suggested by Chris: why assign... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
John Criswell | Fixed inconsistent indentation. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Missing piece of fix for Bug 333 |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Bugs fixed |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | update command guide to have --tool-args |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Add --tool-args flag which lets you pass arguments... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Correctly mangle function names when they are used... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Add "Args" optional argument to AbstractInterpreter... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | Remove unneeded check |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | Improve signed division by power of 2 *dramatically... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Misha Brukman | Provide visit(Module&) and visitModule(Module&) functio... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Add stub support for reading BBTraces. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Add BBTrace accessor method and data member. |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | Do not mark instructions in unreachable sections of... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | New testcase for PR332 |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | New header file containing profile info enums shared... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Share ProfilingType enum with the C profiling runtime... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Share the profile info type enum with the C++ analysis... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Constants for profile info type changed names to match... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Brian Gaeke | Constants for profile info type changed names to match... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | Improve code generated for integer multiplications... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Chris Lattner | Minor efficiency tweak, suggested by Patrick Meredith |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Brian Gaeke | Fix typo |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Brian Gaeke | Add initial implementation of basic block tracing runtime |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Brian Gaeke | Add basic block tracing functions as exported symbols. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Brian Gaeke | Add basic block tracing information as a type of "profi... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Brian Gaeke | In InsertProfilingInitCall(), make it legal to pass... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Brian Gaeke | Add initial implementation of basic-block tracing instr... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Initialize member out of paranoia |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Fix a problem with double freeing memory. For some... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Plug a minor memory leak |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Do not clone arbitrary condition instructions. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Do not infinitely "unroll" single BB loops. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Add some stuff to the release notes. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Brian Gaeke | Chris told me to take these assertions out a few days... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Chris Lattner | Dont' merge terminators that are needed to select PHI... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Implement SimplifyCFG/branch-cond-merge.ll |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | New testcase: |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Make sure to reprocess instructions used by deleted... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Make sure the instruction combiner doesn't lose track... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Fix my missing parens |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Implement SimplifyCFG/branch-cond-prop.ll |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | New testcase for case that simplifycfg should catch |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Remove unused #include |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Iterate over the Machine CFG that Brian added instead... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Operate on the Machine CFG instead of on the LLVM CFG |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Stop LiveVariables from using BasicBlocks as part of... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Chris Lattner | Stop LiveVariables from using BasicBlocks as part of... |
commit | commitdiff | tree | snapshot |
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 |
next |