Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parameter)
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2010-07-24 Devang PatelUse current working directory when Dirname is empty...
2010-07-23 Devang PatelRevert r109262.
2010-07-23 Devang PatelIF directory name is empty then try to extract one...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Jim Grosbach80 column and trailing whitespace cleanup
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-19 Devang PatelFix PR 7662.
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-17 Bill WendlingUse isPrologLabel() instead of checking the opcode...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-08 Stuart HastingsReverting r107918 and r107919. Radar 8063111.
2010-07-08 Devang PatelRelax assertion. In optimized code, it is possible...
2010-07-08 Stuart HastingsFix decl/def debug info for template functions. Radar...
2010-07-08 Devang PatelReuse DIEInteger for 1. This is frequently used while...
2010-07-07 Devang PatelOne MDNode may be used to create regular DIE as well...
2010-07-07 Devang PatelRename couple of maps.
2010-07-07 Devang Patel80 cols.
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Bill WendlingMake the "linker_private" linkage type emit a non-weak...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Devang PatelDo not require line number entry for undefined local...
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-06-30 Devang PatelDo not construct DIE for already processed MDNode.
2010-06-30 Devang PatelAdd variables into a scope before constructing scope...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Devang PatelPrint InlinedAt location.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Devang PatelDo not hardcode DW_AT_stmt_list value.
2010-06-28 Devang PatelUse DW_FORM_addr for DW_AT_entry_pc.
2010-06-28 Devang PatelInclude inlined function in list of processed subprograms.
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...
2010-06-28 Devang PatelRemove dead code.
2010-06-25 Devang PatelCollect debug info for optimized variables of inlined...
2010-06-24 Devang PatelDBG_VALUE machine instruction pointing to undefined...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Devang PatelDiscard special LLVM prefix from linkage name.
2010-06-22 Devang PatelDo not rely on Twine temporaries to survive.
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-16 Eric ChristopherDon't emit the linkage for initializer label for mach...
2010-06-15 Stuart HastingsAdded a comment.
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-03 Eric ChristopherOne underscore, not two.
2010-06-02 Devang PatelSkip identical instruction while calculating DBG_VALUE...
2010-06-02 Devang PatelUse local small vector.
2010-06-01 Devang PatelIgnore line number of debug value in undefined register.
2010-05-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-27 Devang PatelDo not drop location info for inlined function args.
2010-05-27 Devang Patelinlined function's arguments need a label to mark the...
2010-05-27 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-26 Devang PatelThere is no need to force an line number entry (using...
2010-05-26 Devang PatelIdentify instructions, that needs a label to mark debug...
2010-05-26 Devang PatelRemove dead code.
2010-05-26 Devang PatelDo not construct location list backword!
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-25 Eric ChristopherMove the verbose asm output up a bit so it can be used...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-24 Devang PatelDo not emit line number entries for unknown debug values.
2010-05-24 Nicolas GeoffrayEncode the Caml frametable by following what the commen...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-22 Devang PatelCollect variable information during endFunction() inste...
2010-05-21 Devang PatelSimplify
2010-05-21 Devang PatelSimplify.
2010-05-20 Devang PatelRefactor.
2010-05-20 Devang PatelSplit DbgVariable. Eventually, variable info will be...
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-19 Devang PatelRevert r104165.
2010-05-19 Devang PatelThere is no need to maintain InsnsBeginScopeSet separately.
2010-05-14 Devang PatelDo not forget to mark prcessed arguments.
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-14 Devang PatelAdd support to preserve type info for the variables...
2010-05-14 Daniel DunbarInline Asm: Ensure buffer is newline terminated to...
2010-05-12 Duncan SandsRemove unused variable. Tweak a comment while there.
2010-05-12 Nathan Jeffordsupdated support for the COFF .linkonce
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
2010-05-07 Devang PatelInstead of just verifying compile unit, verify entire...
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelVerify entire type descriptor not just tag.
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Dan GohmanDisable the new unknown-location code for now. It cause...
2010-05-06 Dan GohmanUpdate LabelsBeforeInsn also, when creating unknown...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-05 Dan GohmanEmit debug info for MachineInstrs with unknown debug...
2010-05-04 Devang PatelSet DW_AT_APPLE_omit_frame_ptr in endFunction() where...
2010-05-01 Dale JohannesenDon't count debug info as instructions. This was
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
next