| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an explicit keyword. | Dan Gohman | 2009-10-24 | 1 | -1/+1 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 5 | -12/+12 |
* | Identity copies should not contribute to spill weight. | Evan Cheng | 2009-10-23 | 1 | -2/+23 |
* | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin | 2009-10-23 | 1 | -26/+13 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 2 | -65/+20 |
* | Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and | Jeffrey Yasskin | 2009-10-23 | 2 | -23/+33 |
* | Allow the target to select the level of anti-dependence breaking that should ... | David Goodwin | 2009-10-22 | 1 | -2/+8 |
* | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin | 2009-10-22 | 2 | -0/+374 |
* | size_t, not unsigned here to silence a warning. | Eric Christopher | 2009-10-22 | 1 | -26/+26 |
* | Random include cleanup. | Benjamin Kramer | 2009-10-22 | 2 | -2/+0 |
* | Revert r84890, which broke the linux build. | Jeffrey Yasskin | 2009-10-22 | 2 | -374/+0 |
* | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin | 2009-10-22 | 2 | -0/+374 |
* | Hide MetadataContext implementation details. | Devang Patel | 2009-10-22 | 2 | -20/+13 |
* | Fix getMDs() interface such that it does not expose implementation details. | Devang Patel | 2009-10-22 | 1 | -1/+1 |
* | Using TrackingVH instead of WeakVH or WeakMetadataVH. | Devang Patel | 2009-10-22 | 2 | -23/+8 |
* | Sort handler names to ensure deterministic behavior. | Devang Patel | 2009-10-22 | 1 | -3/+3 |
* | Move some constant folding logic for loads out of instcombine into | Chris Lattner | 2009-10-22 | 1 | -0/+4 |
* | Forgot a declaration. | Mikhail Glushenkov | 2009-10-22 | 1 | -0/+1 |
* | Fix getHandlerNames() interface. Now it populate clinet supplied small vector... | Devang Patel | 2009-10-22 | 1 | -1/+1 |
* | Use StringRef to construct MDString. | Devang Patel | 2009-10-22 | 1 | -2/+2 |
* | Remove meaningless const. | Devang Patel | 2009-10-22 | 1 | -4/+4 |
* | Derive metadata hierarchy from Value instead of User. | Devang Patel | 2009-10-21 | 2 | -35/+3 |
* | Rename msasm to alignstack per review. | Dale Johannesen | 2009-10-21 | 1 | -4/+4 |
* | Use StringRef. | Devang Patel | 2009-10-21 | 1 | -3/+3 |
* | Do not use SmallVector to store MDNode elements. | Devang Patel | 2009-10-21 | 1 | -14/+4 |
* | Incorporate various suggestions Chris gave during metadata review. | Devang Patel | 2009-10-21 | 1 | -8/+8 |
* | Delete the MacOSJITEventListener per echristo's request. It was disabled by | Jeffrey Yasskin | 2009-10-21 | 1 | -2/+1 |
* | Cosmetic changes. | Devang Patel | 2009-10-20 | 2 | -8/+8 |
* | Move the Function*->allocated blocks map from the JITMemoryManager to the | Jeffrey Yasskin | 2009-10-20 | 1 | -3/+11 |
* | Random #include pruning. | Benjamin Kramer | 2009-10-20 | 2 | -5/+4 |
* | Wire up the ARM MCInst printer, for llvm-mc. | Daniel Dunbar | 2009-10-20 | 1 | -1/+10 |
* | Add getTopBlock and getBottomBlock member functions to MachineLoopInfo. | Dan Gohman | 2009-10-20 | 1 | -0/+11 |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 1 | -0/+2 |
* | Adjust the scavenge register spilling to allow the target to choose an | Jim Grosbach | 2009-10-19 | 1 | -11/+4 |
* | Clean up the JITResolver stub/callsite<->function maps. | Jeffrey Yasskin | 2009-10-19 | 1 | -0/+25 |
* | various cleanups. | Chris Lattner | 2009-10-19 | 1 | -38/+11 |
* | Spill slots cannot alias. | Evan Cheng | 2009-10-18 | 1 | -1/+1 |
* | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -0/+4 |
* | punctuate properly | Chris Lattner | 2009-10-18 | 1 | -2/+2 |
* | remove the IndMemRemPass, which only made sense for when malloc/free were int... | Chris Lattner | 2009-10-18 | 2 | -5/+0 |
* | add function passes for printing various dominator datastructures | Chris Lattner | 2009-10-18 | 2 | -0/+39 |
* | make DOTGraphTraits public, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 1 | -0/+61 |
* | add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 2 | -4/+38 |
* | More warnings patrol: Another unused argument and more implicit | Eric Christopher | 2009-10-17 | 2 | -3/+3 |
* | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -6/+8 |
* | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -5/+0 |
* | Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. | Daniel Dunbar | 2009-10-17 | 1 | -4/+0 |
* | Add raw_ostream::write_escaped, for writing escaped strings. | Daniel Dunbar | 2009-10-17 | 1 | -0/+4 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 2 | -8/+19 |
* | Move StringMap's string has function into StringExtras.h | Daniel Dunbar | 2009-10-17 | 1 | -0/+14 |