summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-22
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Pretty-printing comments for literal floating point in .s files.Jim Grosbach2012-03-23
* It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling2012-03-20
* Hoist common code out of if statement.Jakob Stoklund Olesen2012-03-06
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-22
* Modify the code that emits the module flags to use the new module flags accessorBill Wendling2012-02-15
* Add code to the target lowering object file module to handle module flags.Bill Wendling2012-02-14
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-31
* don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner2012-01-31
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-30
* when verbose asm is on, print integers in ConstantDataSequentials justChris Lattner2012-01-30
* don't lose tail padding on ConstantDataAggregate vec3's.Chris Lattner2012-01-30
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Use the right method to get the # elements in a CDS.Chris Lattner2012-01-25
* Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner2012-01-24
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Revert accidental commit.Bill Wendling2012-01-12
* Fix the code that was WRONG.Bill Wendling2012-01-12
* Add basic generic CodeGen support for half.Dan Gohman2011-12-20
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-07
* Use logarithmic units for basic block alignment.Jakob Stoklund Olesen2011-12-06
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola2011-11-15
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Place this bracket according to the LLVM style.Duncan Sands2011-09-29
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Fix Size TypingDavid Greene2011-08-31
* Compress Repeated Byte OutputDavid Greene2011-08-31
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-28
* Remove an unnecessary cast.Jay Foad2011-08-01
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Add a frame with the compact unwind encoding if it exists.Bill Wendling2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Handle debug info for i128 constants.Devang Patel2011-06-24
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-22
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* Handle jump tables. Test to follow soon.Rafael Espindola2011-06-15