- 87e9807 Fix for atomic intrinsics detection when using MSVC. by Oscar Fuentes · 15 years ago
- 87bad70 Remove old DBG_LABEL code. by Dan Gohman · 15 years ago
- 714efc6 Remove the unused DisableLegalizeTypes option and related code. by Dan Gohman · 15 years ago
- 7402662 Calling InvalidateEntry during the refinement was breaking the bootstrap. by Bill Wendling · 15 years ago
- 32bc236 Final cleanups: by Bill Wendling · 15 years ago
- dc492e0 Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail. by Bill Wendling · 15 years ago
- 750e0e0 Document that memory use intrinsics may also return Def results. by Nick Lewycky · 15 years ago
- 93d3311 Fix indentation in switch statement. by Nick Lewycky · 15 years ago
- 83e8ec7 Generalize this optimization to work on equality comparisons between any two by Nick Lewycky · 15 years ago
- 6c7e8a0 More updates to objectsize intrinsic docs. by Eric Christopher · 15 years ago
- b3b9821 Don't print a space before the : between the file name and line number. by Dan Gohman · 15 years ago
- 688da28 Inline methods which are called only once. by Bill Wendling · 15 years ago
- 5681689 Refactor some code. No functionality change. by Bill Wendling · 15 years ago
- eecb991 Print newlines after printing labels for debug info, so that the output by Dan Gohman · 15 years ago
- 381ca55 Don't blindly set the debug location for PHI node copies. by Dan Gohman · 15 years ago
- 6e3ff37 Make TargetSelectInstruction protected and called from FastISel.cpp by Dan Gohman · 15 years ago
- 864e2ef Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of by Dan Gohman · 15 years ago
- 735985f Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 15 years ago
- 07f111e The debug information for an LLVM Instruction applies to that Instruction by Dan Gohman · 15 years ago
- 3b9bc04 Fix this code to use DIScope instead of DICompileUnit, as in r90181. by Dan Gohman · 15 years ago
- 4b808b0 Don't print the debug directory; it's often long and uninteresting. Omit by Dan Gohman · 15 years ago
- 7004b9c Minor code simplification. by Dan Gohman · 15 years ago
- 63be493 by David Greene · 15 years ago
- 8a3f644 Remove now-redundant llvm-as invocations. by Dan Gohman · 15 years ago
- adbc23c by David Greene · 15 years ago
- 7907ddb Add testcase for PR4262. by Bill Wendling · 15 years ago
- fcafe44 Print a space between the comment character and the text. by Dan Gohman · 15 years ago
- e98be31 Temporarily revert r72620 because r72619 was reverted. by Bill Wendling · 15 years ago
- d55224c In TAG_subrange_type, uppder bound is zero indexed. by Devang Patel · 15 years ago
- 03c8406 by David Greene · 15 years ago
- 5e33632 by David Greene · 15 years ago
- ea7bfc5 Fix indentation. by Bob Wilson · 15 years ago
- f7ea2a5 by David Greene · 15 years ago
- 29dbf50 by David Greene · 15 years ago
- 39fdd69 Fix up some comments. by Bob Wilson · 15 years ago
- d614a1f Fix 80-column violations. by Bob Wilson · 15 years ago
- d90ade5 OptParser: Emit HelpText field for option groups. by Daniel Dunbar · 15 years ago
- 1500c4f Some code cleanup. No functionality change. by Bill Wendling · 15 years ago
- ff7707e Avoid creating a metadata slot for all metadata that contains an instruction by Victor Hernandez · 15 years ago
- 11572ba Handle recursive PHI's. by Evan Cheng · 15 years ago
- 954c80e Fix crasher when N->getElement(n) is NULL by Victor Hernandez · 15 years ago
- 79fc6f4 Add a pre-regalloc tail duplication pass. by Evan Cheng · 15 years ago
- 9d0f8bb Don't try to be cute with undef optimization here. Let ProcessImplicitDefs handle it. by Evan Cheng · 15 years ago
- 36236b7 Add note about a subtle bug in this code. Does not effect the main by Duncan Sands · 15 years ago
- 83563b2 Fix typo and add missing include. by Daniel Dunbar · 15 years ago
- 1f6ae81 Added debug output for inherited passes that are invalidated. by Andreas Neustifter · 15 years ago
- fa8182e Forward -m32/-m64 to the linker. by Mikhail Glushenkov · 15 years ago
- 3ab4883 Support -march/-mtune/-mcpu. by Mikhail Glushenkov · 15 years ago
- 44a7a38 Fix PR5551 by not ignoring the top level constantexpr when by Chris Lattner · 15 years ago
- bbf9a58 add to cmake by Chris Lattner · 15 years ago
- e4968a4 Small and carefully crafted testcase showing a miscompilation by GVN by Chris Lattner · 15 years ago
- 210e45a add the start of a class used to handle phi translation in memdep and by Chris Lattner · 15 years ago
- 9b195ea Create yet another helper for Invoke. by Mike Stump · 15 years ago
- 97e2450 Teach AsmWriter to write inline (not via a global metadata slot) metadata that contains an instruction by Victor Hernandez · 15 years ago
- eb35699 Fix a comment typo. by Bob Wilson · 15 years ago
- b39a407 Add some helpers for Invoke to mirror CreateCall helpers. by Mike Stump · 15 years ago
- 45305d4 add an assert to make it really clear what this is doing. Return singularval as by Chris Lattner · 15 years ago
- 6b74e50 Also attempt trivial coalescing for live intervals that end in a copy. by Jakob Stoklund Olesen · 15 years ago
- 2e65c29 - If the reaching definition is an undef and the use is a PHI, add the implicit_def to the end of the source block. by Evan Cheng · 15 years ago
- b3235d2 Insert composite type DIE into the map before processing type fields. This allows fields to find their context DIE from the map. by Devang Patel · 15 years ago
- 1971556 Add ParseInlineMetadata() which can parses metadata that refers to an instruction. Extend ParseParameterList() to use this new function so that calls to llvm.dbg.declare can pass inline metadata by Victor Hernandez · 15 years ago
- 4dc4a61 remove out of date FIXME. by Jim Grosbach · 15 years ago
- 01306ca Handle undef values properly. by Evan Cheng · 15 years ago
- 9aed939 Watch out for PHI instruction with no source operands. by Evan Cheng · 15 years ago
- 4a8ee23 Fix a comment typo. by Bob Wilson · 15 years ago
- 9993b88 Fix ExpandShiftWithUnknownAmountBit, which was completely bogus. by Duncan Sands · 15 years ago
- f4811a9 Clean up some loop logic. by Jakob Stoklund Olesen · 15 years ago
- 5d11eb0 Add support to emit debug info for virtual functions and virtual base classes. by Devang Patel · 15 years ago
- 018402d Print a newline after the Args: line so that unrelated errs() output doesn't by Dan Gohman · 15 years ago
- 88a91b5 Fix MSVC build. by Benjamin Kramer · 15 years ago
- 8c30abe Convert ProfileVerifier to template so it can be used for different types of ProfileInfo. by Andreas Neustifter · 15 years ago
- 1640f7e Do not create negative edge weights in ProfileEstimator. by Andreas Neustifter · 15 years ago
- a6d5e40 Add an implementation of the delta debugging algorithm. by Daniel Dunbar · 15 years ago
- 44299c9 Use ProfileInfo-API in ProfileInfo Loader and do more assertions. by Andreas Neustifter · 15 years ago
- e2baf6b Converted ProfileInfo to template, added more API for ProfileInfo-preserving. by Andreas Neustifter · 15 years ago
- 111e762 Teach tail duplication to update SSA form. Work in progress. by Evan Cheng · 15 years ago
- 89742c2 expand note. by Chris Lattner · 15 years ago
- 0533217 add a note by Chris Lattner · 15 years ago
- 93e0ed3 Don't pull vector sext through both hands of a logical operation, since doing so prevents the fusion of vector sext and setcc into vsetcc. by Nate Begeman · 15 years ago
- 56856b1 fix a build problem with VC++, PR5664, patch by Alp Toker! by Chris Lattner · 15 years ago
- 324f4f1 Recognize canonical forms of vector shuffles where the same vector is used for by Bob Wilson · 15 years ago
- 9f0d4e6 Don't call getValueType() on a null SDValue by Jakob Stoklund Olesen · 15 years ago
- c9f2027 Fix this crasher, and add a FIXME for a missed optimization. by Owen Anderson · 15 years ago
- 229694f Fill out codegen SSA updater. It's not yet tested. by Evan Cheng · 15 years ago
- cb06403 Revert r90371. It was causing build failures. by Bill Wendling · 15 years ago
- 15d75d9 Don't hang on to pointers or references after vector::push_back. by Jakob Stoklund Olesen · 15 years ago
- fd82af0 add a failing testcase. by Chris Lattner · 15 years ago
- 1d5cc1d Emit method definition DIE at module level (even for methods with inlined functino body at soure level) so that the debugger can invoke it. This fixes many test failures in gdb test suite. by Devang Patel · 15 years ago
- b8e675c Further improvements: refactoring code that does the same thing into one by Bill Wendling · 15 years ago
- bf108bd yay for case insensitive file systems (?) by Chris Lattner · 15 years ago
- e568fa2 fix PR5673 by being more careful about pointers to functions. by Chris Lattner · 15 years ago
- 35e86af remove some dead std::ostream using code. by Chris Lattner · 15 years ago
- 7896c9f improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 15 years ago
- dd5eb02 This initial code is meant to convert TargetData to use an AbstractTypesUser so by Bill Wendling · 15 years ago
- e731fa2 Fix CMake makefiles by Douglas Gregor · 15 years ago
- 651ea53 Skeleton for MachineInstr level SSA updater. by Evan Cheng · 15 years ago
- 3627b48 Remove unnecessary check. by Bill Wendling · 15 years ago
- b51d3f9 Add MaxStackAlignment.cpp to CMake by Jim Grosbach · 15 years ago
- e27d205 Factor the stack alignment calculations out into a target independent pass. by Jim Grosbach · 15 years ago
- f1e01dc Don't count PHI instructions toward the limit for tail duplicating a block. by Bob Wilson · 15 years ago