| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to | Andreas Neustifter | 2009-09-02 | 1 | -9/+9 |
* | Code cleanups and added comments. | Andreas Neustifter | 2009-09-02 | 1 | -17/+45 |
* | Opaque types didn't work if llvm_is_multithreaded(). | Torok Edwin | 2009-09-02 | 1 | -1/+1 |
* | set svn:ignore | Nuno Lopes | 2009-09-02 | 0 | -0/+0 |
* | Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in | Torok Edwin | 2009-09-02 | 3 | -8/+80 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 43 | -181/+214 |
* | Fix month. | Chris Lattner | 2009-09-02 | 1 | -0/+0 |
* | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner | 2009-09-02 | 2 | -3/+39 |
* | clean up this code a bit. | Chris Lattner | 2009-09-02 | 1 | -64/+67 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 30 | -118/+82 |
* | refactor select 'sched insertion' out to its own method. | Chris Lattner | 2009-09-02 | 2 | -60/+73 |
* | Add support for modeling whether or not the processor has support for | Chris Lattner | 2009-09-02 | 3 | -10/+21 |
* | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 2 | -1/+25 |
* | fix PR4837, some bugs folding vector compares. These | Chris Lattner | 2009-09-02 | 2 | -7/+13 |
* | revert my patch, duncan points out what is wrong with my logic. Add | Chris Lattner | 2009-09-02 | 1 | -4/+8 |
* | one more try at making this simpler, hopefully it won't break everything :) | Chris Lattner | 2009-09-02 | 1 | -4/+4 |
* | Complicate Chris's simplification, avoiding complaints | Duncan Sands | 2009-09-02 | 1 | -1/+5 |
* | Don't force the triple or data layout in this test. We just have to get them | Daniel Dunbar | 2009-09-02 | 1 | -2/+0 |
* | Add a comment. | Dan Gohman | 2009-09-02 | 1 | -0/+3 |
* | Fixed the asmstrings for 8-bit, 16-bit, and 32-bit ADD %rAX, imm instructions. | Sean Callanan | 2009-09-02 | 2 | -3/+28 |
* | Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where the | Evan Cheng | 2009-09-02 | 1 | -10/+32 |
* | Disable uniqueness test for now. | Devang Patel | 2009-09-02 | 1 | -1/+1 |
* | For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer... | Devang Patel | 2009-09-01 | 3 | -19/+8 |
* | Avoid calling removeVirtualRegisterKilled which iterates over the operands | Bob Wilson | 2009-09-01 | 1 | -1/+2 |
* | Refactor some code into separate functions. No functional changes. | Bob Wilson | 2009-09-01 | 1 | -52/+82 |
* | Move use of LV inside condition that guards for null LV. | Bob Wilson | 2009-09-01 | 1 | -5/+5 |
* | Fix build warning. | Daniel Dunbar | 2009-09-01 | 1 | -1/+1 |
* | Simplify. | Daniel Dunbar | 2009-09-01 | 1 | -18/+8 |
* | Fix what I believe is a copy-n-pasto introduced in r78129. | Daniel Dunbar | 2009-09-01 | 1 | -3/+3 |
* | X86/Encoding: Support ExternalSymbol operands in emitDisplacementField (for c... | Daniel Dunbar | 2009-09-01 | 1 | -0/+7 |
* | Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea... | Daniel Dunbar | 2009-09-01 | 4 | -6/+5 |
* | debug intrinsics do not go in the callgraph, this fixes a couple | Chris Lattner | 2009-09-01 | 1 | -1/+2 |
* | Fix a regression I introduced in r80708, found by llvm-test. | Chris Lattner | 2009-09-01 | 1 | -5/+12 |
* | Fix ELF Writter related memory leaks | Bruno Cardoso Lopes | 2009-09-01 | 1 | -7/+18 |
* | OptimalEdgeProfiling: Reading in Profiles. | Andreas Neustifter | 2009-09-01 | 3 | -7/+196 |
* | Addedum to r80712, forgot to add files. | Andreas Neustifter | 2009-09-01 | 2 | -0/+4 |
* | OptimalEdgeProfiling: Creation of profiles. | Andreas Neustifter | 2009-09-01 | 5 | -1/+235 |
* | Small fix in ProfileEstimator that eliminates duplicated code. | Andreas Neustifter | 2009-09-01 | 1 | -2/+1 |
* | reduce size of SmallString to something more reasonable | Jim Grosbach | 2009-09-01 | 2 | -2/+2 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 5 | -30/+7 |
* | Add support for generating code for vst{234}lane intrinsics. | Bob Wilson | 2009-09-01 | 5 | -0/+237 |
* | cleanup/simplify | Chris Lattner | 2009-09-01 | 1 | -17/+13 |
* | Fix incorrect declarations of intrinsics in this test. | Bob Wilson | 2009-09-01 | 1 | -12/+12 |
* | Use raw_ostream instead of sstream | Jim Grosbach | 2009-09-01 | 2 | -14/+10 |
* | remove a bunch of explicit code previously needed to update the | Chris Lattner | 2009-09-01 | 1 | -27/+7 |
* | Add hidden flags to allow binary search of post-RA scheduling errors. | David Goodwin | 2009-09-01 | 1 | -0/+21 |
* | RRX reads CPSR. | David Goodwin | 2009-09-01 | 2 | -1/+4 |
* | doxygenate RefreshCallGraph, add a new 'verification mode', and run it after | Chris Lattner | 2009-09-01 | 1 | -4/+37 |
* | Fix a typo in a comment. | Dan Gohman | 2009-09-01 | 1 | -1/+1 |
* | Added TEST %rAX, $imm instructions to the Intel tables. These are required f... | Sean Callanan | 2009-09-01 | 2 | -0/+9 |