summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-03
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Tracing or debug-printing a newly formed instruction should not crash.Andrew Trick2011-09-30
* whitespaceAndrew Trick2011-09-30
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-29
* Check that catch clauses have pointer type.Duncan Sands2011-09-27
* Have the verifier check that all landingpad operands are constants.Duncan Sands2011-09-27
* The last verification check for the new EH model.Bill Wendling2011-09-21
* Change:Richard Trieu2011-09-21
* Add a check to make sure schedulePass() has not deleted stale RequiredPass.Devang Patel2011-09-13
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* The insertion point for the loads is right before the llvm.eh.exceptionBill Wendling2011-09-04
* Don't reload the values that are already there. The llvm.eh.resume uses the sameBill Wendling2011-09-03
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-02
* Return undef value (instead of arbitrary) for wrong or undef index inJakub Staszak2011-09-02
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-02
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-02
* Make isSafeToSpeculativelyExecute() return the right answer for some new inst...Eli Friedman2011-09-01
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Dump with dbgs() instead of printf.Benjamin Kramer2011-08-29
* Make GCC happy by adding parens.Benjamin Kramer2011-08-29
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Only delete instructions once.Bill Wendling2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-25
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-24
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-23
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* Rip out the old StructType APIs as warned about on llvmdev last week.Chris Lattner2011-08-18
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-17
* The resume instruction may throw. Return 'true' in this case.Bill Wendling2011-08-16
* Add getFirstInsertionPt() method.Bill Wendling2011-08-16
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-15
* Fix predicates methods on Instruction to handle atomic load/store correctly.Eli Friedman2011-08-15
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-13
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* add ifdef's to let people easily remove these dead api for testing.Chris Lattner2011-08-12
* switch to the new struct apis.Chris Lattner2011-08-12
* forward to the correct constructor.Chris Lattner2011-08-12
* add two missing function implsChris Lattner2011-08-12
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-12
* Whitespace.Eli Friedman2011-08-10
* VMCore/BasicBlock.cpp: Don't assume BasicBlock::iterator might end with a non...NAKAMURA Takumi2011-08-09
* Fix whitespace.NAKAMURA Takumi2011-08-09