| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply changes on LLVM r112364 after merge. | Shih-wei Liao | 2010-09-11 | 1 | -0/+1 |
* | Merge commit '69494cf8102cf872e9cb76662e9960be7c112112' into HEAD | Shih-wei Liao | 2010-09-10 | 253 | -4242/+9745 |
|\ |
|
| * | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 6 | -130/+9 |
| * | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner | 2010-08-28 | 3 | -116/+0 |
| * | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson | 2010-08-27 | 2 | -0/+7 |
| * | Fix a couple of typos. | Eric Christopher | 2010-08-27 | 2 | -2/+2 |
| * | Switch ScalarEvolution's main Value*->SCEV* map from std::map | Dan Gohman | 2010-08-27 | 1 | -3/+8 |
| * | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -20/+34 |
| * | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 1 | -8/+2 |
| * | tidy up a bit. no functional change. | Jim Grosbach | 2010-08-26 | 1 | -1/+2 |
| * | add m_BitCast for matching a bitcast. | Chris Lattner | 2010-08-26 | 1 | -0/+7 |
| * | zap the now unused MVT::getIntVectorWithNumElements | Bruno Cardoso Lopes | 2010-08-26 | 1 | -15/+9 |
| * | Fix prototypes. | Devang Patel | 2010-08-26 | 1 | -3/+4 |
| * | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 2 | -3/+18 |
| * | SmallVector's growth policies don't like starting from zero capacity. | John McCall | 2010-08-26 | 1 | -1/+9 |
| * | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -2/+1 |
| * | Provide an explicit specialization of SmallVector at N=0 which does | John McCall | 2010-08-25 | 1 | -0/+33 |
| * | add a specialization for the MVT form of getTypeAction, since it is | Chris Lattner | 2010-08-25 | 1 | -2/+4 |
| * | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner | 2010-08-25 | 1 | -16/+10 |
| * | Change handling of illegal vector types to widen when possible instead of | Chris Lattner | 2010-08-25 | 1 | -12/+47 |
| * | tidy up | Chris Lattner | 2010-08-25 | 1 | -54/+38 |
| * | Fix header define to reflect the name of the file. | Eric Christopher | 2010-08-25 | 1 | -2/+2 |
| * | lto_codegen_set_gcc_path was removed. | Dan Gohman | 2010-08-25 | 1 | -8/+0 |
| * | Regenerate. | Eric Christopher | 2010-08-25 | 1 | -6/+0 |
| * | Add ARM heuristic for when to allocate a virtual base register for stack | Jim Grosbach | 2010-08-24 | 1 | -1/+1 |
| * | First bit of support for the dwarf .loc directive. This patch updates the | Kevin Enderby | 2010-08-24 | 2 | -0/+65 |
| * | Move enabling the local stack allocation pass into the target where it belongs. | Jim Grosbach | 2010-08-24 | 1 | -0/+7 |
| * | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 1 | -0/+29 |
| * | MDNode, MDString, and NamedMDNode are not meant to be subclassed; | Dan Gohman | 2010-08-24 | 1 | -5/+2 |
| * | llvmc: Make syntax more consistent. | Mikhail Glushenkov | 2010-08-23 | 1 | -24/+7 |
| * | Remove the MFI storage of the local allocation block size. It's not needed. | Jim Grosbach | 2010-08-23 | 1 | -14/+0 |
| * | Add a new llvm.x86.int intrinsic, allowing access to the | Chris Lattner | 2010-08-23 | 1 | -0/+5 |
| * | llvmc: Properly handle (error) in edge properties. | Mikhail Glushenkov | 2010-08-23 | 2 | -4/+3 |
| * | Trailing whitespace. | Mikhail Glushenkov | 2010-08-23 | 1 | -2/+2 |
| * | formatted_tool_output_file::close needs to flush its buffer before | Dan Gohman | 2010-08-23 | 1 | -1/+6 |
| * | Handle qualified constants that are directly folded by FE. | Devang Patel | 2010-08-23 | 1 | -0/+6 |
| * | Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef). | Benjamin Kramer | 2010-08-23 | 1 | -2/+2 |
| * | StringRef tweaks: | Benjamin Kramer | 2010-08-23 | 1 | -2/+4 |
| * | MC: Add partial x86-64 support to COFF. | Michael J. Spencer | 2010-08-21 | 2 | -2/+2 |
| * | This is the first step towards refactoring the x86 vector shuffle code. The | Bruno Cardoso Lopes | 2010-08-20 | 1 | -1/+1 |
| * | CreateTemporaryType doesn't needs its Context argument. | Dan Gohman | 2010-08-20 | 1 | -1/+1 |
| * | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 2 | -15/+28 |
| * | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman | 2010-08-20 | 2 | -4/+17 |
| * | Reword NamedMDNode's comment. | Dan Gohman | 2010-08-20 | 1 | -2/+3 |
| * | Delete SlowOperationInformer, which is no longer used. | Dan Gohman | 2010-08-20 | 2 | -66/+0 |
| * | Add include guards to Support/Regex.h. | Mikhail Glushenkov | 2010-08-20 | 1 | -0/+5 |
| * | Trailing whitespace. | Mikhail Glushenkov | 2010-08-20 | 2 | -12/+12 |
| * | Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor | Jim Grosbach | 2010-08-20 | 1 | -0/+1 |
| * | Delete raw_stdout_ostream and raw_stderr_ostream, which are unused | Dan Gohman | 2010-08-20 | 1 | -18/+0 |
| * | Add an inspirational quote. | Dan Gohman | 2010-08-20 | 1 | -0/+5 |