| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 8 | -8/+67 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -7/+8 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 4 | -74/+77 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 12 | -36/+36 |
* | Allow llvm_report_error to accept a Twine. | Daniel Dunbar | 2009-07-24 | 2 | -3/+16 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 17 | -496/+0 |
* | Fix constructor types | Daniel Dunbar | 2009-07-24 | 1 | -2/+2 |
* | Update CMake | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 3 | -0/+501 |
* | Convert a test to FileCheck. | Evan Cheng | 2009-07-24 | 1 | -4/+3 |
* | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner | 2009-07-24 | 3 | -28/+26 |
* | Implement getSectionPrefixForUniqueGlobal to return null, indicating that | Chris Lattner | 2009-07-24 | 1 | -0/+6 |
* | reduce indentation | Chris Lattner | 2009-07-24 | 1 | -35/+37 |
* | simplify code by making special case more obvious | Chris Lattner | 2009-07-24 | 1 | -9/+5 |
* | the 'isWeakForLinker' code is common between functions and globals, hoist it | Chris Lattner | 2009-07-24 | 1 | -55/+44 |
* | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner | 2009-07-24 | 7 | -67/+49 |
* | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 2009-07-24 | 2 | -4/+6 |
* | fix indentation. | Chris Lattner | 2009-07-24 | 1 | -14/+14 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 4 | -7/+8 |
* | Switch to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -9/+9 |
* | fix a mysterious and scary failure on test/CodeGen/X86/cstring.ll | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 4 | -31/+32 |
* | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner | 2009-07-24 | 4 | -28/+29 |
* | remove more bits of small section support. | Chris Lattner | 2009-07-24 | 3 | -36/+4 |
* | remove more remnants of small section support. | Chris Lattner | 2009-07-24 | 4 | -53/+1 |
* | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner | 2009-07-24 | 6 | -114/+4 |
* | Thumb2 should use the register scavenger. | Evan Cheng | 2009-07-24 | 1 | -2/+1 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. | Dan Gohman | 2009-07-24 | 1 | -0/+9 |
* | Give the SCEV class a SubclassData field. | Dan Gohman | 2009-07-24 | 1 | -2/+9 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -8/+8 |
* | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi... | Evan Cheng | 2009-07-24 | 6 | -67/+29 |
* | Add tests for handling of globals and tls on the XCore. These currently fail | Richard Osborne | 2009-07-24 | 2 | -0/+58 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 6 | -62/+72 |
* | Update insertps handling based on feedback. Move to a v4f32 style | Eric Christopher | 2009-07-24 | 2 | -18/+15 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 53 | -4544/+13 |
* | Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio... | David Goodwin | 2009-07-24 | 16 | -211/+370 |
* | Added a 2+-byte NOP instruction to the Intel tables, | Sean Callanan | 2009-07-23 | 1 | -1/+4 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 6 | -97/+133 |
* | Write space padding as one string to speed up comment printing. | David Greene | 2009-07-23 | 2 | -4/+21 |
* | Thumb2 does not allow the use of "pc" register as part of the load / store ad... | Evan Cheng | 2009-07-23 | 3 | -23/+37 |
* | Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . | Reid Kleckner | 2009-07-23 | 1 | -4/+4 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 8 | -125/+661 |
* | "fix" PR4612, which is a crash on: | Chris Lattner | 2009-07-23 | 1 | -1/+5 |
* | Fix PR4614: the Intel C compiler defines _GNUC__ | Duncan Sands | 2009-07-23 | 1 | -2/+2 |
* | Revert r75581: it causes massive breakage in the Ada | Duncan Sands | 2009-07-23 | 1 | -0/+23 |
* | Switch ValueSymbolTable to StringRef based API. | Daniel Dunbar | 2009-07-23 | 4 | -33/+12 |
* | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar | 2009-07-23 | 2 | -2/+8 |
* | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner | 2009-07-23 | 3 | -110/+320 |
* | Fix up ARM constant island pass for Thumb2. | Evan Cheng | 2009-07-23 | 2 | -125/+151 |