2010-02-01 |
Chris Lattner | fix rdar://7590304, an infinite loop in instcombine... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bob Wilson | Fix pr6198 by moving the isSized() check to an outer... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Add a getNUWMul function. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Add a generalized form of ConstantExpr::getOffsetOf... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bruno Cardoso... | MulOp is actually a Mips specific node, so do the match... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Zhongxing Xu | Add an immutable interval map, prepared to be used... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Whoops, left some debugging code in that broke |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Added the enhanced disassembly library's implementation and |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Zhongxing Xu | Simplify code. We can compare TNew with T in one batch. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Evan Cheng | Undo r94946 now all the tests are passing again. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bruno Cardoso... | Fix stack size bug while using o32 abi |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Johnny Chen | For MVNr and MVNs, we need to set Inst{25} = 0 so as... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Change TAILJMP's to be varargs and transfer implicit... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Fix a missing check from my last commit. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Avoid recursive sibcall's. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Remove a completed item, add a couple new ones. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Remove test which is no longer relevant. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Simplify/generalize the xor+add->sign-extend instcombine. |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Eli Friedman | Add a small transform: transform -(X<<Y) to (-X<<Y... |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Sean Callanan | Moved InstallLexer() from the X86-specific AsmLexer |
commit | commitdiff | tree | snapshot |
2010-01-31 |
Evan Cheng | Do not mark no-return calls tail calls. It'll screw... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bruno Cardoso... | Fix PR6144. Reload GP before the emission of CALLSEQ_EN... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bruno Cardoso... | Fix mov.d out register by using the FFR register class... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Anton Korobeynikov | Fix a gross typo: ARMv6+ may or may not support unalign... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bob Wilson | Check alignment of loads when deciding whether it is... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Evan Cheng | Allow more tailcall optimization: calls with inputs... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Evan Cheng | Don't forget to transfer target flag when inserting... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Devang Patel | Emit declaration DIE for the class static variables. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | MC/X86 AsmParser: Handle absolute memory operands corre... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | AsmMatcher: Create operand classes before use, apparent... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Dale Johannesen | Fix a case where debug_value could affect codegen. |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bob Wilson | Use more specific types to avoid casts. No functionali... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Bob Wilson | Remove ARM-specific calling convention from this test... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | X86.td: Refactor to bring operands that use print_pcrel... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | FileCheck: When looking for "possible matches", only... |
commit | commitdiff | tree | snapshot |
2010-01-30 |
Daniel Dunbar | AsmMatcher/X86: Separate out sublass for memory operand... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Jakob Stoklund... | Keep iterating over all uses when meeting a phi node... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Daniel Dunbar | MC/X86: Add a nice X86 assembler matcher test case... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Johnny Chen | Modified encoding bits specification for VFP instructio... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Dan Gohman | Print a comment next to "materializable" global values... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Evan Cheng | PPC is not ready for sibcall optimization. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Bob Wilson | Preserve load alignment in instcombine transformations... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Dan Gohman | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Dan Gohman | Skip whitespace when looking for a potential intended... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Dan Gohman | Fix the position of the caret in the FileCheck error... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Junjie Gu | Make sure the size is doubled (not 4x). |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sean Callanan | Removed symbols from .exports that are not yet in |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Dale Johannesen | Add assertion to humor the paranoid. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Victor Hernandez | We were not writing bitcode for function-local metadata... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Eric Christopher | Revert my last couple of patches. They appear to have... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Jeffrey Yasskin | Rename two IRReader.h functions to indicate that they... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Bob Wilson | Use uint64_t instead of unsigned for offsets and sizes. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Dan Gohman | Add svn:ignore properties. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Bob Wilson | Improve isSafeToLoadUnconditionally to recognize that... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Jeffrey Yasskin | Belatedly document r85295 and r85330. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Devang Patel | Add size and location info in DW_TAG_class_type descriptor. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Devang Patel | Before inserting llvm.dbg.declare intrinsic at the... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Benjamin Kramer | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Benjamin Kramer | Convert some users of ftostr to raw_ostream. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Benjamin Kramer | Use llvm::format instead of ftostr (which just calls... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Duncan Sands | Change the SREM case to match the logic in the IR versi... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Evan Cheng | Catch more trivial tail call opportunities: no inputs... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Duncan Sands | Having RHSKnownZero and RHSKnownOne be alternative... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Duncan Sands | It looks like the changes to the SRem logic of Simplify... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Daniel Dunbar | FileCheck: Switch "possible match" calculation to use... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Eric Christopher | Make strcpy_chk lower to strcpy if we have a safe size. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sean Callanan | Quick fix to make the header file for the enhanced |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sean Callanan | Added a bare-bones Makefile to build the enhanced disas... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Recognize 'add_executable' when analyzing CMake files. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Eric Christopher | Add constant support to object size handling and remove... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Bill Wendling | Generic reformatting and comment fixing. No functionali... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Bill Wendling | Add newline to debugging output, and fix some grammar... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sean Callanan | Added a custom TableGen backend to support the |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Victor Hernandez | mem2reg erases the dbg.declare intrinsics that it conve... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Bill Wendling | Assign the ordering of SDNodes in a much less intrusive... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Mikhail Glushenkov | Support some more options... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Dan Gohman | Remove the folding rule |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Duncan Sands | Fix PR6165. The bug was that LHSKnownZero was being... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Douglas Gregor | Add llvm::Program::ChangeStderrToBinary(). |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Dan Gohman | Check Type::isSized before calling ScalarEvolution... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | convert the last 3 targets to use EmitFunctionBody... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Dan Gohman | Make getAlignOf return an i64, for consistency with... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Dan Gohman | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | add target hooks for emitting random gunk before and... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Evan Cheng | Fix a bug introduced by r94490 where it created a X86IS... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | switch blackfin to the default runOnMachineFunction |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | eliminate a now-useless class. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunct... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Jim Grosbach | Update of 94055 to track the IR level call site informa... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Jeffrey Yasskin | Record the death of ModuleProvier and GhostLinkage... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | Give AsmPrinter the most common expected implementation of |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Jeffrey Yasskin | Truncate the release notes so they're ready to accumula... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | switch ARM to EmitFunctionBody(). |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | emit a 0 byte instead of a noop if a function is empty... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | Remove the argument from EmitJumpTableInfo, because... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | Drop the argument to AsmPrinter::EmitConstantPool and... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | don't emit constant pools twice. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Chris Lattner | rename printVisibility to EmitVisibility and make it... |
commit | commitdiff | tree | snapshot |
next |