2004-02-09 |
Chris Lattner | Increase encapsulation of the StructType class, elimina... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Method is gone |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Start using the new and improve interface to FunctionTy... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Improve encapsulation in the FunctionType class, by... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | This #include is not needed, it should have been remove... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Instead of searching the entire type graph for a type... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Upreferences are always OpaqueTypes, meaning that it... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Another nice speedup for the register allocator. This... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Add a new (hidden) option that is useful for profiling. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Ugh, perform an optimization that GCC should be able... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Only do stuff for the REAL number of physical registers... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Change the PhysRegsUsed map into a dense array. Seeing... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Two problems with these lines of code: |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | The ConstantExpr::getCast call can cause a CPR to be... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Chris Lattner | Fix PR215: [bcwriter] Problem compactifying ConstantPoi... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Misha Brukman | Fix grammar-o. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | All of spec, including 253.perlbmk should now work... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Improve compatibility with programs that already have... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | vi failed me again. :) |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Rename the invoke 'except' destination to the 'unwind... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Change the 'exception' destination to the 'unwind'... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | rename the "exceptional" destination of an invoke instr... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Add new bug, add note about llvm-db |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Fix PR225: [pruneeh] -pruneeh pass removes invoke instr... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | splitBasicBlock "does the right thing" now, no reason... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Implement proper invoke/unwind lowering. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | New testcase, code generators should support invoke... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Print out all globals as they are emitted, not just... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | There is no reason to #define fd |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Brian Gaeke | add pr105 |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Brian Gaeke | Fix unterminated-quote typo in echo command |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Brian Gaeke | Document automake as a build dependency because we... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Brian Gaeke | Move rules for regenerating autoconf files into this... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Brian Gaeke | Remove rules for autoconf'ing files from top-level... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Add a call to 'write' right before the call to abort... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Brian Gaeke | Fix indentation of selectiondag. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Add one that I missed |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Instead of callign removeTriviallyDeadNodes on the... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Remove another unneeded call. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | This call is no longer needed now that merging does... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Substantially improve the DSA code by removing 'forward... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Bugfix for ilist conversion. The ilist wants to make... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Switch the Nodes list from being an std::vector<DSNode... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | One of the 'annoying' things about ilists is that the... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Change to use node_iterators instead of direct access... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Change to use iterators instead of direct access |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Chris Lattner | Minor change to breakpoint (lack of) support |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Lattner | getNodes() is gone, use node_begin/end instead |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Lattner | getNodes() is gone |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Lattner | Abstract out the Nodes collection. Instead of providin... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Lattner | Actually USE isForwarding method |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Lattner | As Alkis pointed out to me, I forgot to commit this... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Chris Lattner | There is no need to clone over nodes that are going... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Brian Gaeke | Use autoconf answers from config.h (FIXME, should autoc... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Lattner | Add a missing link |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Misha Brukman | Fix grammar. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Alkis Evlogimenos | Increase code clarity. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
John Criswell | Initial checking of the libpng library. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
John Criswell | Initial checking of the zlib library. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Lattner | Add information about the piece I forgot to write:... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Lattner | Syntax hilight examples and add note about emacs/vim... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Lattner | Add a new document describing TableGen |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Lattner | Print the record NAME not the record ADDRESS |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Alkis Evlogimenos | Eliminate uneeded lookups by passing a Virt2PhysMap... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Fix another dominator update bug. These bugs keep... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alkis Evlogimenos | Change live interval representation. Machine instructio... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Fix bug updating dominators |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Add debug output |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Fix PR223: Loopsimplify incorrectly updates dominator... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | New testcase for PR223: Loopsimplify incorrectly update... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alkis Evlogimenos | We don't need to scan the blocks that we are live-in... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | s/gcse/scalarrepl |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | In a "seeing the forest through the trees" kinda situat... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | This is a big diff with no functionality change. We... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Tanya Lattner | Added missing include. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Tanya Lattner | Fixed Chris' typo. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | qoi bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Implement optimizations for handling large basic blocks. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Alkis Evlogimenos | Modify the two address instruction pass to remove the... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Minor speedup, don't query ValueMap each time through... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Always replace instead of appending when creating archi... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Include <iosfwd> and <string> instead of <iostream>. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Take away the default iostream argument of createMachin... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Clean out DESTLIBBYTECODE when making clean in runtime. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Alkis Evlogimenos | IMULri* instructions do not require their first two... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Optimize the case where we are inlining a function... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Check in header file I forgot before. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Adjust to the new BasicBlock ctor, which requires a... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Adjust to the new BB ctor |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Delete the BasicBlock ctor that only takes a BasicBlock... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Remove unneeded code now that splitBasicBlock does... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | When splitting a basic block, insert the new half immed... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | More refactoring. Move alloca instructions and handle... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Move the cloning of the function body much earlier... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Give CloneBasicBlock an optional function argument... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | If changing a parent, don't add then remove the object... |
commit | commitdiff | tree | snapshot |
next |