OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-24 Eric ChristopherFormatting and whitespace.
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-14 Stephen Hinesam 78c041bd: am 1c4ad5ef: Merge branch \'upstream\...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen HinesMerge branch 'jb-mr1-dev' of https://googleplex-android...
2012-09-10 Stephen HinesMerge branch 'upstream' into merge-2012_09_10
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2011-11-14 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-06-23 Nowar GuMerge upstream to r133679 at Thu. 23th Jun 2011.
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-21 Devang PatelRefactor.
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Jim Grosbachtidy up
2010-07-21 Jim Grosbachtidy up
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
next