aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Analysis.cpp
AgeCommit message (Expand)Author
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-20Extend Attributes to 64 bitsKostya Serebryany
2011-12-14Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-03-19Minor code re-structuring.Evan Cheng
2010-11-30Enable sibling call optimization of libcalls which are expanded duringEvan Cheng
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-10-06ComputeLinearIndex doesn't need its TLI argument.Dan Gohman
2010-07-26Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.Bill Wendling
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng
2010-04-21Move several SelectionDAG-independent utility functions out of theDan Gohman