aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Add a check to make sure schedulePass() has not deleted stale RequiredPass.Devang Patel2011-09-131-3/+5
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-0/+6
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-0/+46
* The insertion point for the loads is right before the llvm.eh.exceptionBill Wendling2011-09-041-1/+1
* Don't reload the values that are already there. The llvm.eh.resume uses the sameBill Wendling2011-09-031-7/+4
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-021-43/+15
* Return undef value (instead of arbitrary) for wrong or undef index inJakub Staszak2011-09-021-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+4
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-021-34/+113
* Make isSafeToSpeculativelyExecute() return the right answer for some new inst...Eli Friedman2011-09-011-0/+4
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-8/+11
* Dump with dbgs() instead of printf.Benjamin Kramer2011-08-291-5/+4
* Make GCC happy by adding parens.Benjamin Kramer2011-08-291-2/+2
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-15/+25
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-25/+15
* Only delete instructions once.Bill Wendling2011-08-271-5/+6
* Fix PassManager stack depths.Andrew Trick2011-08-271-15/+25
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-251-0/+201
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-3/+21
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-231-0/+14
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-21/+3
* Address Duncan's CR request:Nadav Rotem2011-08-231-3/+21
* Rip out the old StructType APIs as warned about on llvmdev last week.Chris Lattner2011-08-181-38/+0
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-171-2/+0
* The resume instruction may throw. Return 'true' in this case.Bill Wendling2011-08-161-1/+1
* Add getFirstInsertionPt() method.Bill Wendling2011-08-161-0/+6
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-151-0/+2
* Fix predicates methods on Instruction to handle atomic load/store correctly.Eli Friedman2011-08-151-7/+15
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-131-18/+1
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-10/+12
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-126-10/+192
* add ifdef's to let people easily remove these dead api for testing.Chris Lattner2011-08-121-8/+10
* switch to the new struct apis.Chris Lattner2011-08-122-4/+4
* forward to the correct constructor.Chris Lattner2011-08-121-3/+2
* add two missing function implsChris Lattner2011-08-121-0/+11
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-121-2/+44
* Whitespace.Eli Friedman2011-08-101-1/+1
* VMCore/BasicBlock.cpp: Don't assume BasicBlock::iterator might end with a non...NAKAMURA Takumi2011-08-091-2/+6
* Fix whitespace.NAKAMURA Takumi2011-08-091-4/+4
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-093-22/+126
* Indicate that there are changes if runOfFunction returns saying that there are.Bill Wendling2011-08-081-1/+1
* Remove unnecessary space.Bill Wendling2011-08-081-1/+1
* strengthen up an assertion: you can't create a constant structChris Lattner2011-08-071-2/+2
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-031-11/+20
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-021-4/+0
* Add braces.Jay Foad2011-08-011-1/+2
* Simplify printAlias.Jay Foad2011-08-011-21/+2
* Micro-optimisation in getAliasedGlobal.Jay Foad2011-08-011-1/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-313-0/+44
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-305-233/+13