| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify some uses of Value::getName() | Daniel Dunbar | 2009-07-22 | 2 | -2/+5 |
* | Fix indentation. | Daniel Dunbar | 2009-07-22 | 1 | -18/+19 |
* | Eliminate a redudant check Eli pointed out. | Evan Cheng | 2009-07-22 | 1 | -2/+2 |
* | doxygenify | Chris Lattner | 2009-07-22 | 1 | -7/+7 |
* | Thread local globals don't require special handling by the linker and so can | Richard Osborne | 2009-07-22 | 1 | -0/+7 |
* | Revert commit 76707, it was breaking the llvm-gcc build | Duncan Sands | 2009-07-22 | 1 | -2/+1 |
* | Don't forget D16 - D31 are clobbered by calls and sjlj eh. | Evan Cheng | 2009-07-22 | 3 | -10/+20 |
* | Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-cau... | Evan Cheng | 2009-07-22 | 1 | -2/+2 |
* | Fix a obvious copy-n-paste bug. | Evan Cheng | 2009-07-22 | 1 | -1/+1 |
* | Get rid one of the getRegisterNumbering. Also add D16 - D31. | Evan Cheng | 2009-07-22 | 3 | -69/+78 |
* | Add support for MMX VSETCC. | Eli Friedman | 2009-07-22 | 2 | -0/+33 |
* | Added the unconditional JMP with an 8-bit relocation for the | Sean Callanan | 2009-07-22 | 1 | -1/+3 |
* | Add an entry. | Evan Cheng | 2009-07-22 | 1 | -0/+4 |
* | inline the two MergeableConstSection implementations into their | Chris Lattner | 2009-07-22 | 2 | -25/+18 |
* | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner | 2009-07-22 | 1 | -1/+2 |
* | don't set the small flag yet. | Chris Lattner | 2009-07-22 | 1 | -2/+1 |
* | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 3 | -41/+58 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -0/+7 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 16 | -48/+50 |
* | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 2 | -11/+11 |
* | Fixing cp island pass. Step 1: Determine whether the constant pool offset can be | Evan Cheng | 2009-07-21 | 1 | -18/+23 |
* | Fix comment. | Evan Cheng | 2009-07-21 | 1 | -1/+1 |
* | simplify code now that it is inlined. | Chris Lattner | 2009-07-21 | 2 | -16/+5 |
* | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner | 2009-07-21 | 2 | -10/+10 |
* | this doesn't break any of the 4 ia64 tests. | Chris Lattner | 2009-07-21 | 2 | -6/+0 |
* | alpha doesn't need to redefine this: it only supports PIC codegen anyway. | Chris Lattner | 2009-07-21 | 2 | -7/+0 |
* | no really, I can spell! | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | add an API so target-independent codegen can determine if a constant | Chris Lattner | 2009-07-21 | 1 | -0/+7 |
* | remove the last bits of SectionFlagsForGlobal. There is some flag here that | Chris Lattner | 2009-07-21 | 2 | -30/+2 |
* | don't mask out the small flag and then reapply it later. | Chris Lattner | 2009-07-21 | 1 | -15/+1 |
* | if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV... | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | remove the Xcore implementation of SelectSectionForGlobal. While you have | Chris Lattner | 2009-07-21 | 2 | -22/+0 |
* | simplify based on the fact that darwin always uses L/l. | Chris Lattner | 2009-07-21 | 1 | -8/+4 |
* | make some stuff private. | Chris Lattner | 2009-07-21 | 1 | -10/+3 |
* | Remove the XCore custom implementation of MergeableConstSection, relying on | Chris Lattner | 2009-07-21 | 2 | -18/+0 |
* | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner | 2009-07-21 | 1 | -21/+16 |
* | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner | 2009-07-21 | 3 | -70/+5 |
* | minor cleanups. | Chris Lattner | 2009-07-21 | 1 | -16/+10 |
* | Missed a piece of the commit to remove the shift flavor. | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 3 | -4/+0 |
* | Remove a couple of already-implemented notes. | Eli Friedman | 2009-07-21 | 1 | -12/+0 |
* | Add fake v7 itineraries for now. | Evan Cheng | 2009-07-21 | 3 | -4/+40 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 16 | -188/+100 |
* | Do not select tSXTB / tSXTH in thumb2 mode. | Evan Cheng | 2009-07-21 | 1 | -4/+4 |
* | reduce indentation by using an early exit. | Chris Lattner | 2009-07-21 | 1 | -73/+68 |
* | Update CMake files. | Ted Kremenek | 2009-07-21 | 1 | -0/+1 |
* | whitespace cleanups, make the MipsAsmPrinter::doInitialization | Chris Lattner | 2009-07-21 | 1 | -14/+8 |
* | fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. | Chris Lattner | 2009-07-21 | 3 | -22/+0 |
* | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 6 | -9/+10 |
* | fix indentation | Chris Lattner | 2009-07-21 | 1 | -16/+16 |