2010-02-02 |
Sean Callanan | Removed an unnecessary class from the EDDisassembler |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dale Johannesen | Make local RA smarter about reusing input register... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Zhongxing Xu | 11.8p1: A nested class is a member and as such has... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | LangRef.html says that inttoptr and ptrtoint always... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | Factor out alignof expression folding into a separate... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Dan Gohman | Various code simplifications. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Don't need to check the last argument since it'll alway... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | More indentation/tabification fixes. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Eric Christopher | Untabify previous commit. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Sean Callanan | Changed to Chris Lattner's suggested approach, which |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Fix for builds with separate source and build |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Johnny Chen | MOVi16 should also be marked as a UnaryDP instruction... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Updated to use the proper .exports file for the |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bill Wendling | Add "dump" method to IVUsersOneStride. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dale Johannesen | Testcase for 94996 (PR 6157) |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Evan Cheng | Fix PR6196. GV callee may not be a function. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Evan Cheng | Add test case for 95013. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Mon P Wang | Improve EXTRACT_VECTOR_ELT patch based on comments... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Sean Callanan | Rollback on including blocks functionality in .exports |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Bob Wilson | Add an option to GVN to remove all partially redundant... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Duncan Sands | Do an early exit when the result is known cheaply. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | eliminate a bunch of pointless LLVMContext arguments. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Duncan Sands | Fix typo "of" -> "or" and change the way a line was... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix PR6195, a bug constant folding scalar -> vector... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dale Johannesen | fix PR 6157. Testcase pending. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | cleanups. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix PR6197 - infinite recursion in ipsccp due to block... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Mon P Wang | Fixed a couple of optimization with EXTRACT_VECTOR_ELT... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Update this test for a trivial register allocation... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Dan Gohman | Generalize target-independent folding rules for sizeof... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Chris Lattner | fix rdar://7590304, a miscompilation of objc apps on... |
commit | commitdiff | tree | snapshot |
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 |
next |