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 |
2010-01-27 |
Chris Lattner | switch ARM to use EmitFunctionHeader. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | eliminate the ARMFunctionInfo::Align member, using |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | add a helper function for bumping up the alignment... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | switch blackfin to use EmitFunctionHeader. BlackfinAsm... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | switch mips to use the shared EmitFunctionHeader()... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sean Callanan | Changed constants to an enum so as not to pollute the |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sean Callanan | Added a header file defining the externally-visible... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Dale Johannesen | If the only use of something is a DEBUG_VALUE, don't |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Dale Johannesen | Treat MO_REG 0 location as undefined in DEBUG_VALUE, |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Victor Hernandez | Need to recurse for all operands of function-local... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Bob Wilson | Avoid creating redundant PHIs in SSAUpdater::GetValueIn... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Benjamin Kramer | Don't bother with sprintf, just pass the Twine through. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Benjamin Kramer | Use the less expensive getName function instead of... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chandler Carruth | Quick fix to a test that is currently failing on every... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chandler Carruth | Silence GCC warnings with asserts turned off. No functi... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Mikhail Glushenkov | Make SMDiagnostic::Print a const method. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Duncan Sands | Revert commit 94666 (ddunbar) [Suppress clang warning... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | add a new AsmPrinter::EmitFunctionEntryLabel virtual... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Suppress clang warning about unused arguments. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Evan Cheng | Perform trivial tail call optimization for callees... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | merge two ifs |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | some cleanups. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | no need to check for null |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Evan Cheng | Remove a dead target hook. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | ppc/linux isn't ready for this and it was an accident... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Victor Hernandez | When converting dbg.declare to dbg.value, attach promot... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Victor Hernandez | Linker needs to do deep-copy of function-local metadata... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | use existing basic block numbers instead of recomputing |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Evan Cheng | Clarify what -tailcallopt option actually do. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Jim Grosbach | Adjust setjmp instruction sequence to not need 32-bit... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Evan Cheng | Eliminate target hook IsEligibleForTailCallOptimization. |
commit | commitdiff | tree | snapshot |
next |