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
/
Transforms
/
Instrumentation
/
BoundsChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+13
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-2
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-2
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move the TargetFolder into the Analysis library. Historically,
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-6
/
+6
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-1
/
+2
*
BoundsChecking: Fix refacto.
Benjamin Kramer
2013-09-30
1
-0
/
+1
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-3
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
fix stats for added checks
Nuno Lopes
2012-12-03
1
-1
/
+1
*
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-23
1
-4
/
+3
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-1
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+5
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-4
/
+1
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-1
/
+4
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
1
-0
/
+209