summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-17
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-17
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-17
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* constify array itself, don't iterate multiple times.Chris Lattner2011-10-14
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-14
* Spacing.Eric Christopher2011-10-11
* Move default to top of switchMatt Beaumont-Gay2011-10-07
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Fix -asserts buildMatt Beaumont-Gay2011-10-06
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-06
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-05
* Unbreak CMake build.Ted Kremenek2011-10-04
* 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