| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix PR4188. TailMerging can't tolerate inexact | Dale Johannesen | 2009-05-11 | 2 | -0/+38 |
* | Apply patch review feedback. | Evan Cheng | 2009-05-11 | 1 | -0/+2 |
* | Don't #include DerivedTypes.h from TargetData.h. | Jay Foad | 2009-05-11 | 2 | -1/+4 |
* | Add a comment about the special meaning of VoidTy in this context. | Dan Gohman | 2009-05-11 | 1 | -0/+2 |
* | Fix two wording errors that Duncan spotted. | Dan Gohman | 2009-05-11 | 1 | -1/+1 |
* | Make this grep line a little more specific so that it doesn't | Dan Gohman | 2009-05-11 | 1 | -1/+1 |
* | Unbreak non-debug build. | Evan Cheng | 2009-05-11 | 1 | -0/+8 |
* | Eliminate a compiler warning. | Evan Cheng | 2009-05-11 | 1 | -0/+1 |
* | When scalarizing a vector BITCAST, check whether the operand has vector | Dan Gohman | 2009-05-11 | 2 | -1/+31 |
* | LLVM has unaligned loads and stores now. | Dan Gohman | 2009-05-11 | 1 | -2/+1 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 9 | -32/+110 |