| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -4/+4 |
* | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer | 2006-08-22 | 2 | -4/+10 |
* | Improve the LiveInterval class to keep track of which machine instruction | Chris Lattner | 2006-08-22 | 1 | -2/+23 |
* | Fix some indentation. | Reid Spencer | 2006-08-22 | 1 | -5/+4 |
* | add resize, move swap out of line | Chris Lattner | 2006-08-22 | 1 | -36/+56 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -1/+4 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -7/+24 |
* | Switch to using smallvector for liveintervals. This speeds up live interval | Chris Lattner | 2006-08-22 | 1 | -1/+2 |
* | add a bunch more operations, including swap, insert, erase, front(), and | Chris Lattner | 2006-08-22 | 1 | -13/+115 |
* | move LiveInterval state all together | Chris Lattner | 2006-08-21 | 1 | -1/+3 |
* | Adding new Dwarf constants. | Jim Laskey | 2006-08-21 | 1 | -2/+3 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -8/+10 |
* | Fix the documentation for this file. | Reid Spencer | 2006-08-21 | 1 | -3/+3 |
* | For PR885: | Reid Spencer | 2006-08-21 | 2 | -65/+29 |
* | For PR797: | Reid Spencer | 2006-08-21 | 1 | -1/+2 |
* | vpkuwus didn't work, due to this typo | Chris Lattner | 2006-08-18 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -19/+37 |
* | Constify some methods. Patch provided by Anton Vayvod, thanks! | Chris Lattner | 2006-08-17 | 2 | -2/+7 |
* | switch the SUnit pred/succ sets from being std::sets to being smallvectors. | Chris Lattner | 2006-08-17 | 1 | -3/+30 |
* | add an accessor | Chris Lattner | 2006-08-16 | 1 | -0/+2 |
* | Convert vector to smallvector: 4% speedup. | Chris Lattner | 2006-08-16 | 1 | -1/+1 |
* | silence a warning. | Chris Lattner | 2006-08-16 | 1 | -0/+1 |
* | Change the use_list to be a smallvector instead of a vector. This reduces | Chris Lattner | 2006-08-16 | 2 | -3/+4 |
* | add a way to have multiple modules in a JIT :) | Chris Lattner | 2006-08-16 | 1 | -1/+7 |
* | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner | 2006-08-16 | 1 | -6/+11 |
* | Bugfixes for smallvector when the element size is small and N is small. | Chris Lattner | 2006-08-16 | 1 | -4/+17 |
* | Start using SDVTList more consistently | Chris Lattner | 2006-08-15 | 3 | -18/+25 |
* | add a new SDVTList type and new SelectionDAG::getVTList methods to streamline | Chris Lattner | 2006-08-15 | 1 | -9/+37 |
* | Make getNodeValueTypes methods public. | Chris Lattner | 2006-08-14 | 1 | -6/+8 |
* | Add a new getNode() method that takes a pointer to an already-intern'd list | Chris Lattner | 2006-08-14 | 2 | -25/+18 |
* | Avoid extra string copy. | Devang Patel | 2006-08-14 | 1 | -2/+3 |
* | Use mangler, instead of addUnderscore(), to get mangled name. | Devang Patel | 2006-08-14 | 1 | -2/+8 |
* | remove SelectionDAG::InsertISelMapEntry, it is dead | Chris Lattner | 2006-08-14 | 1 | -7/+0 |
* | Add code to resize the CSEMap hash table. This doesn't speedup codegen of | Chris Lattner | 2006-08-14 | 3 | -3/+9 |
* | avoid a warning | Chris Lattner | 2006-08-14 | 1 | -1/+1 |
* | Emit .set directives for jump table entries when possible, which reduces | Nate Begeman | 2006-08-12 | 1 | -1/+9 |
* | Track # nodes in a CSEMap. | Chris Lattner | 2006-08-12 | 1 | -0/+1 |
* | Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5% | Chris Lattner | 2006-08-11 | 1 | -16/+9 |
* | remove IncludeFile turds in MathExtras.h, which bloats every .o file that | Chris Lattner | 2006-08-11 | 1 | -3/+0 |
* | move code out of line so that GCC doesn't inline it at -O3 | Chris Lattner | 2006-08-11 | 1 | -61/+68 |
* | Split SmallVector into SmallVector and SmallVectorImpl, which allows us to | Chris Lattner | 2006-08-11 | 1 | -40/+45 |
* | Remove 8 more std::map's. | Chris Lattner | 2006-08-11 | 1 | -16/+16 |
* | remove old piece of the V9 backend. | Chris Lattner | 2006-08-11 | 1 | -39/+0 |
* | Start moving leaf nodes over to the CSEMap. | Chris Lattner | 2006-08-11 | 2 | -14/+20 |
* | new method for adding ints | Chris Lattner | 2006-08-11 | 1 | -0/+6 |
* | eliminate the NullaryOps map, use CSEMap instead. | Chris Lattner | 2006-08-11 | 1 | -2/+0 |
* | Change one ReplaceAllUsesWith method to take an array of operands to replacei... | Chris Lattner | 2006-08-11 | 1 | -1/+1 |
* | Remove now-dead method. | Chris Lattner | 2006-08-11 | 1 | -4/+0 |
* | remove a (now) unused getNode method. | Chris Lattner | 2006-08-11 | 1 | -5/+0 |
* | Doxygenify some methods. | Chris Lattner | 2006-08-10 | 1 | -4/+8 |