Age | Commit message (Expand) | Author |
2009-07-23 | Added a 2+-byte NOP instruction to the Intel tables, | Sean Callanan |
2009-07-23 | Thumb2 does not allow the use of "pc" register as part of the load / store ad... | Evan Cheng |
2009-07-23 | Revert r75581: it causes massive breakage in the Ada | Duncan Sands |
2009-07-23 | Fix up ARM constant island pass for Thumb2. | Evan Cheng |
2009-07-23 | Since we have moved unified assembly, switch to ADR instruction instead of a ... | Evan Cheng |
2009-07-23 | Fix frame index elimination to correctly handle thumb-2 addressing modes that... | David Goodwin |
2009-07-23 | 80 col violation. | Evan Cheng |
2009-07-23 | Support insertps via the intrinsic and add a couple of simple | Eric Christopher |
2009-07-23 | Do not call getMangledName on Intrinsics. | Sanjiv Gupta |
2009-07-22 | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner |
2009-07-22 | x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). | Dan Gohman |
2009-07-22 | Fix typo in addrmode definition. | David Goodwin |
2009-07-22 | Use getTargetConstant instead of getConstant since it's meant as an constant ... | Evan Cheng |
2009-07-22 | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar |
2009-07-22 | Simplify some uses of Value::getName() | Daniel Dunbar |
2009-07-22 | Fix indentation. | Daniel Dunbar |
2009-07-22 | Eliminate a redudant check Eli pointed out. | Evan Cheng |
2009-07-22 | doxygenify | Chris Lattner |
2009-07-22 | Thread local globals don't require special handling by the linker and so can | Richard Osborne |
2009-07-22 | Revert commit 76707, it was breaking the llvm-gcc build | Duncan Sands |
2009-07-22 | Don't forget D16 - D31 are clobbered by calls and sjlj eh. | Evan Cheng |
2009-07-22 | Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-cau... | Evan Cheng |
2009-07-22 | Fix a obvious copy-n-paste bug. | Evan Cheng |
2009-07-22 | Get rid one of the getRegisterNumbering. Also add D16 - D31. | Evan Cheng |
2009-07-22 | Add support for MMX VSETCC. | Eli Friedman |
2009-07-22 | Added the unconditional JMP with an 8-bit relocation for the | Sean Callanan |
2009-07-22 | Add an entry. | Evan Cheng |
2009-07-22 | inline the two MergeableConstSection implementations into their | Chris Lattner |
2009-07-22 | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner |
2009-07-22 | don't set the small flag yet. | Chris Lattner |
2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner |
2009-07-22 | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-22 | reimplement Constant::ContainsRelocations as | Chris Lattner |
2009-07-21 | Fixing cp island pass. Step 1: Determine whether the constant pool offset can be | Evan Cheng |
2009-07-21 | Fix comment. | Evan Cheng |
2009-07-21 | simplify code now that it is inlined. | Chris Lattner |
2009-07-21 | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner |
2009-07-21 | this doesn't break any of the 4 ia64 tests. | Chris Lattner |
2009-07-21 | alpha doesn't need to redefine this: it only supports PIC codegen anyway. | Chris Lattner |
2009-07-21 | no really, I can spell! | Chris Lattner |
2009-07-21 | add an API so target-independent codegen can determine if a constant | Chris Lattner |
2009-07-21 | remove the last bits of SectionFlagsForGlobal. There is some flag here that | Chris Lattner |
2009-07-21 | don't mask out the small flag and then reapply it later. | Chris Lattner |
2009-07-21 | if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV... | Chris Lattner |
2009-07-21 | remove the Xcore implementation of SelectSectionForGlobal. While you have | Chris Lattner |
2009-07-21 | simplify based on the fact that darwin always uses L/l. | Chris Lattner |
2009-07-21 | make some stuff private. | Chris Lattner |
2009-07-21 | Remove the XCore custom implementation of MergeableConstSection, relying on | Chris Lattner |
2009-07-21 | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner |