| Commit message (Expand) | Author | Age | Files | Lines |
* | Recover LLVM 2.7 parse bitcode backward-compatible. | Nowar Gu | 2011-06-25 | 2 | -8/+105 |
* | Merge upstream to r133718, Fri. 24th June 2011. | Nowar Gu | 2011-06-24 | 5 | -66/+83 |
|\ |
|
| * | Revert "revert 133714" | Rafael Espindola | 2011-06-23 | 2 | -58/+1 |
| * | revert 133714 | Dylan Noblesmith | 2011-06-23 | 2 | -1/+58 |
| * | 133713 broke the build, revert it. | Rafael Espindola | 2011-06-23 | 2 | -58/+1 |
| * | Support: make floating-exception header private | Dylan Noblesmith | 2011-06-23 | 2 | -1/+58 |
| * | CppBackend: fixup for api change | Dylan Noblesmith | 2011-06-23 | 1 | -1/+0 |
| * | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 15 | -133/+161 |
| * | Use a reference. Don't make a useless copy of the vector. | Bill Wendling | 2011-06-23 | 1 | -1/+1 |
| * | Formatting changes. No functionality change. | Bill Wendling | 2011-06-23 | 1 | -32/+30 |
| * | Revert r133513: | Eric Christopher | 2011-06-23 | 15 | -161/+133 |
| * | Use the presence of the __compact_unwind section to indicate that a target | Bill Wendling | 2011-06-23 | 3 | -12/+8 |
| * | Move more logic to shouldTailDuplicate and only duplicate regular bb before | Rafael Espindola | 2011-06-23 | 1 | -21/+45 |
* | | Fix source list of Android.mk. | Nowar Gu | 2011-06-23 | 1 | -0/+1 |
* | | Merge upstream to r133679 at Thu. 23th Jun 2011. | Nowar Gu | 2011-06-23 | 121 | -4242/+3973 |
|\ \
| |/ |
|
| * | Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about... | Evan Cheng | 2011-06-23 | 3 | -11/+8 |
| * | Some skeleton code to emit the compact unwind. If the information is unable to | Bill Wendling | 2011-06-23 | 1 | -1/+63 |
| * | 80-column violations. | Bill Wendling | 2011-06-23 | 1 | -12/+17 |
| * | Add a flag that indicates whether a target supports compact unwind info or not. | Bill Wendling | 2011-06-22 | 2 | -2/+7 |
| * | Reenable tail duplication of bb with just an unconditional jump, but | Rafael Espindola | 2011-06-22 | 1 | -4/+4 |
| * | Add a __LD,__compact_unwind section. | Bill Wendling | 2011-06-22 | 2 | -0/+7 |
| * | Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! | Nick Lewycky | 2011-06-22 | 1 | -2/+2 |
| * | Revert r133607. This is causing failures in the Clang gccTestSuite. | Chad Rosier | 2011-06-22 | 1 | -3/+3 |
| * | Move class methods out-of-line. This reduces the indentation, and is more in | Bill Wendling | 2011-06-22 | 1 | -1289/+1410 |
| * | New binops need debug loc. | Devang Patel | 2011-06-22 | 1 | -1/+3 |
| * | Add missing header. | Jim Grosbach | 2011-06-22 | 1 | -0/+1 |
| * | Move ARMMachObjectWriter to its own file. | Jim Grosbach | 2011-06-22 | 4 | -14/+43 |
| * | Set debug loc. | Devang Patel | 2011-06-22 | 1 | -0/+2 |
| * | Emit trailing padding on constant vectors when TargetData says that the vector | Nick Lewycky | 2011-06-22 | 1 | -0/+7 |
| * | PTX: Fix FrameIndex mapping bug | Justin Holewinski | 2011-06-22 | 5 | -15/+43 |
| * | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad | 2011-06-22 | 7 | -19/+10 |
| * | Make ConstantVector::get() always take an ArrayRef, never a std::vector. | Jay Foad | 2011-06-22 | 2 | -10/+4 |
| * | Test Commit. | Dan Bailey | 2011-06-22 | 1 | -2/+2 |
| * | Eliminate a temporary std::vector in ConstantStruct::get(). | Jay Foad | 2011-06-22 | 1 | -4/+2 |
| * | Extend ConstantUniqueMap with a new template parameter ValRefType, | Jay Foad | 2011-06-22 | 2 | -14/+18 |
| * | Reenable the optimization added in 133415, but change the definition of a "si... | Rafael Espindola | 2011-06-22 | 1 | -3/+3 |
| * | PTX: Add signed integer comparisons | Justin Holewinski | 2011-06-22 | 1 | -0/+12 |
| * | PTX: Add .address_size directive if PTX version >= 2.3 | Justin Holewinski | 2011-06-22 | 1 | -0/+7 |
| * | After register is spilled there should not be any DBG_VALUE referring the sam... | Devang Patel | 2011-06-21 | 1 | -1/+3 |
| * | Fix some trailing issues from my introduction of MVT::untyped and its use for... | Owen Anderson | 2011-06-21 | 2 | -1/+12 |
| * | Add support for assembling "movq" when it's correct to do so, while continuing | Nick Lewycky | 2011-06-21 | 1 | -0/+16 |
| * | Add verbose EH table printing to SjLj exception tables. | Bill Wendling | 2011-06-21 | 1 | -2/+19 |
| * | There could be more than one DBG_VALUE instructions for variables where all o... | Devang Patel | 2011-06-21 | 1 | -4/+6 |
| * | Improve the comment printing for the EH table. This gives a much more detailed | Bill Wendling | 2011-06-21 | 1 | -23/+69 |
| * | Handle the memory-ness of all U+ ARM constraints. | Eric Christopher | 2011-06-21 | 1 | -3/+6 |
| * | Remove r130409, as requested by Chris. | Devang Patel | 2011-06-21 | 1 | -55/+0 |
| * | Reorg. No functionality change. | Evan Cheng | 2011-06-21 | 1 | -23/+26 |
| * | Revert r133452: "Emit movq for 64-bit register to XMM register moves..." | Bob Wilson | 2011-06-21 | 1 | -21/+6 |
| * | Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C... | Anna Zaks | 2011-06-21 | 1 | -20/+154 |
| * | IVUsers no longer needs to record the phis. | Andrew Trick | 2011-06-21 | 3 | -20/+15 |