aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs.Devang Patel2012-02-071-17/+17
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-061-0/+11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-054-10/+10
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-23/+10
* Emit new property tag.Devang Patel2012-02-041-1/+29
* 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
* tidy up forward declarations.Chris Lattner2012-01-261-0/+2
* 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
* An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov2012-01-241-5/+14
* Bit pack DIE structures better.Benjamin Kramer2012-01-241-23/+23
* Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher2012-01-243-26/+0
* Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner2012-01-241-32/+91
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-20/+5
* Remove extraneous ';'s.Bill Wendling2012-01-231-1/+1
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-5/+20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-8/+3
* Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola2012-01-171-2/+4
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-1/+1
* Speculatively revert commit 148175 (rafael), to see if this fixesDuncan Sands2012-01-141-4/+2
* Only emit the Leh_func_endN symbol when needed.Rafael Espindola2012-01-141-2/+4
* Remove previous commit while I debug the bot failures.Rafael Espindola2012-01-131-0/+3
* Remove label that is not used anymore.Rafael Espindola2012-01-131-3/+0
* Revert accidental commit.Bill Wendling2012-01-121-65/+0
* Fix the code that was WRONG.Bill Wendling2012-01-121-0/+65
* Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher2012-01-061-6/+5
* Use const vector references instead of a vector copy. Spotted by Devang.Eric Christopher2012-01-061-4/+4
* Use -> instead of (*iter).Eric Christopher2012-01-061-10/+10
* Fix a leak I noticed while reviewing the accelerator table changes. PassesEric Christopher2012-01-061-0/+5
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-065-38/+110
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+2
* Add basic generic CodeGen support for half.Dan Gohman2011-12-201-7/+18
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-3/+2
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-161-2/+5
* Add a fixme here.Eric Christopher2011-12-161-0/+1
* Extraneous whitespace and 80-col.Eric Christopher2011-12-161-3/+2
* DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky2011-12-141-2/+2
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-131-6/+6
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-072-3/+3
* 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
* Add inline subprogram names to the name lookup table since they mayEric Christopher2011-12-041-0/+4