projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Revert r251050 to fix miscompile when running Clang -O1
[oota-llvm.git]
/
include
/
llvm
/
Analysis
/
RegionInfo.h
2015-08-14
Michael Kruse
[RegionInfo] Remove unused and broken function splitBlock
blob
|
commitdiff
|
raw
2015-08-11
Michael Kruse
[RegionInfo] Verify getRegionFor
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
Michael Kruse
[RegionInfo] Fix typo
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
Michael Kruse
[RegionInfo] Add debug-time region viewer functions
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
Michael Kruse
[RegionInfo] Update old-style comments
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
Benjamin Kramer
Remove macro guards for extern template instantiations.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-11
Benjamin Kramer
Remove empty non-virtual destructors or mark them ...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-24
Aaron Ballman
These functions are not actually defined for NDEBUG...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-21
Aaron Ballman
This declaration has no definition, which is causing...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-19
Matt Arsenault
Fix build with GCC.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-19
Matt Arsenault
Templatify RegionInfo so it works on MachineBasicBlocks
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Tobias Grosser
DominanceInfo is strongly preferred over RegionInfo
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
David Blaikie
Use unique_ptr to manage ownership of child Regions...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
Benjamin Kramer
[C++11] Replace LLVM-style type traits with C++11 stand...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_incl...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Tobias Grosser
[C++11] Add a basic block range view for RegionInfo
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Alp Toker
Correct word hyphenations
blob
|
commitdiff
|
raw
|
diff to current
2013-04-10
Tobias Grosser
RegionInfo: Add helpers to replace entry/exit recursively
blob
|
commitdiff
|
raw
|
diff to current
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-17
Craig Topper
Mark unimplemented copy constructors and copy assignmen...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-27
Hongbin Zheng
Remove the the block_node_iterator of Region, replace...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-02
NAKAMURA Takumi
include/llvm/Analysis/RegionInfo.h: Appease msvc.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-02
Hongbin Zheng
Implement the block_iterator of Region based on df_iter...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-04
Chandler Carruth
Rename the Region::block_iterator to Region::block_node...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Benjamin Kramer
Missed some users of Value::getNameStr.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
blob
|
commitdiff
|
raw
|
diff to current
2011-04-05
Chris Lattner
remove postdom frontiers, because it is dead. Forward...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-04
Tobias Grosser
Region: Allow user control the printing style of the...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-13
Tobias Grosser
Add single entry / single exit accessors.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Benjamin Kramer
Remove noisy semicolon.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Tobias Grosser
Add Region::isTopLevelRegion().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Tobias Grosser
RegionInfo: Update RegionInfo after a BB was split.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Tobias Grosser
RegioInfo: Add getExpandedRegion().
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Tobias Grosser
RegionInfo: Allow to update exit and entry of a region.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Tobias Grosser
RegionInfo: Enhance addSubregion.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Tobias Grosser
RegionInfo: Allow to set the parent region of a basic...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Tobias Grosser
RegionInfo: Add getMaxRegionExit()
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Tobias Grosser
Add function to query RegionInfo about loops.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
Tobias Grosser
Add new RegionInfo pass.
blob
|
commitdiff
|
raw
|
diff to current