| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not use value handle to wrap MDNode in DIDescriptor. | Devang Patel | 2009-11-13 | 1 | -1/+3 |
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 14 | -28/+35 |
* | When optimizing for size, don't tail-merge unless it's likely to be a | Dan Gohman | 2009-11-13 | 2 | -9/+125 |
* | Fix PR5410: LiveVariables lost subreg def: | Evan Cheng | 2009-11-13 | 2 | -1/+27 |
* | Allow target to specify regclass for which antideps will only be broken along... | David Goodwin | 2009-11-13 | 9 | -44/+123 |
* | Support fp64 immediate zero, this fixes only part of PR5445 | Bruno Cardoso Lopes | 2009-11-13 | 2 | -3/+22 |
* | Don't let a noalias difference disrupt the tailcall optimization. | Dan Gohman | 2009-11-13 | 2 | -4/+19 |
* | Remove duplicate APIs and state WRT spill objects. | David Greene | 2009-11-13 | 1 | -16/+0 |
* | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola | 2009-11-13 | 2 | -3/+10 |
* | Revert r87059 for now. It is failing clang tests. | Devang Patel | 2009-11-13 | 2 | -3/+12 |
* | Ignore nameless variables. | Devang Patel | 2009-11-13 | 1 | -1/+3 |
* | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola | 2009-11-13 | 3 | -15/+11 |
* | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen | 2009-11-13 | 4 | -8/+35 |
* | Remove unnecessary llvm.dbg.declare bitcast | Victor Hernandez | 2009-11-13 | 2 | -12/+3 |
* | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola | 2009-11-13 | 3 | -0/+121 |
* | Block renumbering | Jim Grosbach | 2009-11-13 | 1 | -3/+1 |
* | use lower case for readability | Jim Grosbach | 2009-11-13 | 1 | -1/+1 |
* | Update test. | Daniel Dunbar | 2009-11-13 | 1 | -2/+2 |
* | Fix a bootstrap failure. | David Greene | 2009-11-13 | 3 | -24/+79 |
* | Re-enable this code, since redundant PHIs are now being better nuked. | Owen Anderson | 2009-11-12 | 1 | -4/+0 |
* | Simplify code a bit | Bill Wendling | 2009-11-12 | 1 | -4/+3 |
* | Refactor code that checks if it's a call to a "nounwind" function. | Bill Wendling | 2009-11-12 | 2 | -31/+40 |
* | use isInstructionTriviallyDead, as pointed out by Duncan | Chris Lattner | 2009-11-12 | 1 | -3/+3 |
* | Do some cleanups suggested by Chris. | David Greene | 2009-11-12 | 2 | -5/+6 |
* | StringRef(const char*) should not be used to turn null pointers into empty | Daniel Dunbar | 2009-11-12 | 1 | -1/+1 |
* | Set the ReloadReuse AsmPrinter flag where appropriate. | David Greene | 2009-11-12 | 1 | -0/+3 |
* | Remove my Value.h build fix. | Daniel Dunbar | 2009-11-12 | 1 | -1/+0 |
* | Fix a build error by providing a missing enum value. | David Greene | 2009-11-12 | 1 | -1/+3 |
* | Make the MachineFunction argument of getFrameRegister const. | David Greene | 2009-11-12 | 18 | -19/+21 |
* | Add hasLoadFromStackSlot and hasStoreToStackSlot to return whether a | David Greene | 2009-11-12 | 3 | -12/+101 |
* | Attempt to unbreak LLVM build, David G. please check. | Daniel Dunbar | 2009-11-12 | 1 | -0/+1 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-11-12 | 1 | -2/+1 |
* | If there's more than one function operand to a call instruction, be conservative | Bill Wendling | 2009-11-12 | 1 | -1/+12 |
* | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 28 | -103/+172 |
* | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer | 2009-11-12 | 5 | -8/+35 |
* | Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by | David Greene | 2009-11-12 | 2 | -24/+36 |
* | Add AsmPrinter comment flags to machine instructions so that AsmPrinter | David Greene | 2009-11-12 | 1 | -0/+24 |
* | Add comment flags so AsmPrinter can output additional information when | David Greene | 2009-11-12 | 1 | -0/+8 |
* | Rename registers to break output dependencies in addition to anti-dependencies. | David Goodwin | 2009-11-12 | 4 | -10/+30 |
* | "Attach debug info with llvm instructions" mode was enabled a month ago. Now ... | Devang Patel | 2009-11-12 | 10 | -456/+16 |
* | Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, since | Dan Gohman | 2009-11-12 | 1 | -0/+3 |
* | Silence a warning on targets with unsigned chars. | Benjamin Kramer | 2009-11-12 | 1 | -1/+1 |
* | Update TB[BH] layout optimization. Add support for moving the target block | Jim Grosbach | 2009-11-12 | 1 | -33/+115 |
* | Clean up testcase a bit. Simplify case blocks and adjust switch instruction t... | Jim Grosbach | 2009-11-12 | 1 | -7/+3 |
* | fix crash in my previous patch | Nuno Lopes | 2009-11-12 | 1 | -1/+1 |
* | implement shl, ashr, and lshr methods. shl is not fully implemented as it is ... | Nuno Lopes | 2009-11-12 | 2 | -0/+49 |
* | Fix typo in run line. | Benjamin Kramer | 2009-11-12 | 1 | -1/+1 |
* | typo | Gabor Greif | 2009-11-12 | 1 | -1/+1 |
* | implement a nice little efficiency hack in the inliner. Since we're now | Chris Lattner | 2009-11-12 | 2 | -14/+52 |
* | RegScavenger::enterBasicBlock should always reset register state. | Evan Cheng | 2009-11-12 | 2 | -5/+87 |