Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
CodeGen
/
TargetLoweringObjectFileImpl.cpp
b9a4d1d
Implement -frecord-command-line (-frecord-gcc-switches)
by Scott Linder
· 7 years ago
4e27099
[MachO][TLOF] Add support for local symbols in the indirect symbol table
by Francis Visoiu Mistrih
· 7 years ago
a71fc88
[mingw] Use unmangled name after the $ in the section name
by Reid Kleckner
· 7 years ago
397841e
Reland "[WebAssembly] LSDA info generation"
by Heejin Ahn
· 7 years ago
4998e62
Revert "[WebAssembly] LSDA info generation"
by Krasimir Georgiev
· 7 years ago
2fa550c
[WebAssembly] LSDA info generation
by Heejin Ahn
· 7 years ago
b609135
[MC][ELF] fix newly added test
by Nick Desaulniers
· 7 years ago
4db84ee
Revert r344197 "[MC][ELF] compute entity size for explicit sections"
by Artem Dergachev
· 7 years ago
d784be6
[MC][ELF] compute entity size for explicit sections
by Nick Desaulniers
· 7 years ago
443a8ce
[COFF] Implement llvm.global_ctors priorities for MSVC COFF targets
by Reid Kleckner
· 7 years ago
2a751e1
Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."
by George Rimar
· 7 years ago
3c4edb8
[llvm-mc] - Allow to set custom flags for debug sections.
by George Rimar
· 7 years ago
fa3003a
Restore correct x86_64 EH encodings in kernel code model
by Lei Liu
· 7 years ago
3b9733f
[MC] Move EH DWARF encodings from MC to CodeGen, NFC
by Reid Kleckner
· 7 years ago
5311a6e
Simplify selectELFSectionForGlobal by pulling out the entry size
by Eric Christopher
· 7 years ago
bf9b77d
Tidy up logic around unique section name creation and remove a
by Eric Christopher
· 7 years ago
078cc9c
Revert "[COFF] Use comdat shared constants for MinGW as well"
by Martin Storsjo
· 7 years ago
f2f6b9c
[COFF] Use comdat shared constants for MinGW as well
by Martin Storsjo
· 7 years ago
ae3e2f0
[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.
by Martin Storsjo
· 7 years ago
3da6ce5
Recommit r335794 "Add support for generating a call graph profile from Branch Frequency Info." with fix for removed functions.
by Michael J. Spencer
· 7 years ago
d628d72
[COFF] Fix constant sharing regression for MinGW
by Martin Storsjo
· 7 years ago
1bbef2c
Revert "Add support for generating a call graph profile from Branch Frequency Info."
by Benjamin Kramer
· 7 years ago
71b21d8
Add support for generating a call graph profile from Branch Frequency Info.
by Michael J. Spencer
· 7 years ago
8e0778c
Revert r335306 (and r335314) - the Call Graph Profile pass.
by Chandler Carruth
· 7 years ago
3499852
[Instrumentation] Add Call Graph Profile pass
by Michael J. Spencer
· 7 years ago
b9c0a17
[X86] Fix 32-bit mingw comdat names, only add one underscore
by Reid Kleckner
· 7 years ago
845b439
[mingw] Fix GCC ABI compatibility for comdat things
by Reid Kleckner
· 7 years ago
54da16e
Add some explanatory text to the associated symbol support.
by Eric Christopher
· 7 years ago
10cde00
[WebAssembly] Ignore explicit section names for functions
by Sam Clegg
· 7 years ago
ff373df
[MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFF
by Reid Kleckner
· 7 years ago
3de2740
Tidy comment up a bit.
by Eric Christopher
· 7 years ago
bc809c3
Fix small grammar-o.
by Eric Christopher
· 7 years ago
26c5a96
Remove unused argument from emitModuleMetadata.
by Eric Christopher
· 7 years ago
bba7686
[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
by Steven Wu
· 7 years ago
e7676fe
CodeGen: support an extension to pass linker options on ELF
by Saleem Abdulrasool
· 8 years ago
860652c
CodeGen: handle llvm.used properly for COFF
by Saleem Abdulrasool
· 8 years ago
e92250a
[WebAssembly] Add COMDAT support
by Sam Clegg
· 8 years ago
5334180
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
by Sam Clegg
· 8 years ago
9310123
[WebAssembly] section kind can be code
by Sam Clegg
· 8 years ago
9ab4c27
[COFF] Implement constructor priorities
by Martin Storsjo
· 8 years ago
0b5d88f
NFC Remove default argument of DataLayout::getPointerABIAlignment
by Fangrui Song
· 8 years ago
336b488
[WebAssembly] Explicily disable comdat support for wasm output
by Sam Clegg
· 8 years ago
2b6b6ac
[WebAssembly] MC: Fix crash when -g specified.
by Sam Clegg
· 8 years ago
7fa3570
[WebAssembly] MC: Support for init_array and fini_array
by Sam Clegg
· 8 years ago
a9217f6
[WebAssembly] MC: Create wasm data segments based on MCSections
by Sam Clegg
· 8 years ago
c6a7215
[WebAssembly] Remove flags from MCSectionWasm
by Sam Clegg
· 8 years ago
9283a09
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata.
by Peter Collingbourne
· 8 years ago
19ca2b0
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
e3e43d9
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
5f20490
CodeGen: add support for emitting ObjC image info
by Saleem Abdulrasool
· 8 years ago
13aa077
Add support for #pragma clang section
by Javed Absar
· 8 years ago
fa138d2
Ignore !associated metadata with null argument.
by Evgeniy Stepanov
· 8 years ago
737d8b6
[ProfileData] Unify getInstrProf*SectionName helpers
by Vedant Kumar
· 8 years ago
e8752f4
[Profile] Make host tool aware of object format when quering prof section names
by Xinliang David Li
· 8 years ago
2fc706b
[Profile] PE binary coverage bug fix
by Xinliang David Li
· 8 years ago
8dc921e
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
by Peter Collingbourne
· 8 years ago
df808fe
Add !associated metadata.
by Evgeniy Stepanov
· 8 years ago
90d9920
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
53ff96a
[WebAssembly] Basic support for Wasm object file encoding.
by Dan Gohman
· 8 years ago
d660a5d
[WebAssembly] Add skeleton MC support for the Wasm container format
by Dan Gohman
· 8 years ago
ea59150
[lto] add getLinkerOpts()
by Bob Haarman
· 9 years ago
ac0bab8
Revert "[COFF] Use 32-bit jump table entries in .rdata for Win64"
by Reid Kleckner
· 9 years ago
0be69b1
[COFF] Use 32-bit jump table entries in .rdata for Win64
by Reid Kleckner
· 9 years ago
af672fb
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
bc347f2
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
by Tim Northover
· 9 years ago
80e2a2f
Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject.
by Peter Collingbourne
· 9 years ago
977fc82
Use profile info to set function section prefix to group hot/cold functions.
by Dehao Chen
· 9 years ago
a79c08f
Revert "In preparation for removing getNameWithPrefix off of
by Eric Christopher
· 9 years ago
172ce59
In preparation for removing getNameWithPrefix off of TargetMachine,
by Eric Christopher
· 9 years ago
768be7b
Revert "Remove extra argument used once on
by Eric Christopher
· 9 years ago
38ea316
Mark ELF sections whose name start with .note as note
by Petr Hosek
· 9 years ago
663e1b0
Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to the TLOF mach-o version.
by Eric Christopher
· 9 years ago
a619989
Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller.
by Eric Christopher
· 9 years ago
88a23b6
Move the Mangler from the AsmPrinter down to TLOF and clean up the
by Eric Christopher
· 9 years ago
6e61a44
Use the correct ctor/dtor section for dynamic-no-pic.
by Rafael Espindola
· 9 years ago
1a56948
Move code only used by codegen out of MC. NFC.
by Rafael Espindola
· 9 years ago
dea5ff1
Add support for allowing us to create uniquely identified "COMDAT" or "ELF
by Eric Christopher
· 9 years ago
4a90581
[ARM] Fix Thumb text sections' flags under COFF/Windows
by Renato Golin
· 9 years ago
63b34cd
IR: Introduce local_unnamed_addr attribute.
by Peter Collingbourne
· 9 years ago
6a70b9b
Simplify handling of hidden stub.
by Rafael Espindola
· 9 years ago
177be49
Remove .hot and .unlikely prefixes from function section names.
by Easwaran Raman
· 9 years ago
7f90dd2
[MC] Create unique .pdata sections for every .text section
by Reid Kleckner
· 9 years ago
5ac1e61
CodeGen: convert to range based loops
by Saleem Abdulrasool
· 9 years ago
5011913
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
by Peter Collingbourne
· 9 years ago
5261d13
Add prefix based function layout when profile is available.
by Dehao Chen
· 9 years ago
d6f2969
Revert "Add prefix based function layout when profile is available."
by Duncan P. N. Exon Smith
· 9 years ago
b23b0ff
[X86] Create mergeable constant pool entries for AVX
by David Majnemer
· 9 years ago
c1ae1f5
Add prefix based function layout when profile is available.
by Dehao Chen
· 9 years ago
36935fd
[X86] Use the correct alignment for COMDAT constant pool entries
by David Majnemer
· 9 years ago
20878db
Stop creating covmap as note section on ELF
by Xinliang David Li
· 10 years ago
77c763c
[Objective-C] Support a new special module flag.
by Manman Ren
· 10 years ago
c4dee26
[PGO] [Coverage] put covmap into note section with no 'alloc flag' (Linux)
by Xinliang David Li
· 10 years ago
cfc74b7
Stop producing .data.rel sections.
by Rafael Espindola
· 10 years ago
8dcaa9f
Drop prelink support.
by Rafael Espindola
· 10 years ago
05f66f3
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
by Peter Collingbourne
· 10 years ago
412db35
Sink COFF.h MC include into .cpp files
by Reid Kleckner
· 10 years ago
d3c712e
Fix some comment typos.
by Benjamin Kramer
· 10 years ago
a5574d6
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
by Mehdi Amini
· 10 years ago
fd8c985
COFF: Do not assign linker-weak symbols to selectany comdat sections.
by Peter Collingbourne
· 10 years ago
a6367d9
Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup.
by Peter Collingbourne
· 10 years ago
Next »