Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aaafacd07ed17080f399a2613702f48b8fad1bb8
/
llvm
/
lib
/
CodeGen
/
RenderMachineFunction.h
6c18d1a
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
by Owen Anderson
· 15 years ago
9a6f8ee
Added support for register allocators to record which intervals are spill intervals, and where the uses and defs of the original intervals were in the original code.
by Lang Hames
· 15 years ago
a7aed18
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
bda59bd
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
755aceb
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
bdafcc6
Changed OStream templates to functions on raw_ostream, removed the unused "renderWarnings" function.
by Lang Hames
· 15 years ago
a475ab7
Use run-length encoding to represent identical adjacent cells in the pressure
by Lang Hames
· 15 years ago
716b184
Added support for turning HTML indentation on and off (indentation off by default).
by Lang Hames
· 15 years ago
a93fe2d
Switched to rendering after allocation (but before rewriting) in PBQP.
by Lang Hames
· 15 years ago
6624efb
Render MachineFunctions to HTML pages, with options to render register
by Lang Hames
· 15 years ago