Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
3c6ce06243f90376f46be7c7973f3ec622acdc65
/
llvm
/
lib
/
CodeGen
/
InstrSelection
/
InstrForest.cpp
3c6ce06
Don't check for null on delete
by Chris Lattner
· 24 years ago
0c51cf0
Don't add instructions to subtree for Phi or Call.
by Vikram S. Adve
· 24 years ago
f8459bb
More cleanups, preparing to revamp InstrForest to, among other things,
by Chris Lattner
· 24 years ago
16dd09a
* Clean up InstrForest
by Chris Lattner
· 24 years ago
cc38da7
Eliminate 'BasicNode' from InstrForest.
by Chris Lattner
· 24 years ago
aeaba8a
Use predicate for Value type test Use builtin casts
by Chris Lattner
· 24 years ago
1c73bc1
Generate tree nodes for Phi instructions.
by Vikram S. Adve
· 24 years ago
985b6e3
Eliminate unused function.
by Vikram S. Adve
· 24 years ago
78a307b
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
by Chris Lattner
· 24 years ago
44187db
Clean up hash table usage
by Chris Lattner
· 24 years ago
b299068
Eliminate lots of unnecessary #includes and forward decls
by Chris Lattner
· 24 years ago
7769970
Eliminate many unneccesary #includes
by Chris Lattner
· 24 years ago
dd51176
Renamed include/llvm/Codegen to include/llvm/CodeGen
by Chris Lattner
· 24 years ago
ab9e557
Instruction selection via pattern matching on instruction trees using BURG.
by Vikram S. Adve
· 24 years ago