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 |
2010-01-27 |
Evan Cheng | Restore to pre-94570 state. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | mcize label emission for functions. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | use EmitLinkage for functions as well as globals. ... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | pull linkage emission code out to a new EmitLinkage... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | rearrange some directives, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jeffrey Yasskin | Roll r94484 (avoiding RTTI problems in tests) forward... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Victor Hernandez | Avoid extra calls to MD->getNumOperands() |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Evan Cheng | Ignore 'forced' tailcall opt in fastisel mode. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | remove a noop function. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jakob Stoklund... | Fix inline cost predictions with SCIENCE. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | now that enough stuff is constified, move function... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | constify a bunch of dwarf stuff now that the registerin... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | constify a method argument. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Evan Cheng | Allow some automatic tailcall optimization without... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Evan Cheng | Delete blank lines that bug me. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | call emitconstantpool and emitjumptable like other... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Devang Patel | Before existing NamedMDNode entry in the symbol table... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | emit jump table an alias ".set" directives through... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | fix CastInst::castIsValid to reject aggregate types... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Devang Patel | Remve unnecessary include. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Devang Patel | Use AssertingVH, just to be paranoid. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jakob Stoklund... | Revert test polarity to match comment and desired outco... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jakob Stoklund... | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jakob Stoklund... | Skip calculation of ArgumentWeights if it will never... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Devang Patel | Emit DW_AT_containing_type attribute for a class if... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Devang Patel | Add extra element to composite type. This new element... |
commit | commitdiff | tree | snapshot |
next |