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] 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
*
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
2014-04-17
1
-0
/
+8
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-6
/
+6
*
Module: Don't rename in getOrInsertFunction()
Duncan P. N. Exon Smith
2014-03-10
1
-10
/
+0
*
[C++11] Modernize the IR library a bit.
Benjamin Kramer
2014-03-10
1
-4
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[Layering] Move GVMaterializer.h into the IR library where its
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix resetting the DataLayout in a Module.
Rafael Espindola
2014-02-25
1
-1
/
+5
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-2
/
+26
*
Return an error_code from materializeAllPermanently.
Rafael Espindola
2014-01-14
1
-7
/
+5
*
Use error_code in Module::materializeAll.
Rafael Espindola
2014-01-14
1
-9
/
+7
*
Re-remove dead code.
Nadav Rotem
2014-01-09
1
-45
/
+0
*
Revert r198819 - "Remove dead code."
Nadav Rotem
2014-01-09
1
-0
/
+45
*
Remove dead code.
Rafael Espindola
2014-01-09
1
-45
/
+0
*
When parsing data layout string looking for endianness, use the correct default
Dmitri Gribenko
2013-12-20
1
-1
/
+1
*
Correctly apply the default pointer size
Dmitri Gribenko
2013-12-20
1
-1
/
+1
*
Debug Info: drop debug info via upgrading path if version number does not match.
Manman Ren
2013-12-02
1
-5
/
+10
*
Use error_code in GVMaterializer.
Rafael Espindola
2013-11-05
1
-4
/
+15
*
Reuse variable
Matt Arsenault
2013-09-30
1
-1
/
+1
*
Fix getOrInsertGlobal dropping the address space.
Matt Arsenault
2013-09-30
1
-2
/
+4
*
Fix typo
Matt Arsenault
2013-09-28
1
-1
/
+1
*
Make these methods const correct.
Rafael Espindola
2013-07-25
1
-2
/
+1
*
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2013-07-16
1
-0
/
+13
[prev]
[next]