summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-1/+2
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-071-45/+44
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-2/+1
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-4/+3
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-2/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-1/+1
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-7/+8
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-2/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-12/+1
* Pretty-printing comments for literal floating point in .s files.Jim Grosbach2012-03-231-2/+6
* It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling2012-03-201-11/+17
* Hoist common code out of if statement.Jakob Stoklund Olesen2012-03-061-13/+8
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-1/+1
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-1/+4
* Modify the code that emits the module flags to use the new module flags accessorBill Wendling2012-02-151-2/+4
* Add code to the target lowering object file module to handle module flags.Bill Wendling2012-02-141-0/+4
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-23/+10
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+9
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-10/+23
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-311-23/+10
* don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner2012-01-311-1/+3
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-301-1/+1
* when verbose asm is on, print integers in ConstantDataSequentials justChris Lattner2012-01-301-0/+3
* don't lose tail padding on ConstantDataAggregate vec3's.Chris Lattner2012-01-301-21/+24
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-1/+1
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-22/+17
* Use the right method to get the # elements in a CDS.Chris Lattner2012-01-251-3/+3
* Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner2012-01-241-32/+91
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+1
* Revert accidental commit.Bill Wendling2012-01-121-65/+0
* Fix the code that was WRONG.Bill Wendling2012-01-121-0/+65
* Add basic generic CodeGen support for half.Dan Gohman2011-12-201-7/+18
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-071-2/+24
* Use logarithmic units for basic block alignment.Jakob Stoklund Olesen2011-12-061-1/+1
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-031-1/+1
* We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola2011-11-151-0/+12
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-1/+2
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-1/+4
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-1/+12
* Place this bracket according to the LLVM style.Duncan Sands2011-09-291-2/+1
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-1/+10
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-5/+5
* Fix Size TypingDavid Greene2011-08-311-1/+1
* Compress Repeated Byte OutputDavid Greene2011-08-311-3/+59
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-281-13/+36
* Remove an unnecessary cast.Jay Foad2011-08-011-1/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-1/+0
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+1
OpenPOWER on IntegriCloud