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
*
[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
*
Use profile info to set function section prefix to group hot/cold functions.
Dehao Chen
2016-10-18
1
-2
/
+6
*
Revert "In preparation for removing getNameWithPrefix off of
Eric Christopher
2016-10-14
1
-8
/
+1
*
In preparation for removing getNameWithPrefix off of TargetMachine,
Eric Christopher
2016-10-14
1
-1
/
+8
*
Revert "Remove extra argument used once on
Eric Christopher
2016-09-20
1
-8
/
+1
*
Mark ELF sections whose name start with .note as note
Petr Hosek
2016-09-20
1
-0
/
+5
*
Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to...
Eric Christopher
2016-09-20
1
-0
/
+7
*
Remove extra argument used once on TargetMachine::getNameWithPrefix and inlin...
Eric Christopher
2016-09-20
1
-1
/
+1
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-60
/
+49
*
Use the correct ctor/dtor section for dynamic-no-pic.
Rafael Espindola
2016-08-29
1
-1
/
+1
*
Move code only used by codegen out of MC. NFC.
Rafael Espindola
2016-08-29
1
-5
/
+55
*
Add support for allowing us to create uniquely identified "COMDAT" or "ELF
Eric Christopher
2016-07-01
1
-4
/
+2
*
[ARM] Fix Thumb text sections' flags under COFF/Windows
Renato Golin
2016-06-27
1
-5
/
+7
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-3
/
+1
*
Remove .hot and .unlikely prefixes from function section names.
Easwaran Raman
2016-05-16
1
-16
/
+2
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
1
-10
/
+13
*
CodeGen: convert to range based loops
Saleem Abdulrasool
2016-04-30
1
-36
/
+20
*
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne
2016-04-22
1
-0
/
+21
*
Add prefix based function layout when profile is available.
Dehao Chen
2016-02-23
1
-0
/
+16
*
Revert "Add prefix based function layout when profile is available."
Duncan P. N. Exon Smith
2016-02-23
1
-16
/
+0
*
[X86] Create mergeable constant pool entries for AVX
David Majnemer
2016-02-22
1
-2
/
+6
*
Add prefix based function layout when profile is available.
Dehao Chen
2016-02-22
1
-0
/
+16
*
[X86] Use the correct alignment for COMDAT constant pool entries
David Majnemer
2016-02-21
1
-2
/
+4
[next]