| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 7 | -53/+101 |
* | 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 |
* | 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 | 1 | -17/+19 |
* | fix typo | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | Enhance SROA to "promote to scalar" allocas which are | Chris Lattner | 2009-03-08 | 1 | -0/+48 |
* | Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver... | Evan Cheng | 2009-03-08 | 1 | -1/+17 |
* | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner | 2009-03-08 | 3 | -14/+12 |
* | If a MI uses the same register more than once, only mark one of them as 'kill'. | Evan Cheng | 2009-03-08 | 1 | -6/+22 |
* | 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 | 2 | -26/+20 |
* | 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 | 1 | -2/+53 |
* | random cleanups. | Chris Lattner | 2009-03-08 | 1 | -4/+3 |
* | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner | 2009-03-07 | 1 | -3/+5 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 36 | -155/+259 |
* | simplify the way how traits get hold of the symbol table | Gabor Greif | 2009-03-07 | 1 | -5/+3 |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 3 | -21/+0 |
* | When a crash signal is delivered do two things: remove all of our | Chris Lattner | 2009-03-07 | 1 | -5/+14 |
* | Finish cross-process JIT work, and clean up previous work. | Nate Begeman | 2009-03-07 | 2 | -30/+40 |
* | Arithmetic instructions don't set EFLAGS bits OF and CF bits | Dan Gohman | 2009-03-07 | 2 | -14/+35 |
* | Add Module::getNamedValue; use to normalize access to Module symbol | Daniel Dunbar | 2009-03-06 | 1 | -19/+21 |
* | Fix another case where debug info interferes with | Dale Johannesen | 2009-03-06 | 1 | -2/+6 |
* | Use c_str() to force the string to be nul-terminated. | Dan Gohman | 2009-03-06 | 1 | -1/+1 |
* | add a bunch more passes to the C bindings (PR3734), patch by | Chris Lattner | 2009-03-06 | 2 | -10/+149 |
* | While thinking about the one-definition-rule and trying | Duncan Sands | 2009-03-06 | 1 | -3/+12 |
* | on apple systems, integrate nicely with crash reporter. | Chris Lattner | 2009-03-06 | 1 | -4/+34 |
* | While converting an aggregate to scalare, ignore and remove aggregate's debug... | Devang Patel | 2009-03-06 | 1 | -3/+12 |
* | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 2009-03-06 | 2 | -90/+106 |
* | Remove this as dbginfo intrinsics has been defined as | Zhou Sheng | 2009-03-06 | 1 | -5/+0 |
* | While hoisting instruction to speculatively execute simple bb, ignore dbg int... | Devang Patel | 2009-03-06 | 1 | -18/+30 |
* | various cosmetic cleanups. | Chris Lattner | 2009-03-06 | 1 | -136/+107 |
* | this wasn't intended to go in. | Chris Lattner | 2009-03-06 | 1 | -34/+0 |
* | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner | 2009-03-06 | 1 | -0/+34 |
* | Do not count DbgInfoIntrinsic while estimating loop header size. | Devang Patel | 2009-03-06 | 1 | -2/+14 |
* | Skip DbgInfoIntrinsic. | Devang Patel | 2009-03-06 | 1 | -2/+2 |
* | Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes | Dan Gohman | 2009-03-06 | 1 | -7/+7 |
* | Don't assign rank numbers to debug intrinsic "calls". | Dale Johannesen | 2009-03-06 | 1 | -1/+3 |
* | When we split a basic block, there's a default branch to the newly created BB. | Bill Wendling | 2009-03-06 | 1 | -0/+3 |
* | Revert 66224. | Devang Patel | 2009-03-06 | 1 | -9/+7 |
* | Revert rev. 66167. | Devang Patel | 2009-03-06 | 1 | -31/+9 |