aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
AgeCommit message (Expand)Author
2006-10-24Don't do dead block elimination in fast mode.Jim Laskey
2006-10-13add the branch folding pass as a late cleanup pass for all targets. For nowChris Lattner
2006-09-04add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina
2006-09-04new fileChris Lattner