| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 4 | -110/+319 |
* | Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using | Reid Kleckner | 2009-07-23 | 1 | -104/+131 |
* | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner | 2009-07-22 | 5 | -29/+7 |
* | x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). | Dan Gohman | 2009-07-22 | 1 | -10/+31 |
* | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 4 | -26/+26 |
* | Reorder if-else branches as suggested by Bill. | David Greene | 2009-07-22 | 1 | -4/+4 |
* | Fix typo in addrmode definition. | David Goodwin | 2009-07-22 | 1 | -1/+1 |
* | Use getTargetConstant instead of getConstant since it's meant as an constant ... | Evan Cheng | 2009-07-22 | 4 | -22/+25 |
* | Constify the key in Mi2IndexMap. | David Greene | 2009-07-22 | 1 | -1/+1 |
* | Ignore undef uses. | Evan Cheng | 2009-07-22 | 1 | -0/+3 |
* | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 2009-07-22 | 4 | -17/+17 |
* | Fix indentation. | Devang Patel | 2009-07-22 | 1 | -6/+6 |
* | Simplify some uses of Value::getName() | Daniel Dunbar | 2009-07-22 | 3 | -4/+7 |
* | Remove unnecessary store to temporary std::string. | Daniel Dunbar | 2009-07-22 | 1 | -3/+4 |
* | Put comment printing under asm-verbose. | David Greene | 2009-07-22 | 1 | -13/+36 |
* | Fix indentation. | Daniel Dunbar | 2009-07-22 | 1 | -18/+19 |
* | Make some changes suggested by Bill and Evan. | David Greene | 2009-07-22 | 2 | -34/+25 |
* | Fix thinko. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
* | Use isa<> instead of dyn_cast<>. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
* | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel | 2009-07-22 | 1 | -0/+12 |
* | Do not print "metadata" twice while printing MDString. | Devang Patel | 2009-07-22 | 1 | -2/+0 |
* | Eliminate a redudant check Eli pointed out. | Evan Cheng | 2009-07-22 | 1 | -2/+2 |
* | Fixed build warning. No functionality change. | Sanjiv Gupta | 2009-07-22 | 1 | -1/+1 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 9 | -67/+155 |
* | doxygenify | Chris Lattner | 2009-07-22 | 1 | -7/+7 |
* | Add newline at end of file. | Duncan Sands | 2009-07-22 | 1 | -1/+1 |
* | 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 give a massive inlining cost bonus to available_externally | Eli Friedman | 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 | 5 | -44/+68 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 3 | -25/+30 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 96 | -733/+793 |
* | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 4 | -47/+36 |
* | 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 |
* | Exposed PHIElimination pass within CodeGen. | Lang Hames | 2009-07-21 | 2 | -74/+101 |
* | 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 |