aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
AgeCommit message (Expand)Author
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-03-23Pretty-printing comments for literal floating point in .s files.Jim Grosbach
2012-03-20It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling
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-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
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-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
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-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-24Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-12Revert accidental commit.Bill Wendling
2012-01-12Fix the code that was WRONG.Bill Wendling
2011-12-20Add basic generic CodeGen support for half.Dan Gohman
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-07Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman
2011-12-06Use logarithmic units for basic block alignment.Jakob Stoklund Olesen
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-11-15We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-09-29Place this bracket according to the LLVM style.Duncan Sands
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-08-31Fix Size TypingDavid Greene
2011-08-31Compress Repeated Byte OutputDavid Greene
2011-08-28Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands
2011-08-01Remove an unnecessary cast.Jay Foad
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-19Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad
2011-07-19Add a frame with the compact unwind encoding if it exists.Bill Wendling
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-06-24Handle debug info for i128 constants.Devang Patel