Age | Commit message (Expand) | Author |
2006-01-27 | Stub out a method | Chris Lattner |
2006-01-26 | Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. | Jim Laskey |
2006-01-24 | rename method | Chris Lattner |
2006-01-23 | Print file-scope inline asm blocks at the start of the output file. | Chris Lattner |
2006-01-12 | If using __main, emit global ctor/dtor list like any other global | Chris Lattner |
2006-01-04 | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey |
2006-01-04 | Tie dwarf generation to darwin assembler. | Jim Laskey |
2005-12-28 | add these so I can be less naughty | Duraid Madina |
2005-12-21 | Don't emit a null terminator, nor anything after it, to the ctor/dtor list | Chris Lattner |
2005-12-13 | Add a couple more fields, move ctor init list to .cpp file, add support | Chris Lattner |
2005-12-09 | Avoid emitting two tabs when switching to a named section | Chris Lattner |
2005-12-06 | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman |
2005-11-21 | Allow target to customize directive used to switch to arbitrary section in Sw... | Chris Lattner |
2005-11-21 | increment the function number in SetupMachineFunction | Chris Lattner |
2005-11-21 | Adjust to capitalized asmprinter method names | Chris Lattner |
2005-11-21 | Add section switching to common code generator code. Add a couple of | Chris Lattner |
2005-11-15 | Remove extraneous parents around constants when using a constant expr cast. | Chris Lattner |
2005-11-14 | Teach emitAlignment to handle explicit alignment requests by globals. | Chris Lattner |
2005-11-10 | Get rid of casts by #including the right header | Chris Lattner |
2005-11-10 | Compile C strings to: | Chris Lattner |
2005-11-10 | add support for .asciz, and enable it by default. If your target assemblerdo... | Chris Lattner |
2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
2005-08-08 | Handle 64-bit constant exprs on 64-bit targets. | Chris Lattner |
2005-05-15 | aCC and STLport complained about this, because they're like that | Duraid Madina |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-02 | add support for prefix/suffix strings to go around GlobalValue(s) | Duraid Madina |
2005-02-14 | Print GEP offsets as signed values instead of unsigned values. On X86, this | Chris Lattner |
2005-02-04 | fix constant pointer outputing on 64 bit machines | Andrew Lenharth |
2005-01-08 | Silence VS warnings | Chris Lattner |
2004-11-28 | Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully | Chris Lattner |
2004-10-16 | Add support for undef | Chris Lattner |
2004-08-24 | Do not use .xword and friends to emit zeros on V9. Apparently there are issues | Chris Lattner |
2004-08-18 | Rename var | Chris Lattner |
2004-08-17 | Add support for targets without a .zero directive | Chris Lattner |
2004-08-17 | Add support for alignment | Chris Lattner |
2004-08-17 | Use a designated comment character when printing comments. | Chris Lattner |
2004-08-17 | Add support for targets that have .quad, drop extra tab inserted | Chris Lattner |
2004-08-17 | Implement emitGlobalConstant | Chris Lattner |
2004-08-17 | We now allow targets to use any prefix they want for global symbols. Lets | Chris Lattner |
2004-08-17 | Some asmwriters want an _ prefix | Chris Lattner |
2004-08-16 | Initial implementation of the asmprinter base class | Chris Lattner |