| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Define virtual destructor in *.cpp file. | David Goodwin | 2009-10-26 | 1 | -1/+1 |
* | Check in the experimental GEP splitter pass. This pass splits complex | Dan Gohman | 2009-10-26 | 2 | -0/+7 |
* | Add virtual destructor. | David Goodwin | 2009-10-26 | 1 | -0/+2 |
* | Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolder | Dan Gohman | 2009-10-26 | 1 | -0/+10 |
* | Break anti-dependence breaking out into its own class. | David Goodwin | 2009-10-26 | 1 | -0/+56 |
* | Add support to encode type info using llvm::Constant. | Devang Patel | 2009-10-26 | 1 | -0/+29 |
* | - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and | Evan Cheng | 2009-10-26 | 1 | -19/+9 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 60 | -66/+66 |
* | Add isIdentityCopy to check for identity copy (or extract_subreg, etc.) | Evan Cheng | 2009-10-25 | 1 | -9/+19 |
* | Remove ICmpInst::isSignedPredicate which was a reimplementation | Nick Lewycky | 2009-10-25 | 2 | -8/+12 |
* | Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual | Nick Lewycky | 2009-10-25 | 2 | -16/+18 |
* | MapValue doesn't needs its LLVMContext argument. | Dan Gohman | 2009-10-24 | 1 | -2/+1 |
* | Rename isLoopExit to isLoopExiting, for consistency with the wording | Dan Gohman | 2009-10-24 | 1 | -3/+3 |
* | Make DominanceFrontier::addBasicBlock return the iterator for the newly | Dan Gohman | 2009-10-24 | 1 | -2/+2 |
* | 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 | 6 | -13/+13 |
* | 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 | 3 | -67/+21 |
* | 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 |