Add 'const' qualifiers to static const char* variables.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-11 Hal FinkelInitialize AsmPrinter::MF in the constructor
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-04 Nico RieckInitialize object file info before output streamer
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
2013-06-15 David BlaikieDebug Info: Don't print the display name and colon...
2013-06-07 Quentin ColombetTeach AsmPrinter how to print odd constants.
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
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-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-20 Eric ChristopherWhitespace.
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-23 Jim GrosbachPretty-printing comments for literal floating point...
2012-03-20 Bill WendlingIt's possible to have a constant expression who's size...
2012-03-06 Jakob Stoklund OlesenHoist common code out of if statement.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
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 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 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-12 Bill WendlingRevert accidental commit.
2012-01-12 Bill WendlingFix the code that was WRONG.
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
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-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-09-29 Duncan SandsPlace this bracket according to the LLVM style.
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-31 David GreeneFix Size Typing
2011-08-31 David GreeneCompress Repeated Byte Output
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-01 Jay FoadRemove an unnecessary cast.
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Bill WendlingAdd a frame with the compact unwind encoding if it...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-15 Rafael EspindolaHandle jump tables. Test to follow soon.
2011-06-14 Eli FriedmanRevert r133004 ; it's breaking nightly tests.
next