aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-23Pretty-printing comments for literal floating point in .s files.Jim Grosbach
2012-03-22In erroneous inline assembly we could mistakenly try to access theEric Christopher
2012-03-20It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling
2012-03-15For types with a parent of the compile unit make sure and emitEric Christopher
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-03-11DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-03-06Hoist common code out of if statement.Jakob Stoklund Olesen
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-03-02Grammar-o in function name.Eric Christopher
2012-03-02Grammar.Eric Christopher
2012-03-02If the linkage name doesn't exist we're supposed to emit a referenceEric Christopher
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher
2012-02-22Add the source language into the compile unit.Eric Christopher
2012-02-22Remove extra semi-colon.Eric Christopher
2012-02-21There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher
2012-02-15Modify the code that emits the module flags to use the new module flags accessorBill Wendling
2012-02-14Add code to the target lowering object file module to handle module flags.Bill Wendling
2012-02-07Remove tabs.Devang Patel
2012-02-06DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-04Emit new property tag.Devang Patel
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-01-31with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner
2012-01-31don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner
2012-01-30Chris's constant data sequence refactoring actually enabled printingChandler Carruth
2012-01-30when verbose asm is on, print integers in ConstantDataSequentials justChris Lattner
2012-01-30don't lose tail padding on ConstantDataAggregate vec3's.Chris Lattner
2012-01-26tidy up forward declarations.Chris Lattner
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2012-01-25Use the right method to get the # elements in a CDS.Chris Lattner
2012-01-24An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov
2012-01-24Bit pack DIE structures better.Benjamin Kramer
2012-01-24Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher
2012-01-24Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner
2012-01-24Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth
2012-01-23Remove extraneous ';'s.Bill Wendling
2012-01-23An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-17Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola