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
/
Utils
/
InstructionNamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[InstNamer] Use range-for
Sanjoy Das
2017-05-08
1
-4
/
+3
*
[InstNamer] Don't check type of arguments (they're never void)
Sanjoy Das
2017-05-08
1
-1
/
+1
*
Delete trailing whitespace
Sanjoy Das
2017-05-08
1
-3
/
+3
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-7
/
+7
*
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
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Move the pass initialization helper functions into the llvm namespace, and add
Owen Anderson
2010-10-07
1
-3
/
+2
*
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
1
-2
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
1
-2
/
+2
*
Change instnamer to name arguments "arg" instead of "tmp" for clarity, and
Dan Gohman
2009-10-19
1
-2
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-2
/
+2
*
make instnamer name unnamed blocks as well as instructions and args.
Chris Lattner
2008-12-18
1
-1
/
+5
*
Don't forget arguments!
Devang Patel
2008-11-20
1
-1
/
+6
*
InstructionNamer preserves everything.
Devang Patel
2008-11-06
1
-0
/
+4
*
export an ID for the instructionNamer, allowing analysis/transformation passes
Torok Edwin
2008-10-27
1
-0
/
+1
*
Add a new trivial -inst-namer pass which makes it possible to diff the
Chris Lattner
2008-08-23
1
-0
/
+49