| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate template from arm TAI | Chris Lattner | 2009-08-11 | 3 | -28/+19 |
* | fix a bug I introduced in r78724 that caused failures in: | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate | Chris Lattner | 2009-08-11 | 6 | -35/+33 |
* | Fix warnings. | Owen Anderson | 2009-08-11 | 4 | -15/+13 |
* | eliminate the X86TargetAsmInfo template. | Chris Lattner | 2009-08-11 | 2 | -26/+24 |
* | Added ADD instructions with rAX as one parameter to the Intel instruction | Sean Callanan | 2009-08-11 | 1 | -0/+8 |
* | Shrinkify Thumb2 load / store multiple instructions. | Evan Cheng | 2009-08-11 | 8 | -60/+129 |
* | llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be | Daniel Dunbar | 2009-08-11 | 3 | -1/+43 |
* | struct -> class | Owen Anderson | 2009-08-11 | 1 | -1/+2 |
* | Optimize exact sdiv by a constant power of 2 to ashr. | Dan Gohman | 2009-08-11 | 2 | -0/+24 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 86 | -5542/+5644 |
* | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar | 2009-08-11 | 2 | -15/+54 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 13 | -18/+18 |
* | now that JumpTableDirective can differentate picness itself, MIPS TAI | Chris Lattner | 2009-08-11 | 3 | -11/+6 |
* | split "JumpTableDirective" (an existing hack) into a PIC and nonPIC | Chris Lattner | 2009-08-11 | 5 | -15/+12 |
* | "TAI::JumpTableDirective" is always null for current arm targets, simplify | Chris Lattner | 2009-08-11 | 1 | -14/+12 |
* | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 7 | -0/+46 |
* | llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes are | Daniel Dunbar | 2009-08-11 | 1 | -4/+23 |
* | Use wchar.h to get wchar_t, not ctype.h. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
* | Don't set the isexact flag if an sdiv operator has been folded into | Dan Gohman | 2009-08-11 | 1 | -1/+4 |
* | Add Thumb2 eh_sjlj_setjmp implementation | Jim Grosbach | 2009-08-11 | 2 | -0/+34 |
* | Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, if | Daniel Dunbar | 2009-08-11 | 1 | -8/+5 |
* | Revert 78680 until I figure out why it completely broke things. | Daniel Dunbar | 2009-08-11 | 2 | -1/+48 |
* | Link NamedMDNodes. | Devang Patel | 2009-08-11 | 5 | -0/+42 |
* | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 7 | -6/+164 |
* | Use DEBUG macro for debug output. | David Goodwin | 2009-08-11 | 1 | -11/+7 |
* | add a trivial line # cache to SourceMgr to make repeated queries to | Chris Lattner | 2009-08-11 | 2 | -1/+45 |
* | llvm-mc: Fix a crash on invalid due to a typo in relocatable expression | Daniel Dunbar | 2009-08-11 | 2 | -1/+9 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 40 | -43/+45 |
* | Remove some unnecessary LoadInst constructors, missed during Twinification. | Daniel Dunbar | 2009-08-11 | 2 | -48/+1 |
* | make owen happy by being explicit. | Chris Lattner | 2009-08-11 | 1 | -1/+2 |
* | Add some debug output. | David Goodwin | 2009-08-11 | 2 | -2/+16 |
* | Fix struct/class mismatch. | Benjamin Kramer | 2009-08-11 | 2 | -2/+2 |
* | Use isa instead of dyn_cast when the result is only converted to bool. | Dan Gohman | 2009-08-11 | 2 | -3/+3 |
* | Fix cut-n-pasto in comment. | Devang Patel | 2009-08-11 | 1 | -1/+1 |
* | fix GetInstSizeInBytes for eh_sjlj_setjmp | Jim Grosbach | 2009-08-11 | 1 | -1/+1 |
* | Add convenience functions for creating exact sdiv operators, and | Dan Gohman | 2009-08-11 | 7 | -4/+51 |
* | Avoid implicitly depending on Instructions.h. | Dan Gohman | 2009-08-11 | 1 | -1/+3 |
* | move some 32-bit instrs to x86instrinfo.td | Chris Lattner | 2009-08-11 | 2 | -8/+11 |
* | Revert 78662 to fix broken windows build. Add a comment which explains the pr... | Benjamin Kramer | 2009-08-11 | 1 | -1/+2 |
* | This void is implicit in C++. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 10 | -12/+3 |
* | Simplify this code. The case where one class is GR64RegClass and the | Dan Gohman | 2009-08-11 | 1 | -8/+4 |
* | Add an explicit keyword. | Dan Gohman | 2009-08-11 | 1 | -1/+3 |
* | ConstantFolder and NoFolder no longer require their Context members. | Dan Gohman | 2009-08-11 | 2 | -8/+7 |
* | now that these are in file-check format, we can merge them together | Chris Lattner | 2009-08-11 | 5 | -56/+49 |
* | Fix a typo in an assertion string. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
* | Use the default copy-ctor, copy-assignment, and destructor. | Dan Gohman | 2009-08-11 | 2 | -31/+0 |
* | Add a comment about the additional meaning of setPreservesCFG() for | Dan Gohman | 2009-08-11 | 1 | -0/+4 |
* | Don't assume that external global variables are aligned at their preferred | Dan Gohman | 2009-08-11 | 2 | -2/+32 |