| Commit message (Expand) | Author | Age | Files | Lines |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 21 | -165/+242 |
* | Handle some additonal cases of external weak globals. | Dale Johannesen | 2009-05-13 | 1 | -4/+22 |
* | Move the bookkeeping of the debug scopes back to the place where it | Bill Wendling | 2009-05-13 | 2 | -20/+3276 |
* | Testcase for 71688. | Dale Johannesen | 2009-05-13 | 1 | -0/+47 |
* | Don't generate a select whose operand is load of a weak | Dale Johannesen | 2009-05-13 | 1 | -0/+6 |
* | garbage allocation is not a good idea :) | Chris Lattner | 2009-05-13 | 1 | -1/+1 |
* | PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard | John Mosby | 2009-05-13 | 3 | -2/+2 |
* | calls in nothrow functions can be marked nothrow even if the callee | Chris Lattner | 2009-05-13 | 2 | -0/+18 |
* | Run through the list of globals once and sectionize all types of globlas incl... | Sanjiv Gupta | 2009-05-13 | 4 | -38/+72 |
* | Fix typo. | Duncan Sands | 2009-05-13 | 2 | -2/+2 |
* | Avoid getting a compiler warning | Duncan Sands | 2009-05-13 | 1 | -1/+1 |
* | add IVUsers.cpp | Chris Lattner | 2009-05-13 | 1 | -0/+1 |
* | add ShrinkWrapping.cpp | Chris Lattner | 2009-05-13 | 1 | -0/+1 |
* | Fix PR4206 - crash in simplify lib calls | Chris Lattner | 2009-05-13 | 2 | -1/+7 |
* | Fix for PR4121. If TwoAddressInstructionPass removes a dead def, and the regB | Lang Hames | 2009-05-13 | 1 | -0/+6 |
* | Add three new helper routines, getNoopOrZeroExtend, | Dan Gohman | 2009-05-13 | 2 | -0/+62 |
* | Add an int64_t variant of abs, for host environments | Dale Johannesen | 2009-05-13 | 3 | -5/+12 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 9 | -5/+77 |
* | If header of inner loop is aligned, do not align the outer loop header. We do... | Evan Cheng | 2009-05-12 | 2 | -6/+78 |
* | Teach TransferDeadness to delete truly dead instructions if they do not produ... | Evan Cheng | 2009-05-12 | 3 | -21/+61 |
* | Slightly improve generated code in a degenerate case. | Dale Johannesen | 2009-05-12 | 1 | -0/+8 |
* | correct register class for tADDspi to GPR since the register will always be SP | Jim Grosbach | 2009-05-12 | 1 | -1/+1 |
* | More MSVC fixes -- class/struct conflicts. | Bill Wendling | 2009-05-12 | 2 | -2/+2 |
* | Use struct instead of class to make MCVS compile. | Bill Wendling | 2009-05-12 | 1 | -1/+1 |
* | Restructure PEI code: | John Mosby | 2009-05-12 | 3 | -1307/+1375 |
* | Switch to using IRBuilder throughout. | Jay Foad | 2009-05-12 | 1 | -204/+195 |
* | 80 col violations. | Evan Cheng | 2009-05-12 | 1 | -2/+4 |
* | Add nounwind. | Evan Cheng | 2009-05-12 | 1 | -1/+1 |
* | Fixed a stack slot coloring with reg bug: do not update implicit use / def wh... | Evan Cheng | 2009-05-12 | 4 | -18/+278 |
* | Use llvm::raw_stream instead of llvm::Streams. | Bill Wendling | 2009-05-12 | 2 | -2/+4 |
* | Fix up a few minor typos in comments. | Bob Wilson | 2009-05-12 | 1 | -7/+7 |
* | Fix 80-col violations and remove trailing whitespace. No functional changes. | Bob Wilson | 2009-05-12 | 1 | -69/+71 |
* | Clarify a comment. | Dan Gohman | 2009-05-12 | 1 | -1/+1 |
* | Iterate over globals once and sectionize them into appropriate sections. | Sanjiv Gupta | 2009-05-12 | 4 | -78/+111 |
* | Allow client Makefiles control over whether they want -pedantic by | Daniel Dunbar | 2009-05-12 | 1 | -1/+4 |
* | We do not need to create a label for external defs and decls, | Sanjiv Gupta | 2009-05-12 | 2 | -17/+4 |
* | Set svn:ignore on a slew of +Coverage directories | Daniel Dunbar | 2009-05-12 | 0 | -0/+0 |
* | Refactor dependency generation for .ll files. | Daniel Dunbar | 2009-05-12 | 1 | -16/+26 |
* | Remove obsolete Makefile magic for calling llvm-upgrade | Daniel Dunbar | 2009-05-12 | 1 | -16/+0 |
* | Install bytecode libraries with a .bca suffix, otherwise it isn't | Daniel Dunbar | 2009-05-12 | 1 | -1/+1 |
* | Mark mayLoad, mayStore for insns correctly and use them | Sanjiv Gupta | 2009-05-12 | 3 | -24/+14 |
* | Fix pr4195: When iterating through predecessor blocks, break out of the loop | Bob Wilson | 2009-05-12 | 2 | -3/+33 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 13 | -944/+1376 |
* | When forgetting SCEVs for loop PHIs, don't forget SCEVUnknown values. | Dan Gohman | 2009-05-12 | 2 | -2/+44 |
* | Fix GetMinTrailingZeros for SCEVSignExtend and SCEVZeroExtendExpr to | Dan Gohman | 2009-05-12 | 1 | -2/+2 |
* | Avoid unneeded SIB byte encoding. Patch by Zoltan Varga. | Evan Cheng | 2009-05-12 | 2 | -2/+4 |
* | - Record that the debug info is actually used so that the label folder doesn't | Bill Wendling | 2009-05-12 | 1 | -10/+10 |
* | Fixed PR4090. | Lang Hames | 2009-05-11 | 1 | -1/+16 |
* | Teach LSR to optimize more loop exit compares, i.e. change them to use postin... | Evan Cheng | 2009-05-11 | 4 | -45/+275 |
* | Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 | Mike Stump | 2009-05-11 | 1 | -0/+2 |