| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+70 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 3 | -5/+108 |
* | Skip debug info when looking for existing EH calls at the | Dale Johannesen | 2010-04-02 | 1 | -0/+11 |
* | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 3 | -16/+16 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 3 | -108/+5 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 3 | -5/+108 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -70/+0 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+70 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 3 | -108/+5 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 3 | -5/+108 |
* | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 2 | -6/+1 |
* | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -3/+5 |
* | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 2 | -8/+28 |
* | fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an | Chris Lattner | 2010-04-01 | 1 | -4/+7 |
* | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -0/+15 |
* | update cmakefile. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
* | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 2 | -1/+314 |
* | Bump SmallString size a bit to avoid malloc trashing. | Benjamin Kramer | 2010-03-31 | 1 | -7/+3 |
* | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -13/+0 |
* | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 1 | -0/+4 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 3 | -14/+43 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -70/+0 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -0/+70 |
* | move some method definitions to files that make sense. | Chris Lattner | 2010-03-30 | 3 | -55/+54 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 1 | -0/+17 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -33/+21 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -17/+31 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -31/+17 |
* | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner | 2010-03-29 | 1 | -1/+3 |
* | Oops, r98447 dropped the reference to ForwardType in the wrong place in | Jeffrey Yasskin | 2010-03-28 | 1 | -5/+5 |
* | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 5 | -8/+8 |
* | Include isFunctionLocal while calculating folding node set profile for a MDNode. | Devang Patel | 2010-03-25 | 1 | -13/+14 |
* | Include isFunctionLocal while calculating folding node set provide for a MDNode. | Devang Patel | 2010-03-25 | 1 | -0/+1 |
* | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher | 2010-03-25 | 1 | -2/+13 |
* | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher | 2010-03-24 | 1 | -13/+2 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 4 | -20/+28 |
* | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner | 2010-03-23 | 1 | -2/+13 |
* | fix an infinite loop in Module::getEndianness, PR6684 | Chris Lattner | 2010-03-23 | 1 | -1/+1 |
* | add assert in argpromotion, which cannot trigger | Gabor Greif | 2010-03-23 | 1 | -2/+2 |
* | word-o | Gabor Greif | 2010-03-23 | 1 | -1/+1 |
* | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-22 | 1 | -34/+41 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 3 | -17/+9 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 3 | -9/+17 |
* | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin | 2010-03-22 | 2 | -6/+27 |
* | Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is complete | Jeffrey Yasskin | 2010-03-21 | 2 | -3/+1 |
* | Move the LLVMContextImpl implementation into a .cpp file. | Jeffrey Yasskin | 2010-03-21 | 3 | -69/+87 |
* | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin | 2010-03-21 | 3 | -11/+68 |
* | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel | 2010-03-19 | 1 | -4/+0 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 3 | -17/+9 |