Remove unused variable.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2012-02-07 Devang PatelRemove tabs.
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Devang PatelEmit new property tag.
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerdon't emit a 1-byte object as a .fill. This is silly...
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Chris Lattnerwhen verbose asm is on, print integers in ConstantDataS...
2012-01-30 Chris Lattnerdon't lose tail padding on ConstantDataAggregate vec3's.
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...
2012-01-25 Chris LattnerUse the right method to get the # elements in a CDS.
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Benjamin KramerBit pack DIE structures better.
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-17 Rafael EspindolaAdd 148175 back. I am unable to reproduce any non deter...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-14 Duncan SandsSpeculatively revert commit 148175 (rafael), to see...
2012-01-14 Rafael EspindolaOnly emit the Leh_func_endN symbol when needed.
2012-01-13 Rafael EspindolaRemove previous commit while I debug the bot failures.
2012-01-13 Rafael EspindolaRemove label that is not used anymore.
2012-01-12 Bill WendlingRevert accidental commit.
2012-01-12 Bill WendlingFix the code that was WRONG.
2012-01-06 Eric ChristopherAdd a comment and ensure that anyone else looking at...
2012-01-06 Eric ChristopherUse const vector references instead of a vector copy...
2012-01-06 Eric ChristopherUse -> instead of (*iter).
2012-01-06 Eric ChristopherFix a leak I noticed while reviewing the accelerator...
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-16 Eric ChristopherResolve part of a fixme and add a new one.
2011-12-16 Eric ChristopherAdd a fixme here.
2011-12-16 Eric ChristopherExtraneous whitespace and 80-col.
2011-12-14 Nick LewyckyDW_AT_virtuality is also defined to be constant, not...
2011-12-13 Nick LewyckyDW_AT_accessibility is "constant" class, not form class...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Eli FriedmanSupport vector bitcasts in the AsmPrinter. PR11495.
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-12-04 Eric ChristopherAdd inline subprogram names to the name lookup table...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-15 Eric ChristopherStabilize the output of the dwarf accelerator tables...
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-11 Eric ChristopherInitialize variable.
2011-11-11 Eric ChristopherIf we have a DIE with an AT_specification use that...
2011-11-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
2011-11-10 Eric ChristopherMake types and namespaces take multiple DIEs for the...
2011-11-10 Eric ChristopherMove type handling to make sure we get all created...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-09 Benjamin KramerAdd comments.
2011-11-09 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-09 Devang PatelRemove extra ';'
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-08 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-08 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-08 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Eric ChristopherMove the hash function to using and taking a StringRef.
2011-11-07 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-07 Eric ChristopherUse StringRef::startswith to do some string comparisons.
2011-11-07 Eric ChristopherAvoid the use of a local temporary for comment twines.
2011-11-07 Eric ChristopherAllow for the case where the name of the subprogram...
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd new files to cmake.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherAdd a new dwarf accelerator table prototype with the...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-07 Eric ChristopherFix up comment.
2011-11-07 Eric ChristopherTypo.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-25 Nick LewyckyRemove dead enum value. There is no DIESectionOffset.
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-18 Nick LewyckyMissed a spot!
2011-10-18 Nick LewyckyFix some typo/formatting issues. No functionality change.
2011-10-17 Nick LewyckyMinor style cleanup, no functionality change.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Benjamin KramerTwinify better.
next