- 3b5487e LangRef.html says that inttoptr and ptrtoint always use zero-extension by Dan Gohman · 15 years ago
- 6acb86d Factor out alignof expression folding into a separate function and by Dan Gohman · 15 years ago
- 8db08df Various code simplifications. by Dan Gohman · 15 years ago
- 87641fa Update CMake. by Daniel Dunbar · 15 years ago
- 11225dd Don't need to check the last argument since it'll always be bool. We also by Eric Christopher · 15 years ago
- 3a8bb73 More indentation/tabification fixes. by Eric Christopher · 15 years ago
- eae6ed1 Untabify previous commit. by Eric Christopher · 15 years ago
- 37ad466 Changed to Chris Lattner's suggested approach, which by Sean Callanan · 15 years ago
- 39bdc78 Kill the Mach-O writer, and temporarily make filetype=obj an error. by Nate Begeman · 15 years ago
- 54c7788 Fix for builds with separate source and build by Sean Callanan · 15 years ago
- 6ddf043 Formatting. by Eric Christopher · 15 years ago
- 92e63d8 MOVi16 should also be marked as a UnaryDP instruction, i.e., it doesn't have a by Johnny Chen · 15 years ago
- 81b0c39 Updated to use the proper .exports file for the by Sean Callanan · 15 years ago
- f7d8483 Add "dump" method to IVUsersOneStride. by Bill Wendling · 15 years ago
- 5e280a3 Testcase for 94996 (PR 6157) by Dale Johannesen · 15 years ago
- 7276c8c Fix PR6196. GV callee may not be a function. by Evan Cheng · 15 years ago
- e7ea6fd Add test case for 95013. by Evan Cheng · 15 years ago
- 87c46d8 Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan by Mon P Wang · 15 years ago
- c54a747 Rollback on including blocks functionality in .exports by Sean Callanan · 15 years ago
- 6cad417 Add an option to GVN to remove all partially redundant loads. This is currently by Bob Wilson · 15 years ago
- aec0081 Do an early exit when the result is known cheaply. by Duncan Sands · 15 years ago
- b29d596 eliminate a bunch of pointless LLVMContext arguments. by Chris Lattner · 15 years ago
- a419b56 Fix typo "of" -> "or" and change the way a line was formatted to fit by Duncan Sands · 15 years ago
- 6304b0d fix PR6195, a bug constant folding scalar -> vector compares. by Chris Lattner · 15 years ago
- 904c2fa fix PR 6157. Testcase pending. by Dale Johannesen · 15 years ago
- 5f670d4 cleanups. by Chris Lattner · 15 years ago
- b63127d fix PR6197 - infinite recursion in ipsccp due to block addresses by Chris Lattner · 15 years ago
- c6654ec4 Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result by Mon P Wang · 15 years ago
- a00ef11 Update this test for a trivial register allocation difference. by Dan Gohman · 15 years ago
- 4f8eea8 Generalize target-independent folding rules for sizeof to handle more by Dan Gohman · 15 years ago
- d569561 fix rdar://7590304, a miscompilation of objc apps on arm. The caller by Chris Lattner · 15 years ago
- 830f3f2 fix rdar://7590304, an infinite loop in instcombine. In the invoke by Chris Lattner · 15 years ago
- 3cb8509 Fix pr6198 by moving the isSized() check to an outer conditional. by Bob Wilson · 15 years ago
- d75ff31 Add a getNUWMul function. by Dan Gohman · 15 years ago
- 2544a1d Add a generalized form of ConstantExpr::getOffsetOf which works for by Dan Gohman · 15 years ago
- 9a720b0 MulOp is actually a Mips specific node, so do the match using Opcode. This fixes PR6192 by Bruno Cardoso Lopes · 15 years ago
- 746f5b6 Add an immutable interval map, prepared to be used by flat memory model by Zhongxing Xu · 15 years ago
- 7bb2929 Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 15 years ago
- ee5dfd4 Added the enhanced disassembly library's implementation and by Sean Callanan · 15 years ago
- ddba25a Simplify code. We can compare TNew with T in one batch. by Zhongxing Xu · 15 years ago
- 0a4fd46 Undo r94946 now all the tests are passing again. by Evan Cheng · 15 years ago
- bdef66b Fix stack size bug while using o32 abi by Bruno Cardoso Lopes · 15 years ago
- 48d5ccf For MVNr and MVNs, we need to set Inst{25} = 0 so as not to confuse the decoder. by Johnny Chen · 15 years ago
- aa92bec Change TAILJMP's to be varargs and transfer implicit uses over from TCRETURN's. Otherwise the missing uses can make post-regalloc scheduling do bad things. This fixes 403.gcc. by Evan Cheng · 15 years ago
- e626b0f Fix a missing check from my last commit. by Evan Cheng · 15 years ago
- 843bd69 Avoid recursive sibcall's. by Evan Cheng · 15 years ago
- 1144d7e Remove a completed item, add a couple new ones. by Eli Friedman · 15 years ago
- b406c47 Remove test which is no longer relevant. by Eli Friedman · 15 years ago
- be7cfa6 Simplify/generalize the xor+add->sign-extend instcombine. by Eli Friedman · 15 years ago
- 694488f Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single by Eli Friedman · 15 years ago
- 894c1af Moved InstallLexer() from the X86-specific AsmLexer by Sean Callanan · 15 years ago
- 56a5886 Do not mark no-return calls tail calls. It'll screw up special calls like longjmp and it doesn't make much sense for performance reason. If my logic is faulty, please let me know. by Evan Cheng · 15 years ago
- 3ed6f87 Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the right reload order by Bruno Cardoso Lopes · 15 years ago
- 5e19460 Fix mov.d out register by using the FFR register class directly by Bruno Cardoso Lopes · 15 years ago
- 90cfc13 Fix a gross typo: ARMv6+ may or may not support unaligned memory operations. by Anton Korobeynikov · 15 years ago
- 49db68f Check alignment of loads when deciding whether it is safe to execute them by Bob Wilson · 15 years ago
- a6bff98 Allow more tailcall optimization: calls with inputs that are all passed in registers. by Evan Cheng · 15 years ago
- 1d885c0 Don't forget to transfer target flag when inserting a tailcall instruction. by Evan Cheng · 15 years ago
- 1ee0cb9 Emit declaration DIE for the class static variables. by Devang Patel · 15 years ago
- b834f5d MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing by Daniel Dunbar · 15 years ago
- a2f5e00 AsmMatcher: Create operand classes before use, apparently records aren't visited by Daniel Dunbar · 15 years ago
- ca13461 Fix a case where debug_value could affect codegen. by Dale Johannesen · 15 years ago
- 6ecfccf Use more specific types to avoid casts. No functionality change. by Bob Wilson · 15 years ago
- 8ad1f0e Remove ARM-specific calling convention from this test. Target data is by Bob Wilson · 15 years ago
- 728e5eb X86.td: Refactor to bring operands that use print_pcrel_imm together. by Daniel Dunbar · 15 years ago
- 0806f9f FileCheck: When looking for "possible matches", only compare against the prefix by Daniel Dunbar · 15 years ago
- ec2b1f1 AsmMatcher/X86: Separate out sublass for memory operands that have no segment by Daniel Dunbar · 15 years ago
- b489d0f Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTrapIfNull(). by Jakob Stoklund Olesen · 15 years ago
- 5045958 MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. by Daniel Dunbar · 15 years ago
- 69a8c7f Modified encoding bits specification for VFP instructions. In particular, the D by Johnny Chen · 15 years ago
- 4483c7b Print a comment next to "materializable" global values, to distinguish by Dan Gohman · 15 years ago
- 6c2e8a9 PPC is not ready for sibcall optimization. by Evan Cheng · 15 years ago
- fb2ea61 Preserve load alignment in instcombine transformations. I've been unable to by Bob Wilson · 15 years ago
- e3a1e50 Minor code cleanup. by Dan Gohman · 15 years ago
- d8a5541 Skip whitespace when looking for a potential intended match. Before: by Dan Gohman · 15 years ago
- e546343 Fix the position of the caret in the FileCheck error message. Before: by Dan Gohman · 15 years ago
- fcb0ee8 by Junjie Gu · 15 years ago
- 400c700 Removed symbols from .exports that are not yet in the library. by Sean Callanan · 15 years ago
- 973f467 Add assertion to humor the paranoid. by Dale Johannesen · 15 years ago
- 2c482f4 We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) by Victor Hernandez · 15 years ago
- 36664bf Revert my last couple of patches. They appear to have broken bison. by Eric Christopher · 15 years ago
- e0638cb Rename two IRReader.h functions to indicate that they return a Module by Jeffrey Yasskin · 15 years ago
- 963e84f Use uint64_t instead of unsigned for offsets and sizes. by Bob Wilson · 15 years ago
- 43ee50f Add svn:ignore properties. by Dan Gohman · 15 years ago
- 3eb4f7e Improve isSafeToLoadUnconditionally to recognize that GEPs with constant by Bob Wilson · 15 years ago
- 01eba39 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 15 years ago
- 8cbb612 Add size and location info in DW_TAG_class_type descriptor. by Devang Patel · 15 years ago
- 27a53de Before inserting llvm.dbg.declare intrinsic at the end of a basic block, check whether the basic block has a terminator or not. by Devang Patel · 15 years ago
- 4f17eb8 Fix MSVC build. by Benjamin Kramer · 15 years ago
- 5908839 Convert some users of ftostr to raw_ostream. by Benjamin Kramer · 15 years ago
- f304ff6 Use llvm::format instead of ftostr (which just calls sprintf). by Benjamin Kramer · 15 years ago
- 5c2873a Change the SREM case to match the logic in the IR version ComputeMaskedBits. by Duncan Sands · 15 years ago
- 7096ae4 Catch more trivial tail call opportunities: no inputs and output types match. by Evan Cheng · 15 years ago
- ac51217 Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne by Duncan Sands · 15 years ago
- cfd5418 It looks like the changes to the SRem logic of SimplifyDemandedUseBits by Duncan Sands · 15 years ago
- 8cdf54c FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. by Daniel Dunbar · 15 years ago
- 407e47c Make strcpy_chk lower to strcpy if we have a safe size. by Eric Christopher · 15 years ago
- 9988ab0 Quick fix to make the header file for the enhanced by Sean Callanan · 15 years ago
- bd51cdd Added a bare-bones Makefile to build the enhanced disassembly by Sean Callanan · 15 years ago
- a78def9 Recognize 'add_executable' when analyzing CMake files. by Ted Kremenek · 15 years ago