2012-01-24 |
Chris Lattner | add more support for ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add AsmPrinter (aka MCLowering) support for ConstantDat... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add various "string" methods to ConstantDataSequential... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | teach valuetracking about ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add some accessor methods to CAZ and UndefValue that... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | implement the ConstantDataSequential accessor methods. |
tree | commitdiff |
2012-01-23 |
Chris Lattner | start the implementation of a new ConstantDataVector... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | convert CAZ, UndefValue, and CPN to use DenseMap's... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | revert r148691 and 148693 |
tree | commitdiff |
2012-01-23 |
Chris Lattner | switch UndefValue and ConstantPointerNull over to Dense... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | Replace a use of ConstantUniqueMap for CAZ constants... |
tree | commitdiff |
2012-01-23 |
Nick Lewycky | Make Value::isDereferenceablePointer() handle unreachab... |
tree | commitdiff |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
tree | commitdiff |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
tree | commitdiff |
2012-01-17 |
David Blaikie | Provide better messages in llvm_unreachable. |
tree | commitdiff |
2012-01-17 |
David Blaikie | Remove unreachable code. (replace with llvm_unreachable... |
tree | commitdiff |
2012-01-16 |
David Blaikie | Removing unused default switch cases in switches over... |
tree | commitdiff |
2012-01-12 |
Pete Cooper | Added MVT::v2f16 |
tree | commitdiff |
2012-01-11 |
Duncan Sands | Don't try to create a GEP when the pointee type is... |
tree | commitdiff |
2012-01-10 |
Chandler Carruth | Add 'llvm_unreachable' to passify GCC's understanding... |
tree | commitdiff |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
tree | commitdiff |
2012-01-03 |
Chris Lattner | generalize LLVMContext::emitError to take a twine inste... |
tree | commitdiff |
2012-01-03 |
Stepan Dyatkovskiy | Type: replaced usage of ID with getTypeID(). |
tree | commitdiff |
2011-12-31 |
Dylan Noblesmith | VMCore: add assert for miscompile |
tree | commitdiff |
2011-12-27 |
Nick Lewycky | Using Inst->setMetadata(..., NULL) should be safe to... |
tree | commitdiff |
2011-12-22 |
Benjamin Kramer | Give string constants generated by IRBuilder private... |
tree | commitdiff |
2011-12-20 |
Devang Patel | Add support to add named metadata operand. |
tree | commitdiff |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
tree | commitdiff |
2011-12-20 |
Dan Gohman | Add basic generic CodeGen support for half. |
tree | commitdiff |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
tree | commitdiff |
2011-12-15 |
Eli Friedman | Make constant folding for GEPs a bit more aggressive. |
tree | commitdiff |
2011-12-14 |
Dan Gohman | Move Instruction::isSafeToSpeculativelyExecute out... |
tree | commitdiff |
2011-12-12 |
Nick Lewycky | Fix unused value warning for value used only in assert. |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-12-12 |
Chandler Carruth | Don't rely in there being one argument before we've... |
tree | commitdiff |
2011-12-12 |
Chandler Carruth | Teach the verifier to reject all non-constant arguments... |
tree | commitdiff |
2011-12-12 |
Chandler Carruth | Switch llvm.cttz and llvm.ctlz to accept a second i1... |
tree | commitdiff |
2011-12-09 |
Bill Wendling | Add dump method for debugging. |
tree | commitdiff |
2011-12-06 |
Benjamin Kramer | Push StringRefs through the metadata interface. |
tree | commitdiff |
2011-12-05 |
Benjamin Kramer | Add a little heuristic to Value::isUsedInBasicBlock... |
tree | commitdiff |
2011-12-05 |
Nadav Rotem | Add support for vectors of pointers. |
tree | commitdiff |
2011-12-01 |
David Blaikie | Add some missing anchors. |
tree | commitdiff |
2011-11-29 |
Daniel Dunbar | build/CMake: Finish removal of add_llvm_library_depende... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | Eli managed to kill off llvm.membarrier in llvm 3.0... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | The llvm.atomic intrinsics *were* removed in LLVM 3... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for old forms of llvm.prefet... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for really old-style debug... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove some old autoupgrade logic |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for LLVM 2.9 exception stuff... |
tree | commitdiff |
2011-11-24 |
Benjamin Kramer | Devirtualize Pass::getPassID, overriding it isn't usefu... |
tree | commitdiff |
2011-11-21 |
Joe Abbey | Fixing a comment |
tree | commitdiff |
2011-11-16 |
Owen Anderson | Rename MVT::untyped to MVT::Untyped to match similar... |
tree | commitdiff |
2011-11-15 |
Benjamin Kramer | Remove Value::getNameStr. It has been deprecated for... |
tree | commitdiff |
2011-11-15 |
Benjamin Kramer | Remove all remaining uses of Value::getNameStr(). |
tree | commitdiff |
2011-11-14 |
Benjamin Kramer | Fold ConstantVector::isAllOnesValue into Constant:... |
tree | commitdiff |
2011-11-03 |
Daniel Dunbar | build: Add initial cut at LLVMBuild.txt files. |
tree | commitdiff |
2011-11-02 |
Benjamin Kramer | Don't print two 0x prefixes when printing an address. |
tree | commitdiff |
2011-10-27 |
Peter Collingbourne | Add a pinned metadata name for fpaccuracy, and document it |
tree | commitdiff |
2011-10-26 |
Mon P Wang | The bitcode reader can create an shuffle with a place... |
tree | commitdiff |
2011-10-20 |
Eli Friedman | Refactor code from inlining and globalopt that checks... |
tree | commitdiff |
2011-10-17 |
Benjamin Kramer | Use a SmallVector for intrinsic argument types. |
tree | commitdiff |
2011-10-17 |
Bill Wendling | Correct over-zealous removal of hack. |
tree | commitdiff |
2011-10-17 |
Bill Wendling | Now that we have the ReturnsTwice function attribute... |
tree | commitdiff |
2011-10-17 |
Chandler Carruth | Add a routine to swap branch instruction operands,... |
tree | commitdiff |
2011-10-16 |
Benjamin Kramer | Let printf do the formatting instead aligning strings... |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Make SMDiagnostic a little more sane. Instead of passi... |
tree | commitdiff |
2011-10-14 |
Chris Lattner | constify array itself, don't iterate multiple times. |
tree | commitdiff |
2011-10-14 |
Torok Edwin | ocaml bindings: add getopcode for constant and instruct... |
tree | commitdiff |
2011-10-14 |
Torok Edwin | bindings: tab and indentation fixes of my previous... |
tree | commitdiff |
2011-10-11 |
Eric Christopher | Spacing. |
tree | commitdiff |
2011-10-07 |
Matt Beaumont-Gay | Move default to top of switch |
tree | commitdiff |
2011-10-06 |
Eli Friedman | Remove the old atomic instrinsics. autoupgrade functio... |
tree | commitdiff |
2011-10-06 |
Matt Beaumont-Gay | Fix -asserts build |
tree | commitdiff |
2011-10-06 |
Torok Edwin | Don't require C bindings opcode numbers to be kept... |
tree | commitdiff |
2011-10-06 |
Torok Edwin | ocaml/C bindings: type->isSized() |
tree | commitdiff |
2011-10-06 |
Torok Edwin | add binding to read icmp predicate |
tree | commitdiff |
2011-10-06 |
Torok Edwin | ocaml/C bindings: getmdstring, add num_op, get_op shoul... |
tree | commitdiff |
2011-10-06 |
Torok Edwin | C/OCaml API to retrieve struct name. |
tree | commitdiff |
2011-10-06 |
Peter Collingbourne | Build system infrastructure for multiple tblgens. |
tree | commitdiff |
2011-10-05 |
Rafael Espindola | Check for the returns_twice attribute in callsFunctionT... |
tree | commitdiff |
2011-10-04 |
Ted Kremenek | Unbreak CMake build. |
tree | commitdiff |
2011-10-04 |
Devang Patel | Put GCOVFile and other related interface in a common... |
tree | commitdiff |
2011-10-03 |
Devang Patel | Add C api for Instruction->eraseFromParent(). |
tree | commitdiff |
2011-10-03 |
Rafael Espindola | Add the returns_twice attribute to LLVM. |
tree | commitdiff |
2011-09-30 |
Andrew Trick | Tracing or debug-printing a newly formed instruction... |
tree | commitdiff |
2011-09-30 |
Andrew Trick | whitespace |
tree | commitdiff |
2011-09-29 |
Eli Friedman | Clean up uses of switch instructions so they are not... |
tree | commitdiff |
2011-09-29 |
Devang Patel | Cosmetic changes, as per Nick's review. |
tree | commitdiff |
2011-09-27 |
Duncan Sands | Check that catch clauses have pointer type. |
tree | commitdiff |
2011-09-27 |
Duncan Sands | Have the verifier check that all landingpad operands... |
tree | commitdiff |
2011-09-21 |
Bill Wendling | The last verification check for the new EH model. |
tree | commitdiff |
2011-09-21 |
Richard Trieu | Change: |
tree | commitdiff |
2011-09-13 |
Devang Patel | Add a check to make sure schedulePass() has not deleted... |
tree | commitdiff |
2011-09-06 |
Duncan Sands | Add codegen support for vector select (in the IR this... |
tree | commitdiff |
2011-09-06 |
Duncan Sands | Split the init.trampoline intrinsic, which currently... |
tree | commitdiff |
2011-09-04 |
Bill Wendling | The insertion point for the loads is right before the... |
tree | commitdiff |
2011-09-03 |
Bill Wendling | Don't reload the values that are already there. The... |
tree | commitdiff |
2011-09-02 |
Bill Wendling | No need to get fancy inserting a PHI node when the... |
tree | commitdiff |
2011-09-02 |
Jakub Staszak | Return undef value (instead of arbitrary) for wrong... |
tree | commitdiff |
2011-09-02 |
Jakub Staszak | ConstantVector returns arbitrary value for the wrong... |
tree | commitdiff |
next |