2008-11-07 |
Dan Gohman | Make tablegen print out a nice error message for a...
|
commit | commitdiff | tree |
2008-11-07 |
Dan Gohman | Document the acronym RAUW. Patch by Jonathan Brandmeyer!
|
commit | commitdiff | tree |
2008-11-07 |
Dan Gohman | Flush the raw_ostream after emitting the assembly for...
|
commit | commitdiff | tree |
2008-11-06 |
Dan Gohman | Fix a use of an invalid iterator when -debug-pass=Details...
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | Make ISel ignore dead nodes. The DAGCombiner normally...
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | Use an assert to check that SelectCode isn't called on
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | The HadDelete field is no longer used.
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | Reintroduce a comment that was removed with the AddToISelQueue
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | Update some comments to reflect the new code.
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | Eliminate the ISel priority queue, which used the topologica...
|
commit | commitdiff | tree |
2008-11-05 |
Dan Gohman | Use getTargetConstant instead of getConstant for nodes...
|
commit | commitdiff | tree |
2008-11-04 |
Dan Gohman | Add a new pass to simplify specific half_powr function...
|
commit | commitdiff | tree |
2008-11-04 |
Dan Gohman | Give tablegen's Type a destructor, to suppress spurious
|
commit | commitdiff | tree |
2008-11-04 |
Dan Gohman | Duncan pointed out that the Extended case in getTypeForMVT...
|
commit | commitdiff | tree |
2008-11-04 |
Dan Gohman | Add a return statement to suppress warnings in NDEBUG...
|
commit | commitdiff | tree |
2008-11-04 |
Dan Gohman | Add some asserts to verify MVT invariant assumptions.
|
commit | commitdiff | tree |
2008-11-03 |
Dan Gohman | The ANDMask node folds to a constant, and isn't the...
|
commit | commitdiff | tree |
2008-11-03 |
Dan Gohman | Add C bindings for extractvalue and insertvalue. Patch...
|
commit | commitdiff | tree |
2008-11-03 |
Dan Gohman | Overload AddInteger on int/long/long long instead of...
|
commit | commitdiff | tree |
2008-11-03 |
Dan Gohman | Refactor various TargetAsmInfo subclasses' TargetMachine...
|
commit | commitdiff | tree |
2008-11-03 |
Dan Gohman | Change how extended types are represented in MVTs....
|
commit | commitdiff | tree |
2008-11-03 |
Dan Gohman | Remove redundant inline keywords from functions defined...
|
commit | commitdiff | tree |
2008-11-02 |
Dan Gohman | Fix this recently moved code to use the correct type...
|
commit | commitdiff | tree |
2008-10-31 |
Dan Gohman | Remove some unused virtual function bodies.
|
commit | commitdiff | tree |
2008-10-31 |
Dan Gohman | Totally disable the setSubgraphColor calls temporarily...
|
commit | commitdiff | tree |
2008-10-31 |
Dan Gohman | Use MOVSSmr instead of EXTRACTPSmr in the case of extracting
|
commit | commitdiff | tree |
2008-10-30 |
Dan Gohman | Canonicalize sext(i1) to i1?-1:0, and update various...
|
commit | commitdiff | tree |
2008-10-30 |
Dan Gohman | Spell DISABLE_ASSERTIONS correctly.
|
commit | commitdiff | tree |
2008-10-28 |
Dan Gohman | (A & sext(C)) | (B & ~sext(C) -> C ? A : B
|
commit | commitdiff | tree |
2008-10-28 |
Dan Gohman | Take Chris' suggestion and define EnableFastISelVerbose and
|
commit | commitdiff | tree |
2008-10-28 |
Dan Gohman | Protect the code for fast-isel debugging with #ifndef...
|
commit | commitdiff | tree |
2008-10-28 |
Dan Gohman | Add some more information to the top-level comment...
|
commit | commitdiff | tree |
2008-10-28 |
Dan Gohman | Fix the name of the include guard to match the filename.
|
commit | commitdiff | tree |
2008-10-25 |
Dan Gohman | Make comments and code for QuietWarnings and QuietErrors
|
commit | commitdiff | tree |
2008-10-25 |
Dan Gohman | SDNodes may have at most one Flag result. Update this...
|
commit | commitdiff | tree |
2008-10-25 |
Dan Gohman | Move the code that adds the DeadMachineInstructionElimPass...
|
commit | commitdiff | tree |
2008-10-24 |
Dan Gohman | Fix constant-offset emission for x86-64 absolute addresses...
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Fix SelectionDAGBuild lowering of Select instructions to
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Updated email address.
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Implement the optimized FCMP_OEQ/FCMP_UNE code for...
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Disable constant-offset folding for PowerPC, as the...
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Don't create TargetGlobalAddress nodes with offsets...
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Optimized FCMP_OEQ and FCMP_UNE for x86.
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | When the coalescer is doing rematerializing, have it...
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Make the NaN test come second, heuristically assuming
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Use Function::getEntryBlock() instead of Function:...
|
commit | commitdiff | tree |
2008-10-21 |
Dan Gohman | Fix a bug that prevented llvm-extract -delete from...
|
commit | commitdiff | tree |
2008-10-20 |
Dan Gohman | Fast-isel no longer an experiment.
|
commit | commitdiff | tree |
2008-10-20 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2008-10-18 |
Dan Gohman | Don't truncate GlobalAddress offsets to int in debug...
|
commit | commitdiff | tree |
2008-10-18 |
Dan Gohman | Teach DAGCombine to fold constant offsets into GlobalAddress...
|
commit | commitdiff | tree |
2008-10-18 |
Dan Gohman | Revert r57699. It's causing regressions in
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Use the opcode predicates, instead of duplicating the...
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | This is now partly done.
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | This is done.
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Factor out the code for mapping LLVM IR condition opcodes to
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Factor out the code for mapping LLVM IR condition opcodes to
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Use INT64_C to emit constant values, to avoid problems...
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Fun x86 encoding tricks: when adding an immediate value...
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Define patterns for shld and shrd that match immediate
|
commit | commitdiff | tree |
2008-10-17 |
Dan Gohman | Use 0 instead of false to return a null pointer.
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Fix this test so it actually runs the grep lines.
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Trim #includes.
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Const-ify several TargetInstrInfo methods.
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Remove an unused variable.
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Fix Instruction::isIdenticalTo and isSameOperationAs...
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Rename AliasSet to SubRegs, to reflect changes in the...
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Move the include of MachineLocation.h into MachineModuleInfo.h
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Implement a SmallVector insert method that can insert...
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Fix several places that called mapped_iterator's constructor...
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Fix a subtle bug in DeadMachineInstructionElim's liveness
|
commit | commitdiff | tree |
2008-10-16 |
Dan Gohman | Fix the predicate for memop64 to be a regular load...
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Teach instcombine's visitLoad to scan back several...
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Correct the name of isTrapping in comments.
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Fix whitespace in a comment.
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Fix a missing space after the return type in invoke...
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Now that predicates can be composed, simplify several of
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Add support for having multiple predicates on a TreePatternNode.
|
commit | commitdiff | tree |
2008-10-15 |
Dan Gohman | Adjust whitespace in debug messages to be more consistent
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | FastISel support for exception-handling constructs.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces...
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Mention a few methods in ConstantSDNode that were renamed.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | HTML syntax fixes.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Fix missing end tags and invalid HTML entity syntax.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Add a missing close-tag.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Fix a few close tags.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Fix a typo.
|
commit | commitdiff | tree |
2008-10-14 |
Dan Gohman | Add a brief mention of the new free-list management...
|
commit | commitdiff | tree |
2008-10-13 |
Dan Gohman | When doing the very-late shift-and address-mode optimization,
|
commit | commitdiff | tree |
2008-10-07 |
Dan Gohman | Remove -disable-fast-isel. Use cl::boolOrDefault with...
|
commit | commitdiff | tree |
2008-10-07 |
Dan Gohman | Add MBB successors and physreg Uses in the same order...
|
commit | commitdiff | tree |
2008-10-07 |
Dan Gohman | Avoid emitting redundant materializations of integer...
|
commit | commitdiff | tree |
2008-10-07 |
Dan Gohman | Instead of emitting an implicit use for the super-register of
|
commit | commitdiff | tree |
2008-10-07 |
Dan Gohman | Add a testcase for i256 add. i256 isn't fully supported in
|
commit | commitdiff | tree |
2008-10-07 |
Dan Gohman | Correctly handle calls with no return values. This...
|
commit | commitdiff | tree |
2008-10-06 |
Dan Gohman | Don't dereference the end() iterator. Thanks to
|
commit | commitdiff | tree |
2008-10-04 |
Dan Gohman | Update the documentation for first-class aggregates...
|
commit | commitdiff | tree |
2008-10-04 |
Dan Gohman | Fix fast-isel's handling of atomic instructions. They may
|
commit | commitdiff | tree |
2008-10-04 |
Dan Gohman | Fix a bug in the local allocator's liveness computation...
|
commit | commitdiff | tree |
2008-10-03 |
Dan Gohman | Clean up some multiple-return-value code that is no...
|
commit | commitdiff | tree |
next |