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
/
CodeGen
/
SelectionDAG
/
SelectionDAGPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
James Y Knight
2015-10-27
1
-3
/
+10
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-4
/
+4
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
1
-1
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-3
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-1
/
+0
*
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-15
1
-1
/
+0
*
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2011-02-27
1
-1
/
+2
*
flags -> glue for selectiondag
Chris Lattner
2010-12-23
1
-7
/
+7
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Eliminate unnecessary empty string literals.
Dan Gohman
2010-08-04
1
-1
/
+1
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Add edge source labels to SelectionDAG graphs, now that the graph printing
Dan Gohman
2009-12-01
1
-0
/
+5
*
Minor cleanups.
Dan Gohman
2009-12-01
1
-9
/
+9
*
Trim an unnecessary #include.
Dan Gohman
2009-12-01
1
-1
/
+0
*
Fix last DOTGraphTraits problems in CompilationGraph.
Tobias Grosser
2009-11-30
1
-1
/
+1
*
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
1
-13
/
+14
*
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
1
-2
/
+5
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-14
/
+14
*
remove a few DOUTs here and there.
Chris Lattner
2009-08-23
1
-1
/
+1
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-2
/
+2
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-4
/
+4
*
Switch to getNameStr().
Daniel Dunbar
2009-07-24
1
-2
/
+2
*
implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of
Chris Lattner
2009-06-26
1
-138
/
+5
*
dot graph viewing is apparently not using SDNode::print_details, this is bad,
Chris Lattner
2009-06-26
1
-0
/
+7
*
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-06-24
1
-4
/
+7
*
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-13
1
-1
/
+1
*
Oops...I committed too much.
Bill Wendling
2009-03-13
1
-2
/
+2
*
Temporarily XFAIL this test.
Bill Wendling
2009-03-13
1
-2
/
+2
*
Pass in a std::string when getting the names of debugging things. This cuts down
Bill Wendling
2009-03-09
1
-1
/
+2
*
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-1
/
+1
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
1
-1
/
+3
*
Fix printing of PseudoSourceValues in SDNode graphs.
Dan Gohman
2008-12-15
1
-5
/
+3
[next]