| Commit message (Expand) | Author | Age | Files | Lines |
| * | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 2 | -33/+15 |
| * | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 2 | -15/+33 |
| * | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 1 | -0/+6 |
| * | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 1 | -0/+9 |
| * | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 1 | -1/+7 |
| * | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 1 | -0/+43 |
| * | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
| * | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 2 | -17/+184 |
| * | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 1 | -0/+10 |
| * | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 1 | -6/+1 |
| * | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 1 | -0/+8 |
| * | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 1 | -1/+2 |
| * | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -0/+1 |
| * | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar | 2010-03-19 | 1 | -0/+13 |
| * | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 1 | -0/+6 |
| * | use ins/outs | Chris Lattner | 2010-03-18 | 1 | -24/+24 |
| * | MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, | Daniel Dunbar | 2010-03-18 | 1 | -0/+5 |
| * | offsetof always has type size_t. | Dan Gohman | 2010-03-18 | 1 | -1/+1 |
| * | Fix a name clash that was breaking MSVC builds. | Benjamin Kramer | 2010-03-18 | 1 | -1/+1 |
| * | Explicitly cast std::min's arguments to avoid type mismatches. | Dan Gohman | 2010-03-18 | 1 | -2/+2 |
| * | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman | 2010-03-18 | 2 | -0/+28 |
| * | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson | 2010-03-18 | 1 | -1/+5 |
| * | Fix a bug found by inspection; in the __GNUC__ code, the alignment | Dan Gohman | 2010-03-18 | 1 | -8/+9 |
| * | Nick wants these alphabetized | Andrew Lenharth | 2010-03-18 | 1 | -1/+1 |
| * | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman | 2010-03-18 | 3 | -24/+50 |
| * | Reapply r98755 with a thinko which miscompiled gengtype fixed. | Dan Gohman | 2010-03-18 | 1 | -24/+26 |
| * | MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee... | Daniel Dunbar | 2010-03-18 | 1 | -8/+9 |
| * | Add MCSymbol::isInSection. | Daniel Dunbar | 2010-03-18 | 1 | -4/+9 |
| * | MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo... | Daniel Dunbar | 2010-03-18 | 1 | -2/+20 |
| * | Revert 98755, which may be causing trouble. | Dan Gohman | 2010-03-17 | 1 | -26/+24 |
| * | Change SCEVNAryExpr's operand array from a SmallVector to a plain | Dan Gohman | 2010-03-17 | 1 | -24/+26 |
| * | Remove an unnecessary (and misspelled) typedef. Tweak whitespace. | Bob Wilson | 2010-03-17 | 1 | -3/+3 |
| * | missing include | Andrew Lenharth | 2010-03-17 | 1 | -0/+1 |
| * | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner | 2010-03-17 | 1 | -3/+4 |
| * | remove dead variable, patch by Nathan Howell! | Chris Lattner | 2010-03-17 | 1 | -5/+0 |
| * | work around an MSVC2010 bug, PR6504 | Chris Lattner | 2010-03-16 | 1 | -1/+2 |
| * | fix PR6589 | Gabor Greif | 2010-03-16 | 2 | -3/+6 |
| * | Fix the third (and last known) case of code update problems due | Chris Lattner | 2010-03-16 | 1 | -0/+5 |
| * | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar | 2010-03-15 | 1 | -5/+43 |
| * | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar | 2010-03-15 | 1 | -0/+7 |
| * | MC/Mach-O: Add MCSectionMachO::getType() | Daniel Dunbar | 2010-03-15 | 1 | -3/+5 |
| * | Implement support for the case when a reference to a addr-of-bb | Chris Lattner | 2010-03-15 | 1 | -0/+8 |
| * | Extend MemoryBuffer::getFile() to take an optional "stat" structure | Douglas Gregor | 2010-03-15 | 1 | -2/+5 |
| * | Fix the case when a reference to an address taken BB is emitted in one | Chris Lattner | 2010-03-15 | 1 | -1/+3 |
| * | Don't save a temporary string into a StringRef field. | Jeffrey Yasskin | 2010-03-15 | 1 | -1/+1 |
| * | fix MCSectionELF to not leak memory, just like I did for MCSymbol. | Chris Lattner | 2010-03-15 | 2 | -5/+6 |
| * | fix a memory leak yjasskin pointed out: MCSymbol is bump pointer | Chris Lattner | 2010-03-15 | 2 | -9/+8 |
| * | MachineMove ctor doesn't need to to mutate input, add 'const' | Chris Lattner | 2010-03-15 | 1 | -1/+2 |
| * | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin | 2010-03-15 | 3 | -0/+38 |
| * | remove dead method. | Chris Lattner | 2010-03-15 | 1 | -4/+0 |