index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
TargetLoweringObjectFileImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[COFF] Use comdat shared constants for MinGW as well"
Martin Storsjo
2018-07-26
1
-1
/
+6
*
[COFF] Use comdat shared constants for MinGW as well
Martin Storsjo
2018-07-25
1
-6
/
+1
*
[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.
Martin Storsjo
2018-07-23
1
-3
/
+5
*
Recommit r335794 "Add support for generating a call graph profile from Branch...
Michael J. Spencer
2018-07-16
1
-7
/
+53
*
[COFF] Fix constant sharing regression for MinGW
Martin Storsjo
2018-06-28
1
-1
/
+4
*
Revert "Add support for generating a call graph profile from Branch Frequency...
Benjamin Kramer
2018-06-28
1
-47
/
+7
*
Add support for generating a call graph profile from Branch Frequency Info.
Michael J. Spencer
2018-06-27
1
-7
/
+47
*
Revert r335306 (and r335314) - the Call Graph Profile pass.
Chandler Carruth
2018-06-22
1
-47
/
+7
*
[Instrumentation] Add Call Graph Profile pass
Michael J. Spencer
2018-06-21
1
-7
/
+47
*
[X86] Fix 32-bit mingw comdat names, only add one underscore
Reid Kleckner
2018-06-21
1
-11
/
+6
*
[mingw] Fix GCC ABI compatibility for comdat things
Reid Kleckner
2018-06-21
1
-5
/
+18
*
Add some explanatory text to the associated symbol support.
Eric Christopher
2018-06-21
1
-1
/
+2
*
[WebAssembly] Ignore explicit section names for functions
Sam Clegg
2018-06-14
1
-0
/
+6
*
[MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFF
Reid Kleckner
2018-06-12
1
-0
/
+105
*
Tidy comment up a bit.
Eric Christopher
2018-05-18
1
-1
/
+1
*
Fix small grammar-o.
Eric Christopher
2018-05-16
1
-1
/
+1
*
Remove unused argument from emitModuleMetadata.
Eric Christopher
2018-04-20
1
-6
/
+6
*
[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
Steven Wu
2018-04-10
1
-0
/
+2
*
CodeGen: support an extension to pass linker options on ELF
Saleem Abdulrasool
2018-01-30
1
-1
/
+18
*
CodeGen: handle llvm.used properly for COFF
Saleem Abdulrasool
2018-01-20
1
-0
/
+5
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-09
1
-9
/
+20
*
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
Sam Clegg
2017-12-15
1
-2
/
+14
*
[WebAssembly] section kind can be code
Sam Clegg
2017-12-07
1
-1
/
+12
*
[COFF] Implement constructor priorities
Martin Storsjo
2017-11-28
1
-8
/
+29
*
NFC Remove default argument of DataLayout::getPointerABIAlignment
Fangrui Song
2017-11-15
1
-1
/
+1
*
[WebAssembly] Explicily disable comdat support for wasm output
Sam Clegg
2017-11-14
1
-9
/
+8
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-8
/
+5
*
[WebAssembly] MC: Support for init_array and fini_array
Sam Clegg
2017-10-03
1
-3
/
+5
*
[WebAssembly] MC: Create wasm data segments based on MCSections
Sam Clegg
2017-09-15
1
-3
/
+5
*
[WebAssembly] Remove flags from MCSectionWasm
Sam Clegg
2017-09-12
1
-9
/
+5
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-33
/
+16
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-4
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
CodeGen: add support for emitting ObjC image info
Saleem Abdulrasool
2017-06-05
1
-23
/
+70
*
Add support for #pragma clang section
Javed Absar
2017-06-05
1
-0
/
+19
*
Ignore !associated metadata with null argument.
Evgeniy Stepanov
2017-05-08
1
-1
/
+5
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-1
/
+2
*
[Profile] Make host tool aware of object format when quering prof section names
Xinliang David Li
2017-04-14
1
-4
/
+2
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-1
/
+3
*
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
Peter Collingbourne
2017-03-31
1
-31
/
+0
*
Add !associated metadata.
Evgeniy Stepanov
2017-03-17
1
-13
/
+50
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-27
1
-12
/
+24
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-3
/
+58
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-0
/
+52
*
[lto] add getLinkerOpts()
Bob Haarman
2017-02-02
1
-29
/
+32
*
Revert "[COFF] Use 32-bit jump table entries in .rdata for Win64"
Reid Kleckner
2016-12-29
1
-7
/
+0
*
[COFF] Use 32-bit jump table entries in .rdata for Win64
Reid Kleckner
2016-12-29
1
-0
/
+7
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-0
/
+6
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-11
/
+10
*
Target: Change various section classifiers in TargetLoweringObjectFile to tak...
Peter Collingbourne
2016-10-24
1
-45
/
+48
[prev]
[next]