| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 2008-08-17 | 1 | -2/+2 |
* | PPC/Linux normally uses named section for bss | Anton Korobeynikov | 2008-08-16 | 1 | -0/+5 |
* | Use proper strings section name for PPC | Anton Korobeynikov | 2008-08-16 | 1 | -1/+1 |
* | Use correct name for TLS address resolution routine on x86-64 | Anton Korobeynikov | 2008-08-16 | 1 | -2/+2 |
* | Add interface for section override. Use this for Sparc, since it should use n... | Anton Korobeynikov | 2008-08-16 | 2 | -4/+11 |
* | Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th... | Anton Korobeynikov | 2008-08-16 | 1 | -0/+23 |
* | Reduce heap trashing due to std::string construction / concatenation via cach... | Anton Korobeynikov | 2008-08-16 | 6 | -7/+20 |
* | Build the X86GenFastISel.inc file. | Dan Gohman | 2008-08-14 | 1 | -0/+1 |
* | Also avoid pinsrw and pinsrb with a variable insertelement index. | Dan Gohman | 2008-08-14 | 1 | -1/+2 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 16 | -46/+50 |
* | Don't try to use the insertps instruction for vector | Dan Gohman | 2008-08-14 | 1 | -1/+1 |
* | Remove more uses of std::set. | Owen Anderson | 2008-08-14 | 1 | -3/+3 |
* | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman | 2008-08-13 | 1 | -2/+2 |
* | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 5 | -76/+127 |
* | When resolving a stub in x86-64 JIT, use a PC-relative branch | Dale Johannesen | 2008-08-12 | 1 | -2/+14 |
* | Make x86-64 JIT changes Darwin-specific. | Dale Johannesen | 2008-08-12 | 2 | -6/+23 |
* | Whitespace cleanup. Test commit. | Jim Grosbach | 2008-08-12 | 1 | -0/+1 |
* | In the absence of a linker to build the GOT, use the 32-bit | Dale Johannesen | 2008-08-12 | 1 | -1/+3 |
* | Some fixes for x86-64 JIT. Make it use small code | Dale Johannesen | 2008-08-11 | 3 | -15/+35 |
* | Implement ISD::TRAP support on PPC | Nate Begeman | 2008-08-11 | 4 | -2/+18 |
* | move some more stuff out of my email into readme.txt | Chris Lattner | 2008-08-10 | 1 | -0/+73 |
* | add a note | Chris Lattner | 2008-08-10 | 1 | -0/+13 |
* | Add an EXTRACTPSmr pattern to match the pattern that | Dan Gohman | 2008-08-08 | 2 | -0/+8 |
* | Properly print flags on Sparc | Anton Korobeynikov | 2008-08-08 | 1 | -6/+5 |
* | Generalize | Anton Korobeynikov | 2008-08-08 | 2 | -6/+6 |
* | Use mergeable strings sections on sparc | Anton Korobeynikov | 2008-08-08 | 1 | -0/+1 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 7 | -48/+25 |
* | Use chars, where possible | Anton Korobeynikov | 2008-08-08 | 1 | -30/+30 |
* | Convert PPC/Linux to new section printing stuff | Anton Korobeynikov | 2008-08-08 | 3 | -89/+74 |
* | Switch PPC/Darwin to new section handling stuff | Anton Korobeynikov | 2008-08-08 | 3 | -153/+107 |
* | Cleanup | Anton Korobeynikov | 2008-08-08 | 1 | -72/+70 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 6 | -21/+17 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 6 | -24/+41 |
* | Fix indentation. | Evan Cheng | 2008-08-08 | 1 | -8/+8 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 3 | -18/+19 |
* | Match raw "psp" triple target, as done by the homebrew toolchain. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -1/+2 |
* | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes | 2008-08-07 | 3 | -23/+52 |
* | Remove dead forward decl | Anton Korobeynikov | 2008-08-07 | 1 | -1/+0 |
* | Print section flags ok on platforms, which use '@' as comment string. Fix test. | Anton Korobeynikov | 2008-08-07 | 1 | -3/+9 |
* | Add assertion for easy debugging of missing stuff | Anton Korobeynikov | 2008-08-07 | 1 | -0/+2 |
* | Switch ARM to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 5 | -236/+227 |
* | Switch Alpha to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 1 | -63/+60 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 3 | -6/+4 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -6/+6 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -9/+9 |
* | Switch IA64 to new section-handling stuff | Anton Korobeynikov | 2008-08-07 | 3 | -71/+90 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -18/+16 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 2 | -10/+4 |
* | Switch Sparc to new section handling stuff. Refactor printing of module-level... | Anton Korobeynikov | 2008-08-07 | 4 | -77/+120 |
* | Add hook for constant pool section selection for darwin. | Anton Korobeynikov | 2008-08-07 | 2 | -5/+21 |