| Commit message (Expand) | Author | Age | Files | Lines |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 11 | -23/+29 |
* | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner | 2009-07-01 | 3 | -6/+42 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 13 | -62/+443 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 46 | -132/+82 |
* | Add PIC load and store patterns for Thumb-2. | David Goodwin | 2009-07-01 | 4 | -2/+79 |
* | Add a global context, for easing backwards compatibility. | Owen Anderson | 2009-06-30 | 2 | -0/+10 |
* | llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. | Daniel Dunbar | 2009-06-30 | 3 | -26/+31 |
* | Fill in some methods for the MCValue field of an MCOperand. | Daniel Dunbar | 2009-06-30 | 1 | -2/+16 |
* | llvm-mc: Accept relocatable expressions when parsing displacements and | Daniel Dunbar | 2009-06-30 | 1 | -13/+13 |
* | Thumb-2 load and store double description. But nothing yet creates them. | David Goodwin | 2009-06-30 | 2 | -1/+40 |
* | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 3 | -9/+14 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 35 | -36/+122 |
* | Add thumb-2 store word, halfword, and byte. | David Goodwin | 2009-06-30 | 4 | -0/+207 |
* | Drop redundant print impl. | Andreas Bolka | 2009-06-30 | 1 | -3/+0 |
* | 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 | 3 | -13/+8 |
* | Improve Thumb-2 jump table support. | David Goodwin | 2009-06-30 | 5 | -14/+63 |
* | Add 256-bit memory operand support. | David Greene | 2009-06-30 | 3 | -0/+16 |
* | Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table. | David Goodwin | 2009-06-30 | 7 | -33/+112 |
* | Add wrappers for type construction to LLVMContext. | Owen Anderson | 2009-06-30 | 2 | -0/+88 |
* | add a FAQ. | Chris Lattner | 2009-06-30 | 1 | -0/+141 |
* | Fix up header comments to make Chris happy. | Owen Anderson | 2009-06-30 | 3 | -1/+21 |
* | Fix PR4485. | Rafael Espindola | 2009-06-30 | 3 | -4/+22 |
* | Revert my intentional breakage. | Daniel Dunbar | 2009-06-30 | 1 | -2/+0 |
* | Intentionally break a unittest to test my buildbot gtest command. | Daniel Dunbar | 2009-06-30 | 1 | -0/+2 |
* | Suppress may-be-used-uninitialized warning. | Daniel Dunbar | 2009-06-30 | 1 | -1/+2 |
* | Fix CMake build | Douglas Gregor | 2009-06-30 | 1 | -0/+1 |
* | Fixed assert that checks return value of TlsSetValue. | Oscar Fuentes | 2009-06-30 | 1 | -1/+1 |
* | Fix PR4484. | Rafael Espindola | 2009-06-30 | 2 | -3/+20 |
* | Temporarily restore the scavenger implicit_def checking code. MachineOperand ... | Evan Cheng | 2009-06-30 | 3 | -7/+152 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 11 | -79/+213 |
* | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling | 2009-06-30 | 2 | -8/+0 |
* | got confused again | Chris Lattner | 2009-06-30 | 1 | -1/+1 |
* | fix some issues Jeff Yasskin noticed | Chris Lattner | 2009-06-30 | 1 | -2/+2 |
* | add a note about re-evaluating end() every time through a loop. | Chris Lattner | 2009-06-30 | 1 | -0/+63 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 3 | -5/+5 |
* | remove a bogus note. | Chris Lattner | 2009-06-30 | 1 | -20/+0 |
* | add a note | Chris Lattner | 2009-06-30 | 1 | -0/+20 |
* | #include <iostream> is forbidden. Remove it in favor of raw_ostream. | Bill Wendling | 2009-06-30 | 3 | -27/+24 |
* | A few more load instructions. | Evan Cheng | 2009-06-30 | 7 | -39/+246 |
* | Array accesses are independent if the underlying arrays differ. | Andreas Bolka | 2009-06-30 | 5 | -2/+96 |
* | llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. | Daniel Dunbar | 2009-06-30 | 2 | -13/+33 |
* | llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always | Daniel Dunbar | 2009-06-30 | 1 | -26/+33 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 6 | -41/+152 |
* | Delete a spurious blank line at the top of the file. | Dan Gohman | 2009-06-30 | 1 | -1/+0 |
* | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman | 2009-06-30 | 2 | -0/+8 |
* | Minor formatting, whitespace, and 80-column fixes. | Dan Gohman | 2009-06-30 | 1 | -7/+7 |
* | Minor code simplification. | Dan Gohman | 2009-06-30 | 1 | -3/+2 |
* | Enhance tests to include shifted-register operand testing. | David Goodwin | 2009-06-30 | 14 | -19/+425 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 9 | -20/+33 |