| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make the Op<N> methods protected, how it was intended to be | Gabor Greif | 2009-03-09 | 1 | -0/+2 |
* | ARM isLegalAddressImmediate should check if type is a simple type now that op... | Evan Cheng | 2009-03-09 | 2 | -0/+16 |
* | Yet another case where the spiller marked two uses of the same register on th... | Evan Cheng | 2009-03-09 | 2 | -19/+28 |
* | Re-apply 66315, but restrict it to Darwin only. | Evan Cheng | 2009-03-09 | 1 | -0/+10 |
* | Revert r66415. It's causing failures during bootstrap builds: | Bill Wendling | 2009-03-09 | 6 | -34/+15 |
* | Add a constructor for BuildVectorSDNode and revert the temporary workaround | Bob Wilson | 2009-03-09 | 1 | -4/+2 |
* | This debug info special case should no longer | Duncan Sands | 2009-03-09 | 1 | -4/+0 |
* | just remove the use_empty() check entirely, the only reason it | Chris Lattner | 2009-03-09 | 1 | -14/+8 |
* | in builds without asserts we do not need to allocate the Next pointer in "gho... | Gabor Greif | 2009-03-09 | 6 | -15/+34 |
* | Regenerate. | Nick Lewycky | 2009-03-09 | 2 | -600/+0 |
* | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky | 2009-03-09 | 12 | -772/+0 |
* | Make the code generator rip of dead constant expr uses before deciding | Chris Lattner | 2009-03-09 | 1 | -10/+16 |
* | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner | 2009-03-09 | 2 | -8/+8 |
* | testcase for PR3744 | Chris Lattner | 2009-03-09 | 1 | -0/+14 |
* | don't allow hash_map or hash_set. | Chris Lattner | 2009-03-09 | 1 | -18/+7 |
* | Ignore debug intrinsics when computing dependences. | Owen Anderson | 2009-03-09 | 1 | -0/+6 |
* | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner | 2009-03-09 | 3 | -75/+93 |
* | add a #include to improve portability to windows, as requested by | Chris Lattner | 2009-03-09 | 1 | -0/+1 |
* | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 8 | -64/+132 |
* | fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by allowing opaque types. | Chris Lattner | 2009-03-09 | 1 | -2/+4 |
* | Fix two classes of bugs. First: | Chris Lattner | 2009-03-09 | 2 | -18/+36 |
* | Fix PR3746 - Crash in isel with GEP of function pointer | Chris Lattner | 2009-03-09 | 1 | -13/+17 |
* | Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11, | Chris Lattner | 2009-03-09 | 1 | -0/+3 |
* | add some explicit llvm:: qualifiers to the unix side, fix problems on the win... | Chris Lattner | 2009-03-08 | 2 | -6/+7 |
* | Keep calling-convention and tail-call bit when creating new invoke or call. | Nick Lewycky | 2009-03-08 | 1 | -10/+13 |
* | do not export all the X86FastISel symbols, ever. | Chris Lattner | 2009-03-08 | 1 | -1/+4 |
* | Fix comments, pointed out by Duncan Sands. | Nick Lewycky | 2009-03-08 | 1 | -3/+3 |
* | Apply ODR linkage changes accidentally dropped during | Duncan Sands | 2009-03-08 | 1 | -9/+9 |
* | Test commit | Sebastian Redl | 2009-03-08 | 1 | -1/+0 |
* | Mark function returns as noalias. | Nick Lewycky | 2009-03-08 | 1 | -0/+127 |
* | teach SROA to handle promoting vector allocas with a memset into them into | Chris Lattner | 2009-03-08 | 2 | -19/+35 |
* | fix typo | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | Enhance SROA to "promote to scalar" allocas which are | Chris Lattner | 2009-03-08 | 3 | -6/+68 |
* | Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver... | Evan Cheng | 2009-03-08 | 2 | -2/+18 |
* | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner | 2009-03-08 | 4 | -20/+21 |
* | If a MI uses the same register more than once, only mark one of them as 'kill'. | Evan Cheng | 2009-03-08 | 2 | -6/+100 |
* | use MemTransferInst. | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | Introduce a new MemTransferInst pseudo class, which is a common | Chris Lattner | 2009-03-08 | 3 | -64/+56 |
* | add a note. | Chris Lattner | 2009-03-08 | 1 | -0/+40 |
* | add a note. | Chris Lattner | 2009-03-08 | 1 | -0/+22 |
* | implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. | Chris Lattner | 2009-03-08 | 3 | -5/+68 |
* | random cleanups. | Chris Lattner | 2009-03-08 | 1 | -4/+3 |
* | Fix misaligned whitespace. No functionality change. | Nick Lewycky | 2009-03-08 | 1 | -4/+4 |
* | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner | 2009-03-07 | 2 | -3/+22 |
* | Revert r66315. Fix the build on mixed 64/32 Linux systems. | Nick Lewycky | 2009-03-07 | 1 | -10/+2 |
* | Remove some duplication. | Mikhail Glushenkov | 2009-03-07 | 1 | -5/+8 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 43 | -192/+370 |
* | simplify the way how traits get hold of the symbol table | Gabor Greif | 2009-03-07 | 4 | -28/+16 |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 7 | -28/+5 |
* | Remove the burden of dealing with list offsets | Gabor Greif | 2009-03-07 | 4 | -67/+25 |