aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* quick fix for PR13006, will check in testcase later.Chris Lattner2012-06-011-1/+3
* enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner2012-06-011-1/+21
* enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner2012-06-011-10/+38
* rearrange some logic, no functionality change.Chris Lattner2012-06-011-24/+32
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-101-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-6/+2
* Extend Attributes to 64 bitsKostya Serebryany2012-01-201-2/+2
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-141-2/+3
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-27/+35
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-8/+8
* Minor code re-structuring.Evan Cheng2011-03-191-1/+1
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-301-0/+18
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-1/+1
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-061-5/+5
* Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.Bill Wendling2010-07-261-1/+1
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-151-1/+1
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-211-0/+285