Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb1dbb41f6d7eaa3b45793d3307fe092f635167
/
llvm
/
lib
/
Analysis
/
PathNumbering.cpp
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
36e2ecf
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
by Chandler Carruth
· 13 years ago
d5d95b0
[unwind removal] We no longer have 'unwind' instructions being generated, so
by Bill Wendling
· 14 years ago
035ea32
Add this back in for now. There are still a few passes which create unwind instructions at the moment.
by Bill Wendling
· 14 years ago
ae3380f
Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
by Bill Wendling
· 14 years ago
1a18015
Remove unused STL header includes.
by Jay Foad
· 14 years ago
0ab5e2c
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
24f5ff0
Implementation of path profiling. Modified patch by Adam Preuss.
by Andrew Trick
· 15 years ago