| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply this increase to the number of virtual registers. All of the | Eric Christopher | 2010-09-03 | 1 | -1/+1 |
* | Add 'const' to getter function. | Jim Grosbach | 2010-09-03 | 1 | -1/+1 |
* | Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc | Owen Anderson | 2010-09-03 | 1 | -0/+2 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -8/+0 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -3/+3 |
* | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner | 2010-09-02 | 1 | -5/+10 |
* | Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version. | Bill Wendling | 2010-09-02 | 1 | -2/+2 |
* | - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang. | Bill Wendling | 2010-09-02 | 1 | -5/+24 |
* | Remove obsolete comments about throwing exceptions. | Dan Gohman | 2010-09-02 | 6 | -12/+3 |
* | After some discussion with djg, teach SmallVector to grow from a zero | John McCall | 2010-09-02 | 1 | -17/+6 |
* | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer | 2010-09-02 | 1 | -0/+8 |
* | Add a comment. | Dan Gohman | 2010-09-02 | 1 | -0/+1 |
* | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel | 2010-09-02 | 2 | -0/+13 |
* | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands | 2010-09-02 | 1 | -5/+7 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 1 | -9/+1 |
* | Reword this comment. Don't mention outs(), as that's not what | Dan Gohman | 2010-09-01 | 1 | -4/+3 |
* | Recommit with changes. Comment out palignr for the | Dale Johannesen | 2010-09-01 | 1 | -6/+17 |
* | Revert 112740, it broke some clang tests somehow... | Dale Johannesen | 2010-09-01 | 1 | -17/+6 |
* | Add a few more missing MMX operations. This should be it. | Dale Johannesen | 2010-09-01 | 1 | -6/+17 |
* | Disable CorrelatedValuePropagation while I track down selfhost failures. | Owen Anderson | 2010-09-01 | 1 | -1/+0 |
* | Tentatively add correlated value propagation to the set of standard passes. | Owen Anderson | 2010-09-01 | 1 | -0/+1 |
* | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher | 2010-09-01 | 1 | -7/+5 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 2 | -42/+26 |
* | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman | 2010-09-01 | 1 | -0/+4 |
* | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants. | Michael J. Spencer | 2010-09-01 | 1 | -1/+7 |
* | Make the iterator form of erase return void, since it always succeeds, | Dan Gohman | 2010-09-01 | 3 | -5/+4 |
* | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on | Duncan Sands | 2010-09-01 | 1 | -1/+4 |
* | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands | 2010-09-01 | 1 | -5/+7 |
* | Add convenience class for working with eh.exception calls. | Duncan Sands | 2010-09-01 | 1 | -0/+14 |
* | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman | 2010-09-01 | 1 | -8/+5 |
* | Add some MMX intrinsics that duplicate functionality | Dale Johannesen | 2010-09-01 | 1 | -0/+74 |
* | Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. | Devang Patel | 2010-08-31 | 1 | -0/+7 |
* | Remove noisy semicolon. | Benjamin Kramer | 2010-08-31 | 1 | -1/+1 |
* | This is the second of three patches to implement support for the .loc directive | Kevin Enderby | 2010-08-31 | 2 | -6/+64 |
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 1 | -0/+10 |
* | Comment typo. | Dale Johannesen | 2010-08-31 | 1 | -1/+1 |
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 1 | -10/+0 |
* | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel | 2010-08-31 | 1 | -0/+10 |
* | Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's | Duncan Sands | 2010-08-31 | 1 | -1/+1 |
* | Rename ValuePropagation to a more descriptive CorrelatedValuePropagation. | Owen Anderson | 2010-08-31 | 2 | -2/+2 |
* | Fix spelling/typo. | Michael J. Spencer | 2010-08-31 | 1 | -2/+2 |
* | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes | 2010-08-31 | 1 | -4/+0 |
* | Update the descriptions of NoModRef and ModRef to be consistent | Dan Gohman | 2010-08-30 | 1 | -5/+3 |
* | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson | 2010-08-30 | 1 | -1/+0 |
* | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher | 2010-08-30 | 6 | -35/+44 |
* | Kill a couple of unused variables. | Eric Christopher | 2010-08-30 | 1 | -2/+2 |
* | nuke dead ivar which was supposed to be committed with r112496 | Chris Lattner | 2010-08-30 | 1 | -1/+0 |
* | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner | 2010-08-29 | 1 | -2/+8 |
* | Make IVUsers iterative instead of recursive. | Dan Gohman | 2010-08-29 | 1 | -5/+8 |
* | Delete an unused declaration. | Dan Gohman | 2010-08-29 | 1 | -1/+0 |