| Commit message (Expand) | Author | Age | Files | Lines |
* | Shrink ADR and LDR from constantpool late during constantpool island pass. | Evan Cheng | 2009-08-14 | 5 | -17/+80 |
* | Add helpers for fetching basic types. | Owen Anderson | 2009-08-14 | 1 | -0/+36 |
* | New entry. | Evan Cheng | 2009-08-14 | 1 | -0/+3 |
* | Make TargetData optional in GlobalOpt and ArgumentPromotion. | Dan Gohman | 2009-08-14 | 2 | -15/+16 |
* | Make these matching rules more strict so that they don't | Dan Gohman | 2009-08-14 | 1 | -3/+3 |
* | Expose LLVMContext to llvm-c. | Erick Tryzelaar | 2009-08-14 | 2 | -40/+164 |
* | Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and | Dan Gohman | 2009-08-13 | 1 | -3/+3 |
* | TargetRegistry: Change AsmPrinter constructor to be typed as returning an | Daniel Dunbar | 2009-08-13 | 4 | -21/+18 |
* | Mark this test as requiring the powerpc target. | Daniel Dunbar | 2009-08-13 | 1 | -0/+3 |
* | llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. | Daniel Dunbar | 2009-08-13 | 4 | -6/+79 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 9 | -27/+39 |
* | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson | 2009-08-13 | 11 | -70/+110 |
* | When standard output is a terminal, set outs() to be unbuffered, to | Dan Gohman | 2009-08-13 | 1 | -1/+11 |
* | Make formatted_raw_ostream restore the buffer settings of the | Dan Gohman | 2009-08-13 | 2 | -15/+19 |
* | Take the fast path for any named value and any GlobalValue, which doesn't | Dan Gohman | 2009-08-13 | 1 | -1/+2 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 160 | -1598/+1985 |
* | Remove hack used to strip unwanted chars from section name | Bruno Cardoso Lopes | 2009-08-13 | 4 | -146/+87 |
* | Add a method to return BSSSection from TargetLoweringObjectFile | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+1 |
* | Add a method to return if the ELF section contains only common symbols! | Bruno Cardoso Lopes | 2009-08-13 | 2 | -0/+13 |
* | Add unimplemented destructor declarations to hopefully address | Dan Gohman | 2009-08-13 | 1 | -0/+6 |
* | Fix a compiler warning about comparing signed with unsigned. | Dan Gohman | 2009-08-13 | 1 | -1/+1 |
* | * Moved all tool version requirements to the same place | Misha Brukman | 2009-08-13 | 1 | -14/+22 |
* | Converted tabs to spaces. | Misha Brukman | 2009-08-13 | 1 | -2/+2 |
* | Grammar fix. | Misha Brukman | 2009-08-13 | 1 | -2/+2 |
* | Tweak svn:ignore | Daniel Dunbar | 2009-08-13 | 0 | -0/+0 |
* | TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the | Daniel Dunbar | 2009-08-13 | 4 | -19/+22 |
* | Add an assert to check copy_to_buffer's precondition. | Dan Gohman | 2009-08-13 | 1 | -0/+2 |
* | Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be | Dan Gohman | 2009-08-13 | 2 | -18/+4 |
* | Add support to raw_ostream for sizing the buffer according to the | Dan Gohman | 2009-08-13 | 2 | -8/+48 |
* | Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 | Daniel Dunbar | 2009-08-13 | 1 | -1/+4 |
* | Reapply pieces of 78914 reverted in 78916, this has been fixed. | Daniel Dunbar | 2009-08-13 | 3 | -19/+15 |
* | Make raw_ostream non-copyable. | Dan Gohman | 2009-08-13 | 1 | -0/+4 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 11 | -33/+28 |
* | Add missing defs of R2 and D1. | Jim Grosbach | 2009-08-13 | 2 | -4/+4 |
* | Remove obsoleted files (from AsmPrinter move) | Daniel Dunbar | 2009-08-13 | 3 | -566/+0 |
* | Revert r78914, as it was breaking the build. | Owen Anderson | 2009-08-13 | 3 | -15/+19 |
* | Simplify this code so that it doesn't depend on raw_ostream being copyable. | Dan Gohman | 2009-08-13 | 1 | -3/+3 |
* | Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. | Sanjiv Gupta | 2009-08-13 | 7 | -19/+599 |
* | Track pristine registers as if they were live-in in the register scavenger. | Jakob Stoklund Olesen | 2009-08-13 | 1 | -14/+12 |
* | Use pristine register info in machine code verifier. | Jakob Stoklund Olesen | 2009-08-13 | 1 | -0/+11 |
* | Add MachineFrameInfo::getPristineRegisters(MBB) method. | Jakob Stoklund Olesen | 2009-08-13 | 3 | -2/+56 |
* | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin | 2009-08-13 | 4 | -7/+31 |
* | Move SetBufferSize and SetUnbuffered out of line. | Dan Gohman | 2009-08-13 | 2 | -18/+22 |
* | Finalize itineraries for cortex-a8 integer multiply | David Goodwin | 2009-08-13 | 6 | -55/+65 |
* | Fix the buffer handling logic so that write_impl is always called with | Dan Gohman | 2009-08-13 | 2 | -20/+29 |
* | Fix a 4x slowdown in llc -asm-verbose caused by the use of | Dan Gohman | 2009-08-13 | 1 | -18/+27 |
* | Remove unnecessary newline | Jim Grosbach | 2009-08-13 | 2 | -2/+2 |
* | Correct comment wording | Jim Grosbach | 2009-08-13 | 2 | -2/+2 |
* | reintroduce support for Mips "small" section handling. This is | Chris Lattner | 2009-08-13 | 8 | -51/+172 |
* | Fix the N>=64 case in the isInt<> and isUint<> templates. | Jakob Stoklund Olesen | 2009-08-13 | 1 | -2/+2 |