aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* constify array itself, don't iterate multiple times.Chris Lattner2011-10-141-2/+2
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-141-0/+6
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-141-25/+25
* Spacing.Eric Christopher2011-10-111-1/+1
* Move default to top of switchMatt Beaumont-Gay2011-10-071-6/+4
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-0/+91
* Fix -asserts buildMatt Beaumont-Gay2011-10-061-0/+2
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-061-3/+28
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-061-0/+5
* add binding to read icmp predicateTorok Edwin2011-10-061-0/+9
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-061-2/+34
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-061-0/+8
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-2/+2
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-10/+19
* Unbreak CMake build.Ted Kremenek2011-10-041-1/+2
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-041-0/+281
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-031-0/+4
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-031-2/+2
* Tracing or debug-printing a newly formed instruction should not crash.Andrew Trick2011-09-301-1/+2
* whitespaceAndrew Trick2011-09-301-38/+38
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-6/+8
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-291-0/+1
* Check that catch clauses have pointer type.Duncan Sands2011-09-271-2/+7
* Have the verifier check that all landingpad operands are constants.Duncan Sands2011-09-271-0/+11
* The last verification check for the new EH model.Bill Wendling2011-09-211-0/+6
* Change:Richard Trieu2011-09-212-13/+13
* 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