2006-09-02 |
Chris Lattner | add a prototype |
tree | commitdiff |
2006-09-02 |
Chris Lattner | Iteration is required for some cases, even if they... |
tree | commitdiff |
2006-09-02 |
Chris Lattner | new method |
tree | commitdiff |
2006-09-01 |
Chris Lattner | remove some particularly expensive assertions |
tree | commitdiff |
2006-09-01 |
Chris Lattner | add a simple reserve method. |
tree | commitdiff |
2006-09-01 |
Chris Lattner | Iterative coallescing doesn't buy us anything (we get... |
tree | commitdiff |
2006-08-31 |
Chris Lattner | avoid calling the virtual isMoveInstr method endlessly... |
tree | commitdiff |
2006-08-30 |
Chris Lattner | Restore source-level compatibility with clients of... |
tree | commitdiff |
2006-08-30 |
Chris Lattner | fix 80 column issue |
tree | commitdiff |
2006-08-30 |
Chris Lattner | Instantiate Statistic<> in one place, not in every... |
tree | commitdiff |
2006-08-29 |
Chris Lattner | Teach the coallescer to coallesce live intervals joined... |
tree | commitdiff |
2006-08-29 |
Devang Patel | Do not rely on std::sort and std::erase to get list... |
tree | commitdiff |
2006-08-29 |
Evan Cheng | Move isCommutativeBinOp from SelectionDAG.cpp and DAGCo... |
tree | commitdiff |
2006-08-28 |
Nick Lewycky | Add PredicateSimplifier pass. Collapses equal variables... |
tree | commitdiff |
2006-08-28 |
Chris Lattner | Add 2nd form of resize |
tree | commitdiff |
2006-08-28 |
Chris Lattner | remove extraneous space |
tree | commitdiff |
2006-08-28 |
Reid Spencer | Back out last revision which should not have been commi... |
tree | commitdiff |
2006-08-28 |
Reid Spencer | For PR387: |
tree | commitdiff |
2006-08-28 |
Chris Lattner | simplify AnalysisGroup registration, eliminating one... |
tree | commitdiff |
2006-08-28 |
Chris Lattner | Silence -Woverloaded-virtual warnings. |
tree | commitdiff |
2006-08-27 |
Chris Lattner | eliminate RegisterOpt. It does the same thing as Regis... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | Eliminate RegisterAnalysis. RegisterPass now does... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | We no longer care whether something is an opt vs analys... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | Remove a dead class. |
tree | commitdiff |
2006-08-27 |
Chris Lattner | add directive to disable inlining |
tree | commitdiff |
2006-08-27 |
Chris Lattner | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| |
tree | commitdiff |
2006-08-27 |
Chris Lattner | Add external definitions for commonly-used template... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | New place to put compiler-specific functionality. ... |
tree | commitdiff |
2006-08-27 |
Evan Cheng | Eliminate SelectNodeTo() and getTargetNode() variants... |
tree | commitdiff |
2006-08-27 |
Chris Lattner | make optional pointer really optional |
tree | commitdiff |
2006-08-26 |
Nate Begeman | Properly size the string table, and emit symbol table... |
tree | commitdiff |
2006-08-26 |
Evan Cheng | SelectNodeTo now returns a SDNode*. |
tree | commitdiff |
2006-08-25 |
Chris Lattner | Completely change the way that joining with physregs... |
tree | commitdiff |
2006-08-25 |
Jim Laskey | Tidy up. |
tree | commitdiff |
2006-08-25 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-25 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-25 |
Jim Laskey | Consolidate callee saved register information so that... |
tree | commitdiff |
2006-08-25 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-25 |
Nate Begeman | Get closer to handling globals correctly. We now gener... |
tree | commitdiff |
2006-08-24 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-24 |
Chris Lattner | Take advantage of the recent improvements to the livein... |
tree | commitdiff |
2006-08-24 |
Reid Spencer | Remove a FIXME. Don't use strlcpy that isn't available... |
tree | commitdiff |
2006-08-24 |
Chris Lattner | update some comments |
tree | commitdiff |
2006-08-23 |
Nate Begeman | Correctly attribute file author & remote tabs |
tree | commitdiff |
2006-08-23 |
Nate Begeman | Initial checkin of the Mach-O emitter. There's plenty... |
tree | commitdiff |
2006-08-23 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-23 |
Reid Spencer | Fix constructor documentation. |
tree | commitdiff |
2006-08-23 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-23 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-23 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-22 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-22 |
Reid Spencer | Make the sys::Path::GetTemporaryDirectory method not... |
tree | commitdiff |
2006-08-22 |
Chris Lattner | Improve the LiveInterval class to keep track of which... |
tree | commitdiff |
2006-08-22 |
Reid Spencer | Fix some indentation. |
tree | commitdiff |
2006-08-22 |
Chris Lattner | add resize, move swap out of line |
tree | commitdiff |
2006-08-22 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-22 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-22 |
Chris Lattner | Switch to using smallvector for liveintervals. This... |
tree | commitdiff |
2006-08-22 |
Chris Lattner | add a bunch more operations, including swap, insert... |
tree | commitdiff |
2006-08-21 |
Chris Lattner | move LiveInterval state all together |
tree | commitdiff |
2006-08-21 |
Jim Laskey | Adding new Dwarf constants. |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-21 |
Reid Spencer | Fix the documentation for this file. |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR885: |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-18 |
Chris Lattner | vpkuwus didn't work, due to this typo |
tree | commitdiff |
2006-08-18 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-17 |
Chris Lattner | Constify some methods. Patch provided by Anton Vayvod... |
tree | commitdiff |
2006-08-17 |
Chris Lattner | switch the SUnit pred/succ sets from being std::sets... |
tree | commitdiff |
2006-08-16 |
Chris Lattner | add an accessor |
tree | commitdiff |
2006-08-16 |
Chris Lattner | Convert vector to smallvector: 4% speedup. |
tree | commitdiff |
2006-08-16 |
Chris Lattner | silence a warning. |
tree | commitdiff |
2006-08-16 |
Chris Lattner | Change the use_list to be a smallvector instead of... |
tree | commitdiff |
2006-08-16 |
Chris Lattner | add a way to have multiple modules in a JIT :) |
tree | commitdiff |
2006-08-16 |
Chris Lattner | initial changes to support JIT'ing from multiple module... |
tree | commitdiff |
2006-08-16 |
Chris Lattner | Bugfixes for smallvector when the element size is small... |
tree | commitdiff |
2006-08-15 |
Chris Lattner | Start using SDVTList more consistently |
tree | commitdiff |
2006-08-15 |
Chris Lattner | add a new SDVTList type and new SelectionDAG::getVTList... |
tree | commitdiff |
2006-08-14 |
Chris Lattner | Make getNodeValueTypes methods public. |
tree | commitdiff |
2006-08-14 |
Chris Lattner | Add a new getNode() method that takes a pointer to... |
tree | commitdiff |
2006-08-14 |
Devang Patel | Avoid extra string copy. |
tree | commitdiff |
2006-08-14 |
Devang Patel | Use mangler, instead of addUnderscore(), to get mangled... |
tree | commitdiff |
2006-08-14 |
Chris Lattner | remove SelectionDAG::InsertISelMapEntry, it is dead |
tree | commitdiff |
2006-08-14 |
Chris Lattner | Add code to resize the CSEMap hash table. This doesn... |
tree | commitdiff |
2006-08-14 |
Chris Lattner | avoid a warning |
tree | commitdiff |
2006-08-12 |
Nate Begeman | Emit .set directives for jump table entries when possib... |
tree | commitdiff |
2006-08-12 |
Chris Lattner | Track # nodes in a CSEMap. |
tree | commitdiff |
2006-08-11 |
Chris Lattner | Switch NodeID to track 32-bit chunks instead of 8-bit... |
tree | commitdiff |
2006-08-11 |
Chris Lattner | remove IncludeFile turds in MathExtras.h, which bloats... |
tree | commitdiff |
2006-08-11 |
Chris Lattner | move code out of line so that GCC doesn't inline it... |
tree | commitdiff |
2006-08-11 |
Chris Lattner | Split SmallVector into SmallVector and SmallVectorImpl... |
tree | commitdiff |
2006-08-11 |
Chris Lattner | Remove 8 more std::map's. |
tree | commitdiff |
2006-08-11 |
Chris Lattner | remove old piece of the V9 backend. |
tree | commitdiff |
2006-08-11 |
Chris Lattner | Start moving leaf nodes over to the CSEMap. |
tree | commitdiff |
2006-08-11 |
Chris Lattner | new method for adding ints |
tree | commitdiff |
2006-08-11 |
Chris Lattner | eliminate the NullaryOps map, use CSEMap instead. |
tree | commitdiff |
2006-08-11 |
Chris Lattner | Change one ReplaceAllUsesWith method to take an array... |
tree | commitdiff |
2006-08-11 |
Chris Lattner | Remove now-dead method. |
tree | commitdiff |
2006-08-11 |
Chris Lattner | remove a (now) unused getNode method. |
tree | commitdiff |
2006-08-10 |
Chris Lattner | Doxygenify some methods. |
tree | commitdiff |
next |