| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify. | Devang Patel | 2009-07-02 | 2 | -17/+17 |
* | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 3 | -13/+22 |
* | Add a C wrapper for accessing the global default context. | Owen Anderson | 2009-07-02 | 1 | -0/+4 |
* | Simplify. No intentional functionality change. | Devang Patel | 2009-07-02 | 1 | -49/+36 |
* | Try again at converting the LLParser to use LLVMContext, without massive brea... | Owen Anderson | 2009-07-01 | 2 | -47/+55 |
* | Add a few methods that got left out earlier. | Owen Anderson | 2009-07-01 | 1 | -1/+14 |
* | Add darwin stub removal to wishlist. | Dale Johannesen | 2009-07-01 | 1 | -0/+11 |
* | Request LCSSA after LoopSimplify. This fixes a problem in which the | Dan Gohman | 2009-07-01 | 1 | -1/+1 |
* | Refactor. No functionality change. | Devang Patel | 2009-07-01 | 1 | -10/+4 |
* | Add a new addressing mode for NEON load/store instructions. | Bob Wilson | 2009-07-01 | 7 | -21/+82 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 11 | -19/+19 |
* | Use find instead of operator[] to test whether an element is in a std::map. | Dan Gohman | 2009-07-01 | 1 | -2/+4 |
* | --- Reverse-merging (from foreign repository) r74648 into '.': | Bill Wendling | 2009-07-01 | 3 | -116/+94 |
* | Keep DIDescriptor methods together. | Devang Patel | 2009-07-01 | 1 | -123/+127 |
* | Fix a comment typo. | Bob Wilson | 2009-07-01 | 1 | -1/+1 |
* | Fix typo. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Convert LLParser to use LLVMContext for creating constants. | Owen Anderson | 2009-07-01 | 3 | -95/+117 |
* | Use AA to check objects before LDA. | Andreas Bolka | 2009-07-01 | 1 | -15/+14 |
* | Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487. | Dan Gohman | 2009-07-01 | 1 | -1/+15 |
* | Tweak FindExecutable so that relative executable paths work as well. | Daniel Dunbar | 2009-07-01 | 1 | -2/+3 |
* | Fix up a comment: besides the >80col lines, the operation for this | Bob Wilson | 2009-07-01 | 1 | -6/+6 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 13 | -23/+25 |
* | Fix metadata unittests | Devang Patel | 2009-07-01 | 1 | -3/+15 |
* | Do not print stranded metadata. | Devang Patel | 2009-07-01 | 1 | -1/+2 |
* | Support stand alone metadata syntax. | Devang Patel | 2009-07-01 | 3 | -22/+112 |
* | llvm.dbg.declare is always used for local variable's debug info. | Devang Patel | 2009-07-01 | 1 | -4/+1 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 21 | -21/+21 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 3 | -26/+74 |
* | I give up on trying to use reader/writer locks for recursive type refinement.... | Owen Anderson | 2009-07-01 | 1 | -71/+27 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 15 | -66/+91 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -5/+8 |
* | Try again at making this work on OpenBSD. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Fix FindExecutable to work if given an absolute executable path name. | Daniel Dunbar | 2009-07-01 | 1 | -5/+10 |
* | CommuteChangesDestination() should check if to-be-commuted instruction define... | Evan Cheng | 2009-07-01 | 1 | -16/+30 |
* | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng | 2009-07-01 | 3 | -51/+74 |
* | Fix the build on OpenBSD. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Dump MCInsts in the MC .s printer, for now. | Daniel Dunbar | 2009-07-01 | 1 | -2/+23 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 7 | -16/+10 |
* | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner | 2009-07-01 | 2 | -6/+18 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 10 | -62/+183 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 45 | -127/+77 |
* | Add PIC load and store patterns for Thumb-2. | David Goodwin | 2009-07-01 | 1 | -0/+28 |
* | Add a global context, for easing backwards compatibility. | Owen Anderson | 2009-06-30 | 1 | -0/+7 |
* | Thumb-2 load and store double description. But nothing yet creates them. | David Goodwin | 2009-06-30 | 2 | -1/+40 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 33 | -36/+108 |
* | Add thumb-2 store word, halfword, and byte. | David Goodwin | 2009-06-30 | 1 | -0/+18 |
* | Minor code cleanups. | Dan Gohman | 2009-06-30 | 1 | -2/+6 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -0/+6 |
* | Improve Thumb-2 jump table support. | David Goodwin | 2009-06-30 | 4 | -14/+37 |
* | Add 256-bit memory operand support. | David Greene | 2009-06-30 | 3 | -0/+16 |