aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-3/+1
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-1/+3
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-291-0/+15
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-0/+4
* Cleanup and document MachineLocation.Adrian Prantl2013-04-261-2/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-5/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+1
* Simplify writing floating types to assembly.Tim Northover2013-01-111-74/+32
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-3/+3
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-10/+10
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-081-9/+12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-9/+5
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+2
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-101-0/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-271-2/+7
* Whitespace.Eric Christopher2012-11-201-12/+8
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-5/+3
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-5/+5
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-4/+4
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-3/+5
* Revert 165732 for further review.Micah Villmow2012-10-111-5/+3
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-3/+5
* Move TargetData to DataLayout.Micah Villmow2012-10-081-30/+30
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+7
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-1/+2
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-071-45/+44
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-2/+1
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-4/+3
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-2/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-1/+1
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-7/+8
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-2/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-12/+1
* Pretty-printing comments for literal floating point in .s files.Jim Grosbach2012-03-231-2/+6
* It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling2012-03-201-11/+17
* Hoist common code out of if statement.Jakob Stoklund Olesen2012-03-061-13/+8
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-1/+1
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-1/+4
* Modify the code that emits the module flags to use the new module flags accessorBill Wendling2012-02-151-2/+4
* Add code to the target lowering object file module to handle module flags.Bill Wendling2012-02-141-0/+4
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-23/+10
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+9
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-10/+23
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-311-23/+10
* don't emit a 1-byte object as a .fill. This is silly and causesChris Lattner2012-01-311-1/+3
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-301-1/+1