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
*
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
*
[IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das
2015-09-24
1
-0
/
+3
*
If the "CodeView" module flag is set, emit codeview instead of DWARF
Reid Kleckner
2015-08-05
1
-1
/
+8
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-3
/
+3
*
Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
2015-03-13
1
-0
/
+6
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-22
/
+2
*
Verifier: Check for null operands in !llvm.module.flags
David Majnemer
2015-02-11
1
-2
/
+2
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-1
/
+0
*
Random Number Generator Refactoring (removing from Module)
JF Bastien
2014-12-17
1
-12
/
+20
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-13
/
+18
*
Ask the module for its the identified types.
Rafael Espindola
2014-12-03
1
-0
/
+14
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-3
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-2
/
+1
*
Add Position-independent Code model Module API.
Justin Hibbits
2014-11-07
1
-0
/
+13
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+2
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
1
-9
/
+4
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
1
-6
/
+0
*
Be more careful in parsing Module::ModFlagBehavior value
Alexey Samsonov
2014-09-08
1
-4
/
+15
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-4
/
+1
*
IR: cleanup Module::dropReferences
David Majnemer
2014-07-03
1
-6
/
+6
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-0
/
+8
*
Random Number Generator (llvm)
JF Bastien
2014-06-25
1
-1
/
+14
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-1
/
+4
*
Revert "Random Number Generator (llvm)"
JF Bastien
2014-06-18
1
-14
/
+1
*
Random Number Generator (llvm)
JF Bastien
2014-06-18
1
-1
/
+14
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-7
/
+6
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-2
/
+2
[next]