Age | Commit message (Expand) | Author |
2011-11-27 | Eli managed to kill off llvm.membarrier in llvm 3.0 also, this means | Chris Lattner |
2011-11-27 | The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the | Chris Lattner |
2011-11-27 | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner |
2011-11-27 | remove autoupgrade support for really old-style debug info intrinsics. | Chris Lattner |
2011-11-27 | remove some old autoupgrade logic | Chris Lattner |
2011-11-27 | remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports | Chris Lattner |
2011-11-24 | Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a... | Benjamin Kramer |
2011-11-21 | Fixing a comment | Joe Abbey |
2011-11-16 | Rename MVT::untyped to MVT::Untyped to match similar nomenclature. | Owen Anderson |
2011-11-15 | Remove Value::getNameStr. It has been deprecated for a while and provides no ... | Benjamin Kramer |
2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |
2011-11-14 | Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif... | Benjamin Kramer |
2011-11-03 | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar |
2011-11-02 | Don't print two 0x prefixes when printing an address. | Benjamin Kramer |
2011-10-27 | Add a pinned metadata name for fpaccuracy, and document it | Peter Collingbourne |
2011-10-26 | The bitcode reader can create an shuffle with a place holder mask which it will | Mon P Wang |
2011-10-20 | Refactor code from inlining and globalopt that checks whether a function defi... | Eli Friedman |
2011-10-17 | Use a SmallVector for intrinsic argument types. | Benjamin Kramer |
2011-10-17 | Correct over-zealous removal of hack. | Bill Wendling |
2011-10-17 | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling |
2011-10-17 | Add a routine to swap branch instruction operands, and update any | Chandler Carruth |
2011-10-16 | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer |
2011-10-16 | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner |
2011-10-14 | constify array itself, don't iterate multiple times. | Chris Lattner |
2011-10-14 | ocaml bindings: add getopcode for constant and instruction, and int64_of_const. | Torok Edwin |
2011-10-14 | bindings: tab and indentation fixes of my previous commits | Torok Edwin |
2011-10-11 | Spacing. | Eric Christopher |
2011-10-07 | Move default to top of switch | Matt Beaumont-Gay |
2011-10-06 | Remove the old atomic instrinsics. autoupgrade functionality is included wit... | Eli Friedman |
2011-10-06 | Fix -asserts build | Matt Beaumont-Gay |
2011-10-06 | Don't require C bindings opcode numbers to be kept in sync. | Torok Edwin |
2011-10-06 | ocaml/C bindings: type->isSized() | Torok Edwin |
2011-10-06 | add binding to read icmp predicate | Torok Edwin |
2011-10-06 | ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too | Torok Edwin |
2011-10-06 | C/OCaml API to retrieve struct name. | Torok Edwin |
2011-10-06 | Build system infrastructure for multiple tblgens. | Peter Collingbourne |
2011-10-05 | Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This | Rafael Espindola |
2011-10-04 | Unbreak CMake build. | Ted Kremenek |
2011-10-04 | Put GCOVFile and other related interface in a common header so that llvm-cov ... | Devang Patel |
2011-10-03 | Add C api for Instruction->eraseFromParent(). | Devang Patel |
2011-10-03 | Add the returns_twice attribute to LLVM. | Rafael Espindola |
2011-09-30 | Tracing or debug-printing a newly formed instruction should not crash. | Andrew Trick |
2011-09-30 | whitespace | Andrew Trick |
2011-09-29 | Clean up uses of switch instructions so they are not dependent on the operand... | Eli Friedman |
2011-09-29 | Cosmetic changes, as per Nick's review. | Devang Patel |
2011-09-27 | Check that catch clauses have pointer type. | Duncan Sands |
2011-09-27 | Have the verifier check that all landingpad operands are constants. | Duncan Sands |
2011-09-21 | The last verification check for the new EH model. | Bill Wendling |
2011-09-21 | Change: | Richard Trieu |
2011-09-13 | Add a check to make sure schedulePass() has not deleted stale RequiredPass. | Devang Patel |