summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Implement constructor prioritiesMartin Storsjo2017-11-281-8/+29
* NFC Remove default argument of DataLayout::getPointerABIAlignmentFangrui Song2017-11-151-1/+1
* [WebAssembly] Explicily disable comdat support for wasm outputSam Clegg2017-11-141-9/+8
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-8/+5
* [WebAssembly] MC: Support for init_array and fini_arraySam Clegg2017-10-031-3/+5
* [WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg2017-09-151-3/+5
* [WebAssembly] Remove flags from MCSectionWasmSam Clegg2017-09-121-9/+5
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-33/+16
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* CodeGen: add support for emitting ObjC image infoSaleem Abdulrasool2017-06-051-23/+70
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+19
* Ignore !associated metadata with null argument.Evgeniy Stepanov2017-05-081-1/+5
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-1/+2
* [Profile] Make host tool aware of object format when quering prof section names Xinliang David Li2017-04-141-4/+2
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-1/+3
* Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.Peter Collingbourne2017-03-311-31/+0
* Add !associated metadata.Evgeniy Stepanov2017-03-171-13/+50
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-271-12/+24
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-3/+58
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+52
* [lto] add getLinkerOpts()Bob Haarman2017-02-021-29/+32
* Revert "[COFF] Use 32-bit jump table entries in .rdata for Win64"Reid Kleckner2016-12-291-7/+0
* [COFF] Use 32-bit jump table entries in .rdata for Win64Reid Kleckner2016-12-291-0/+7
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+6
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-11/+10
* Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne2016-10-241-45/+48
* Use profile info to set function section prefix to group hot/cold functions.Dehao Chen2016-10-181-2/+6
* Revert "In preparation for removing getNameWithPrefix off ofEric Christopher2016-10-141-8/+1
* In preparation for removing getNameWithPrefix off of TargetMachine,Eric Christopher2016-10-141-1/+8
* Revert "Remove extra argument used once onEric Christopher2016-09-201-8/+1
* Mark ELF sections whose name start with .note as notePetr Hosek2016-09-201-0/+5
* Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to...Eric Christopher2016-09-201-0/+7
* Remove extra argument used once on TargetMachine::getNameWithPrefix and inlin...Eric Christopher2016-09-201-1/+1
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-60/+49
* Use the correct ctor/dtor section for dynamic-no-pic.Rafael Espindola2016-08-291-1/+1
* Move code only used by codegen out of MC. NFC.Rafael Espindola2016-08-291-5/+55
* Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher2016-07-011-4/+2
* [ARM] Fix Thumb text sections' flags under COFF/WindowsRenato Golin2016-06-271-5/+7
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* Simplify handling of hidden stub.Rafael Espindola2016-05-171-3/+1
* Remove .hot and .unlikely prefixes from function section names.Easwaran Raman2016-05-161-16/+2
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-10/+13
* CodeGen: convert to range based loopsSaleem Abdulrasool2016-04-301-36/+20
* CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne2016-04-221-0/+21
* Add prefix based function layout when profile is available.Dehao Chen2016-02-231-0/+16
* Revert "Add prefix based function layout when profile is available."Duncan P. N. Exon Smith2016-02-231-16/+0
* [X86] Create mergeable constant pool entries for AVXDavid Majnemer2016-02-221-2/+6
* Add prefix based function layout when profile is available.Dehao Chen2016-02-221-0/+16
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-2/+4
OpenPOWER on IntegriCloud