Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
llvm
/
lib
/
CodeGen
/
TargetLoweringObjectFileImpl.cpp
12fd3da
[WebAssembly] MC: Fix crash when -g specified.
by Sam Clegg
· 8 years ago
b2b019f
[WebAssembly] MC: Support for init_array and fini_array
by Sam Clegg
· 8 years ago
759631c
[WebAssembly] MC: Create wasm data segments based on MCSections
by Sam Clegg
· 8 years ago
2176a9f
[WebAssembly] Remove flags from MCSectionWasm
by Sam Clegg
· 8 years ago
89061b2
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata.
by Peter Collingbourne
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
4c47434
CodeGen: add support for emitting ObjC image info
by Saleem Abdulrasool
· 8 years ago
b16d146
Add support for #pragma clang section
by Javed Absar
· 8 years ago
f7e8acf
Ignore !associated metadata with null argument.
by Evgeniy Stepanov
· 8 years ago
1a6a2b6
[ProfileData] Unify getInstrProf*SectionName helpers
by Vedant Kumar
· 8 years ago
4a5ddf8
[Profile] Make host tool aware of object format when quering prof section names
by Xinliang David Li
· 8 years ago
57dea2d
[Profile] PE binary coverage bug fix
by Xinliang David Li
· 8 years ago
c66018e
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
by Peter Collingbourne
· 8 years ago
51c962f72
Add !associated metadata.
by Evgeniy Stepanov
· 9 years ago
fa912a7
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
d934cb8
[WebAssembly] Basic support for Wasm object file encoding.
by Dan Gohman
· 9 years ago
18eafb6
[WebAssembly] Add skeleton MC support for the Wasm container format
by Dan Gohman
· 9 years ago
dd4ebc1
[lto] add getLinkerOpts()
by Bob Haarman
· 9 years ago
cd46c1d
Revert "[COFF] Use 32-bit jump table entries in .rdata for Win64"
by Reid Kleckner
· 9 years ago
c9e0a15
[COFF] Use 32-bit jump table entries in .rdata for Win64
by Reid Kleckner
· 9 years ago
52a7dd7
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
b64fb45
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
by Tim Northover
· 9 years ago
6733564
Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject.
by Peter Collingbourne
· 9 years ago
302b69c
Use profile info to set function section prefix to group hot/cold functions.
by Dehao Chen
· 9 years ago
c39f8b0
Revert "In preparation for removing getNameWithPrefix off of
by Eric Christopher
· 9 years ago
2bd52b5
In preparation for removing getNameWithPrefix off of TargetMachine,
by Eric Christopher
· 9 years ago
c4636b3
Revert "Remove extra argument used once on
by Eric Christopher
· 9 years ago
1290355
Mark ELF sections whose name start with .note as note
by Petr Hosek
· 9 years ago
a1ccdc3
Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to the TLOF mach-o version.
by Eric Christopher
· 9 years ago
0be7793
Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller.
by Eric Christopher
· 9 years ago
4367c7f
Move the Mangler from the AsmPrinter down to TLOF and clean up the
by Eric Christopher
· 9 years ago
412a529
Use the correct ctor/dtor section for dynamic-no-pic.
by Rafael Espindola
· 9 years ago
46fa231
Move code only used by codegen out of MC. NFC.
by Rafael Espindola
· 9 years ago
36e601c
Add support for allowing us to create uniquely identified "COMDAT" or "ELF
by Eric Christopher
· 9 years ago
ef3eb06
[ARM] Fix Thumb text sections' flags under COFF/Windows
by Renato Golin
· 9 years ago
96efdd6
IR: Introduce local_unnamed_addr attribute.
by Peter Collingbourne
· 9 years ago
712f957
Simplify handling of hidden stub.
by Rafael Espindola
· 9 years ago
01d98ba
Remove .hot and .unlikely prefixes from function section names.
by Easwaran Raman
· 9 years ago
97837b7
[MC] Create unique .pdata sections for every .text section
by Reid Kleckner
· 9 years ago
e0f0c0e
CodeGen: convert to range based loops
by Saleem Abdulrasool
· 9 years ago
265ebd7
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
by Peter Collingbourne
· 9 years ago
f84b630
Add prefix based function layout when profile is available.
by Dehao Chen
· 10 years ago
b3613fc
Revert "Add prefix based function layout when profile is available."
by Duncan P. N. Exon Smith
· 10 years ago
964b70d
[X86] Create mergeable constant pool entries for AVX
by David Majnemer
· 10 years ago
c5f76f7
Add prefix based function layout when profile is available.
by Dehao Chen
· 10 years ago
a3ea407
[X86] Use the correct alignment for COMDAT constant pool entries
by David Majnemer
· 10 years ago
1153f19
Stop creating covmap as note section on ELF
by Xinliang David Li
· 10 years ago
c77e0ff
[Objective-C] Support a new special module flag.
by Manman Ren
· 10 years ago
5f04f92
[PGO] [Coverage] put covmap into note section with no 'alloc flag' (Linux)
by Xinliang David Li
· 10 years ago
449711c
Stop producing .data.rel sections.
by Rafael Espindola
· 10 years ago
65e4902
Drop prelink support.
by Rafael Espindola
· 10 years ago
94d7786
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
by Peter Collingbourne
· 10 years ago
1f13d47
Sink COFF.h MC include into .cpp files
by Reid Kleckner
· 10 years ago
df005cb
Fix some comment typos.
by Benjamin Kramer
· 10 years ago
5c0fa58
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
by Mehdi Amini
· 10 years ago
1feef2e
COFF: Do not assign linker-weak symbols to selectany comdat sections.
by Peter Collingbourne
· 10 years ago
aef3659
Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup.
by Peter Collingbourne
· 10 years ago
a869576
Create a MCSymbolELF.
by Rafael Espindola
· 10 years ago
13760bd
MC: Clean up MCExpr naming. NFC.
by Jim Grosbach
· 10 years ago
0709a7b
Move alignment from MCSectionData to MCSection.
by Rafael Espindola
· 10 years ago
6f48200
MC: Clean up method names in MCContext.
by Jim Grosbach
· 10 years ago
8ca44f0
Implement unique sections with an unique ID.
by Rafael Espindola
· 10 years ago
7db449a
COFF: Let globals with private linkage reside in their own section
by David Majnemer
· 11 years ago
63b1d99
Revert "COFF: Let globals with private linkage reside in their own section"
by David Majnemer
· 11 years ago
21fecf9
Revert "Address review comments"
by David Majnemer
· 11 years ago
564404c
Address review comments
by David Majnemer
· 11 years ago
47e3842
COFF: Let globals with private linkage reside in their own section
by David Majnemer
· 11 years ago
ab447e4
Put jump tables in unique sections on COFF.
by Rafael Espindola
· 11 years ago
618c67a
[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents
by Bruno Cardoso Lopes
· 11 years ago
4491d0d
Put jump tables in distinct sections if -ffunction-sections is used.
by Rafael Espindola
· 11 years ago
8bc9ccc
Support SHF_MERGE sections in COMDATs.
by Rafael Espindola
· 11 years ago
9075f77
Use short names for jumptable sections.
by Rafael Espindola
· 11 years ago
df19519
Add r228939 back with a fix.
by Rafael Espindola
· 11 years ago
68fa249
Add r228980 back.
by Rafael Espindola
· 11 years ago
fc3e626
Fix quoting of #pragma comment for MS compat, LLVM part.
by Michael Kuperstein
· 11 years ago
33cc107
Revert "On ELF, put PIC jump tables in a non executable section."
by Matthias Braun
· 11 years ago
d99f427
Revert a series of commits starting at r228886 which is triggering some
by Chandler Carruth
· 11 years ago
b6a812e
Add support for having multiple sections with the same name and comdat.
by Rafael Espindola
· 11 years ago
203c5b9
On ELF, put PIC jump tables in a non executable section.
by Rafael Espindola
· 11 years ago
29786d4
Put each jump table in an independent section if the function is too.
by Rafael Espindola
· 11 years ago
25d2c20
Don't repeat name in comment and clang-format a function.
by Rafael Espindola
· 11 years ago
f8d662a
Add a FIXME.
by Rafael Espindola
· 11 years ago
a092f17
Don' try to make sections in comdats SHF_MERGE.
by Rafael Espindola
· 11 years ago
ba31e27
Compute the ELF SectionKind from the flags.
by Rafael Espindola
· 11 years ago
093dcc4
Use isMergeableConst now that it is sane.
by Rafael Espindola
· 11 years ago
fad3901
Don't create multiple mergeable sections with -fdata-sections.
by Rafael Espindola
· 11 years ago
a05b3b7
Simplify code. NFC.
by Rafael Espindola
· 11 years ago
8b77065
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
by Eric Christopher
· 11 years ago
12ca34f
Bring r226038 back.
by Rafael Espindola
· 11 years ago
60b7213
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
by Timur Iskhodzhanov
· 11 years ago
67a79e7
Revert "Revert Don't create new comdats in CodeGen"
by Rafael Espindola
· 11 years ago
f5adf13
Revert Don't create new comdats in CodeGen
by Timur Iskhodzhanov
· 11 years ago
fad1639
Don't create new comdats in CodeGen.
by Rafael Espindola
· 11 years ago
1e923ec
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
by Lang Hames
· 11 years ago
66f755f
Revert r224935 "Refactor duplicated code. No intended functionality change."
by Lang Hames
· 11 years ago
c43b063
[COFF] Don't try to add quotes to already quoted linker directives
by Michael Kuperstein
· 11 years ago
bed67f3
Refactor duplicated code.
by Rafael Espindola
· 11 years ago
5bf8fef
IR: Split Metadata from Value
by Duncan P. N. Exon Smith
· 11 years ago
c98ec0e
[Objective-C] Support a new special module flag that will be put into the
by Manman Ren
· 11 years ago
Next »