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
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC. Introduce Value::getPointerDerferecnceableBytes
Artur Pilipenko
2016-04-27
1
-0
/
+34
*
Use DL preferred alignment for alloca in Value::getPointerAlignment
Artur Pilipenko
2016-04-27
1
-2
/
+7
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)
Mehdi Amini
2016-04-02
1
-1
/
+1
*
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
2016-03-10
1
-0
/
+4
*
[IR] Optimize bitfield layout of Value for MSVC
Reid Kleckner
2016-02-26
1
-0
/
+2
*
NFC. Move getAlignment helper function from ValueTracking to Value class.
Artur Pilipenko
2016-02-24
1
-0
/
+42
*
Simplify handleOperandChangeImpl() removing last argument (NFC)
Mehdi Amini
2016-02-10
1
-1
/
+1
*
Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()
Todd Fiala
2016-02-03
1
-1
/
+3
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-5
/
+3
*
Bring back "Assert that we have all use/users in the getters."
Rafael Espindola
2016-01-15
1
-0
/
+10
*
Revert "Assert that we have all use/users in the getters."
Michael Zolotukhin
2016-01-14
1
-10
/
+0
*
Assert that we have all use/users in the getters.
Rafael Espindola
2015-12-19
1
-0
/
+10
*
Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
Philip Reames
2015-09-23
1
-2
/
+1
*
[IR] Switch static const to an enum to silence MSVC linker warnings
David Majnemer
2015-07-10
1
-2
/
+0
*
Devirtualize Constant::replaceUsesOfWithOnConstant.
Pete Cooper
2015-06-24
1
-1
/
+1
*
Rename NumOperands to make it clear its managed by the User. NFC.
Pete Cooper
2015-06-12
1
-1
/
+2
*
Move the name pointer out of Value into a map that lives on the
Owen Anderson
2015-06-01
1
-3
/
+32
*
Store intrinsic ID by value in Function instead of a string lookup. NFC.
Pete Cooper
2015-05-19
1
-4
/
+7
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-131
/
+0
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Fix Value dangling reference debug output
Andrew Kaylor
2015-03-10
1
-6
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-19
/
+16
*
isDereferenceablePointer: look through gc.relocate calls
Ramkumar Ramachandra
2015-02-09
1
-0
/
+9
*
Teach isDereferenceablePointer() to look through bitcast constant expressions.
Michael Kuperstein
2015-02-05
1
-1
/
+1
*
Cleaup ValueHandle to no longer keep a PointerIntPair for the Value*.
Chandler Carruth
2015-01-09
1
-12
/
+12
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-4
/
+0
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-36
/
+34
*
[InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence)
Gerolf Hoflehner
2014-11-21
1
-0
/
+22
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+4
*
Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.
Frederic Riss
2014-10-23
1
-0
/
+2
*
IR: Move NumOperands from User to Value, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-1
/
+2
*
IR: Cleanup comments for Value, User, and MDNode
Duncan P. N. Exon Smith
2014-10-15
1
-26
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
IR: Add Value::reverseUseList()
Duncan P. N. Exon Smith
2014-08-01
1
-0
/
+19
*
Handle AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
Hal Finkel
2014-07-19
1
-1
/
+2
*
Make Value::isDereferenceablePointer handle offsets to pointer types with der...
Hal Finkel
2014-07-19
1
-0
/
+21
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-3
/
+24
*
Look through addrspacecast when checking isDereferenceablePointer
Matt Arsenault
2014-07-14
1
-0
/
+3
*
Fix isDereferenceablePointer not to try to take the size of an unsized type.
Hal Finkel
2014-07-10
1
-1
/
+2
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
1
-8
/
+23
*
Convert StringMapEntry::Create to use StringRef instead of start/end pointers...
Craig Topper
2014-06-11
1
-1
/
+1
*
Reorder Value and User fields to save 8 bytes of padding on 64-bit
Reid Kleckner
2014-06-09
1
-4
/
+3
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-25
/
+0
*
Fix a warning in builds without asserts.
Rafael Espindola
2014-05-16
1
-2
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+27
*
Assert that we don't RAUW a Constant with a ConstantExpr that contains it.
Rafael Espindola
2014-05-13
1
-1
/
+36
[next]