- 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 16 years ago
- 7d211e2 Get live interval reconstruction several steps closer to working. by Owen Anderson · 16 years ago
- d23b799 add a note by Chris Lattner · 16 years ago
- 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 16 years ago
- 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 16 years ago
- 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 16 years ago
- 998dee9 Linux wants the FDE initial location and address range to be forced to 32-bit. by Bill Wendling · 16 years ago
- bce4528 The FDE initial location and address range data should be free to be 64-bit by Bill Wendling · 16 years ago
- 8722a2c * Updated TOC and fixed named anchors * Simplified section header marking by Misha Brukman · 16 years ago
- 9e6b68d Minimize the width of the notes region: it will end where the text ends, if the by Misha Brukman · 16 years ago
- 0427f7a Simplified marking code regions with a single <pre> rather than by Misha Brukman · 16 years ago
- f08bf11 Make stripPointerCasts and getUnderlyingObject non-recursive. by Duncan Sands · 16 years ago
- 2964fe3 Experiments show that looking through phi nodes by Duncan Sands · 16 years ago
- e9dd47a Fixed spelling, removed trailing whitespace. by Misha Brukman · 16 years ago
- 740e3db Center the legal note to give it even padding on left and right, and make it by Misha Brukman · 16 years ago
- ccd0295 Cleanup: clarify llvm-gcc version and package name. by Misha Brukman · 16 years ago
- 6531d47 Clarify a bit. Based on feedback by Talin. by Duncan Sands · 16 years ago
- 516ec62 Allow readnone functions to read (and write!) global by Duncan Sands · 16 years ago
- 2b7fc1e Add braces, as suggested by a gcc warning. by Duncan Sands · 16 years ago
- 1df30c4 - Various '#if 0' cleanups. by Scott Michel · 16 years ago
- 845145f Teach LeaglizeDAG that i64 mul can be a libcall. by Scott Michel · 16 years ago
- 9ace0cd select constant exprs should have the same constraints as select instructions, by Chris Lattner · 16 years ago
- b76ec32 move select validation logic into a shared place where the select ctor, by Chris Lattner · 16 years ago
- d4f6fe5 Fix up kill/dead marking in the new live interval reconstruction code. by Owen Anderson · 16 years ago
- 169d408 Forgot to commit this file. by Owen Anderson · 16 years ago
- 60d4f6d Add prototype code for recomputing a live interval's ranges and valnos through recursive phi construction. by Owen Anderson · 16 years ago
- 3037eda Check that the function prototypes are correct before assuming that the by Nick Lewycky · 16 years ago
- 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
- 793b2e3 implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder) by Chris Lattner · 16 years ago
- f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 16 years ago
- 1323e8b add PR # by Chris Lattner · 16 years ago
- e55484e Add a simple pattern for matching 'bt'. by Chris Lattner · 16 years ago
- f1e9fd5 Fix some JIT encodings. by Chris Lattner · 16 years ago
- d1e3229 BT memory operands load from their address operand. by Chris Lattner · 16 years ago
- 1c39d4c translateX86CC can never fail. Simplify it based on this. by Chris Lattner · 16 years ago
- 722f5f1 Darwin likes for the EH frame to be non-local. by Bill Wendling · 16 years ago
- d4121be GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure by Bill Wendling · 16 years ago
- e5b7e0e Revert the changes in this testcase until Anton can fix them. by Bill Wendling · 16 years ago
- 8277970 Fix a compiler-abort on a testcase where the stack-pointer is added to by Dan Gohman · 16 years ago
- 4328708 indentation by Chris Lattner · 16 years ago
- 7c7bc72 Change comments so everybody can understand them, hopefully. by Dale Johannesen · 16 years ago
- 4c78e02 simplify some control flow and reduce indentation, no functionality change. by Chris Lattner · 16 years ago
- f6727b0 Revert 61362 and 61402 until SPEC breakage is fixed. by Dale Johannesen · 16 years ago
- 2fa2517 This fixes the bug in 175.vpr. It doesn't fix the by Dale Johannesen · 16 years ago
- f9cbc1f Add another permutation where we should get rid of a-a. by Dale Johannesen · 16 years ago
- c7a37d4 Add instruction patterns and encodings for the x86 bt instructions. by Dan Gohman · 16 years ago
- 42a8bbc Update test by Anton Korobeynikov · 16 years ago
- 56d245b Restore debug printing by Anton Korobeynikov · 16 years ago
- e2f95e9 Sometimes APInt syntax is really ugly... :( by Anton Korobeynikov · 16 years ago
- 1bfe237 Indent stuff properly by Anton Korobeynikov · 16 years ago
- 2321858 Initial checkin of APInt'ififcation of switch lowering by Anton Korobeynikov · 16 years ago
- fd1c6c3 Silence unused variable warnings. by Devang Patel · 16 years ago
- d0935c3 Fix typo. Silence unused variable warning. by Devang Patel · 16 years ago
- 2755896 Silience unused warnings. by Devang Patel · 16 years ago
- 0b1d4a7 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 16 years ago
- 9cf8ef6 add some notes for simplifylibcalls optimizations by Chris Lattner · 16 years ago
- 2e24342 Testcase to show we can tie together integers and pointers of the same size. by Chris Lattner · 16 years ago
- 1f33f8e Tweak --version to include the date and time. by Steve Naroff · 16 years ago
- c9a5b9e Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 16 years ago
- 1bda054 Comment MO_FPImmediate and doxygenate surrounding comments. by Dan Gohman · 16 years ago
- 237dee1 Use isTerminator() instead of isBranch()||isReturn() in by Dan Gohman · 16 years ago
- e1dfc7d Avoid an unnecessary call to allnodes_size(), which is linear. by Dan Gohman · 16 years ago
- 1578f84 Minor code simplifications. by Dan Gohman · 16 years ago
- f900f7b revert r61368. by Zhongxing Xu · 16 years ago
- fe5c8d0 Remove dead code. by Zhongxing Xu · 16 years ago
- 2fe269d Added shuffle and splat test cases for r61365. by Mon P Wang · 16 years ago
- 62c75ea Fixed code generation for v8i16 and v16i8 splats on X86. by Mon P Wang · 16 years ago
- e6ec255 Fix the time regression I introduced in 464.h264ref with by Dale Johannesen · 16 years ago
- 58e39b0 One more permutation of subtracting off a base value. by Dale Johannesen · 16 years ago
- ae53c93 Don't forget to remove phi nodes from the value numbering table after we collapse them. by Owen Anderson · 16 years ago
- 15a3a49 Make the fuse-failed debug output human-readable. by Dan Gohman · 16 years ago
- 30788b8 Comment clean-ups. No functionality change. by Bill Wendling · 16 years ago
- 6d463f2 Check that the instruction isn't in the value numbering scope. by Bill Wendling · 16 years ago
- 75f02ee Simplification: Negate the operator== method instead of implementing a full operator!= method. by Bill Wendling · 16 years ago
- 70ded19 Add verification that deleted instruction isn't hiding in the PHI map. by Bill Wendling · 16 years ago
- ec40d50 Verify removed in a few more places. by Bill Wendling · 16 years ago
- 246dbbb Add verification functions to GVN which check to see that an instruction was by Bill Wendling · 16 years ago
- 00d448a Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate by Dan Gohman · 16 years ago
- 8044e9b Optimize setDepthDirty and setHeightDirty a little, as they showed by Dan Gohman · 16 years ago
- 361c31d Add an assertion to the ScheduleDAGInstrs class to catch SUnits by Dan Gohman · 16 years ago
- fb8a135 Add an accesor for the isNormalMemory field in the SDep class. by Dan Gohman · 16 years ago
- 983bbba Add an assertion to catch SUnits reallocations. And add a doxygen by Dan Gohman · 16 years ago
- b554494 Clarify a comment. by Dan Gohman · 16 years ago
- a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 16 years ago
- 13a09e2 Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). by Nick Lewycky · 16 years ago
- b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 16 years ago
- edf22b9 Reword the comment for ConstantInt's getLimitedValue. by Dan Gohman · 16 years ago
- 9dce873 Remove redundant test for vector-nature. Scan the vector first to see whether by Nick Lewycky · 16 years ago
- fce4028 LiveInterval::removeKills and isKill don't need 'this' and by Dan Gohman · 16 years ago
- e19c636 Use SmallVector's pop_back_val. by Dan Gohman · 16 years ago
- f89e6e6 Use the correct Preds and Succs lists in setHeightDirty() by Dan Gohman · 16 years ago
- b8fd419 More precise XFAIL. by Bill Wendling · 16 years ago
- c6acb57 Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it. by Bill Wendling · 16 years ago
- 6c3643c Use ~0u instead of -1u as the special value, to hopefully avoid by Dan Gohman · 16 years ago
- 5379f41 Fix PR3149. If an early clobber def is a physical register and it is tied to an input operand, it effectively extends the live range of the physical register. Currently we do not have a good way to represent this. by Evan Cheng · 16 years ago
- de8c611 The fields for the stoppoint debug intrinsic have not changed, so update the by John Criswell · 16 years ago
- 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 16 years ago
- 95ca731 Add dyn_cast_or_null bindings for some additional classes missed in r61252. by Gordon Henriksen · 16 years ago
- 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
- 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 16 years ago