Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
558692fd0a31d4d3ae4fd09a3a02f80da2e44e5c
/
lib
/
CodeGen
/
RenderMachineFunction.cpp
7a2bdde
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
9bc20ca
The variable liTRC is not used for anything useful, zap it (gcc-4.6 warning).
by Duncan Sands
· 15 years ago
2ab36d3
Begin adding static dependence information to passes, which will allow us to
by Owen Anderson
· 15 years ago
ce665bd
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
3319839
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
dfa28b1
Fix a FIXME. The SlotIndex::Slot enum should be private.
by Jakob Stoklund Olesen
· 15 years ago
d13db2c
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
5a8ea65
Changed OStream templates to functions on raw_ostream, removed the unused "renderWarnings" function.
by Lang Hames
· 15 years ago
6089e46
Updated css classes for the pressure table legend.
by Lang Hames
· 15 years ago
2725abd
Oops - I tables render poorly in Chrome without this explicit height specification.
by Lang Hames
· 15 years ago
f80f31e
Use run-length encoding to represent identical adjacent cells in the pressure
by Lang Hames
· 15 years ago
245581b
Added support for turning HTML indentation on and off (indentation off by default).
by Lang Hames
· 15 years ago
c4bcc77
Switched to rendering after allocation (but before rewriting) in PBQP.
by Lang Hames
· 15 years ago
54cc2ef
Render MachineFunctions to HTML pages, with options to render register
by Lang Hames
· 15 years ago