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
...
*
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
*
Remove dead code.
Eli Bendersky
2013-05-15
1
-17
/
+0
*
Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
Jean-Luc Duprat
2013-03-01
1
-1
/
+0
*
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-03-01
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+451
[prev]