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
/
IR
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Move global_objects and global_values out of line, NFC
Reid Kleckner
2019-11-22
1
-0
/
+16
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-1
/
+1
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
1
-4
/
+8
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-7
/
+6
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-6
/
+7
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-7
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Extend Module::getOrInsertGlobal to control the construction of the
Philip Pfaffe
2019-01-02
1
-8
/
+14
*
[macho] save the SDK version stored in module metadata into the version min and
Alex Lorenz
2018-12-14
1
-0
/
+40
*
Pass code-model through Module IR to LTO which will use it.
Caroline Tice
2018-09-21
1
-0
/
+19
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
1
-3
/
+5
*
Add remarks describing when a pass changes the IR instruction count of a module
Jessica Paquette
2018-05-18
1
-0
/
+7
*
Intrinsics calls should avoid the PLT when "RtLibUseGOT" metadata is present.
Sriraman Tallam
2018-02-23
1
-0
/
+9
*
Normalize constructor call syntax, NFCI.
Serge Guelton
2017-07-18
1
-1
/
+1
*
Have Module::createRNG return a unique_ptr
Serge Guelton
2017-07-12
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Support for taking the max of module flags when linking, use for PIE/PIC
Teresa Johnson
2017-05-23
1
-2
/
+2
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-05-10
1
-7
/
+27
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-1
/
+0
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-41
/
+0
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-0
/
+41
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-41
/
+0
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-0
/
+41
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-41
/
+0
*
[IR] Implement pairs of non-const and const methods using the const version i...
Craig Topper
2017-03-27
1
-1
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-9
/
+7
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-0
/
+8
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-6
/
+7
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-0
/
+5
*
Remove interface to get/set MaxFunctionCount
Easwaran Raman
2016-06-20
1
-12
/
+0
*
[Codegen] Change PICLevel.
Davide Italiano
2016-06-17
1
-1
/
+1
*
Add "PIE Level" metadata to module flags.
Sriraman Tallam
2016-04-28
1
-0
/
+14
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-0
/
+16
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Support the Nodebug emission kind for DICompileUnits.
Adrian Prantl
2016-04-08
1
-0
/
+14
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+9
*
Interface to get/set profile summary metadata to module
Easwaran Raman
2016-03-18
1
-0
/
+8
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
1
-1
/
+1
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
1
-1
/
+1
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
1
-1
/
+1
*
Bring back "Assert that we have all use/users in the getters."
Rafael Espindola
2016-01-15
1
-4
/
+2
*
Revert "Assert that we have all use/users in the getters."
Michael Zolotukhin
2016-01-14
1
-2
/
+4
*
Assert that we have all use/users in the getters.
Rafael Espindola
2015-12-19
1
-4
/
+2
*
Remove redundant argument. NFC.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
Drop materializeAllPermanently.
Rafael Espindola
2015-12-18
1
-7
/
+2
*
Drop support for dematerializing.
Rafael Espindola
2015-12-18
1
-11
/
+0
*
Interface to attach maximum function count from PGO to module as module flags.
Easwaran Raman
2015-12-03
1
-0
/
+12
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-1
/
+1
*
IR: Create SymbolTableList wrapper around iplist, NFC
Duncan P. N. Exon Smith
2015-10-07
1
-3
/
+3
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-2
/
+2
[next]