aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Add some missing anchors.David Blaikie2011-12-012-0/+4
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-2/+0
* Eli managed to kill off llvm.membarrier in llvm 3.0 also, this meansChris Lattner2011-11-271-34/+8
* The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the Chris Lattner2011-11-271-68/+1
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-271-101/+1
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-42/+0
* remove some old autoupgrade logicChris Lattner2011-11-271-80/+1
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-271-246/+0
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-241-2/+0
* Fixing a commentJoe Abbey2011-11-211-1/+1
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-161-1/+1
* Remove Value::getNameStr. It has been deprecated for a while and provides no ...Benjamin Kramer2011-11-151-4/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-4/+4
* Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer2011-11-141-22/+4
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Don't print two 0x prefixes when printing an address.Benjamin Kramer2011-11-021-1/+1
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-271-0/+5
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-261-3/+10
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+15
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-171-1/+1
* Correct over-zealous removal of hack.Bill Wendling2011-10-171-0/+15
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-171-40/+0
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-0/+21
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-161-1/+1
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-1/+1
* 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