aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
AgeCommit message (Expand)Author
2013-01-11Simplify writing floating types to assembly.Tim Northover
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-08Allow the asm printer to print fp128 values properly.Tim Northover
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes
2012-12-12Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-20Whitespace.Eric Christopher
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-03-23Pretty-printing comments for literal floating point in .s files.Jim Grosbach
2012-03-20It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling
2012-03-06Hoist common code out of if statement.Jakob Stoklund Olesen
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-15Modify the code that emits the module flags to use the new module flags accessorBill Wendling
2012-02-14Add code to the target lowering object file module to handle module flags.Bill Wendling
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-01-31with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner
2012-01-31don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner
2012-01-30Chris's constant data sequence refactoring actually enabled printingChandler Carruth
2012-01-30when verbose asm is on, print integers in ConstantDataSequentials justChris Lattner
2012-01-30don't lose tail padding on ConstantDataAggregate vec3's.Chris Lattner
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2012-01-25Use the right method to get the # elements in a CDS.Chris Lattner
2012-01-24Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie