- a2f5e00 AsmMatcher: Create operand classes before use, apparently records aren't visited by Daniel Dunbar · 16 years ago
- ca13461 Fix a case where debug_value could affect codegen. by Dale Johannesen · 16 years ago
- 6ecfccfd Use more specific types to avoid casts. No functionality change. by Bob Wilson · 16 years ago
- 8ad1f0e Remove ARM-specific calling convention from this test. Target data is by Bob Wilson · 16 years ago
- 728e5eb X86.td: Refactor to bring operands that use print_pcrel_imm together. by Daniel Dunbar · 16 years ago
- 0806f9f FileCheck: When looking for "possible matches", only compare against the prefix by Daniel Dunbar · 16 years ago
- ec2b1f1 AsmMatcher/X86: Separate out sublass for memory operands that have no segment by Daniel Dunbar · 16 years ago
- b489d0f Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTrapIfNull(). by Jakob Stoklund Olesen · 16 years ago
- 5045958 MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. by Daniel Dunbar · 16 years ago
- 69a8c7f Modified encoding bits specification for VFP instructions. In particular, the D by Johnny Chen · 16 years ago
- 4483c7b Print a comment next to "materializable" global values, to distinguish by Dan Gohman · 16 years ago
- 6c2e8a9 PPC is not ready for sibcall optimization. by Evan Cheng · 16 years ago
- fb2ea61 Preserve load alignment in instcombine transformations. I've been unable to by Bob Wilson · 16 years ago
- e3a1e50 Minor code cleanup. by Dan Gohman · 16 years ago
- d8a5541 Skip whitespace when looking for a potential intended match. Before: by Dan Gohman · 16 years ago
- e546343 Fix the position of the caret in the FileCheck error message. Before: by Dan Gohman · 16 years ago
- fcb0ee8 by Junjie Gu · 16 years ago
- 400c700 Removed symbols from .exports that are not yet in the library. by Sean Callanan · 16 years ago
- 973f467 Add assertion to humor the paranoid. by Dale Johannesen · 16 years ago
- 2c482f4 We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) by Victor Hernandez · 16 years ago
- 36664bf Revert my last couple of patches. They appear to have broken bison. by Eric Christopher · 16 years ago
- e0638cb Rename two IRReader.h functions to indicate that they return a Module by Jeffrey Yasskin · 16 years ago
- 963e84f Use uint64_t instead of unsigned for offsets and sizes. by Bob Wilson · 16 years ago
- 43ee50f Add svn:ignore properties. by Dan Gohman · 16 years ago
- 3eb4f7e Improve isSafeToLoadUnconditionally to recognize that GEPs with constant by Bob Wilson · 16 years ago
- 01eba39 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 16 years ago
- 8cbb612 Add size and location info in DW_TAG_class_type descriptor. by Devang Patel · 16 years ago
- 27a53de Before inserting llvm.dbg.declare intrinsic at the end of a basic block, check whether the basic block has a terminator or not. by Devang Patel · 16 years ago
- 4f17eb8 Fix MSVC build. by Benjamin Kramer · 16 years ago
- 5908839 Convert some users of ftostr to raw_ostream. by Benjamin Kramer · 16 years ago
- f304ff6 Use llvm::format instead of ftostr (which just calls sprintf). by Benjamin Kramer · 16 years ago
- 5c2873a Change the SREM case to match the logic in the IR version ComputeMaskedBits. by Duncan Sands · 16 years ago
- 7096ae4 Catch more trivial tail call opportunities: no inputs and output types match. by Evan Cheng · 16 years ago
- ac51217 Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne by Duncan Sands · 16 years ago
- cfd54181 It looks like the changes to the SRem logic of SimplifyDemandedUseBits by Duncan Sands · 16 years ago
- 8cdf54c FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. by Daniel Dunbar · 16 years ago
- 407e47c Make strcpy_chk lower to strcpy if we have a safe size. by Eric Christopher · 16 years ago
- 9988ab0 Quick fix to make the header file for the enhanced by Sean Callanan · 16 years ago
- bd51cdd Added a bare-bones Makefile to build the enhanced disassembly by Sean Callanan · 16 years ago
- a78def9 Recognize 'add_executable' when analyzing CMake files. by Ted Kremenek · 16 years ago
- 55b8809 Update CMake build. by Ted Kremenek · 16 years ago
- 949124c Add constant support to object size handling and remove default by Eric Christopher · 16 years ago
- 466f37b Generic reformatting and comment fixing. No functionality change. by Bill Wendling · 16 years ago
- 9f9113a Add newline to debugging output, and fix some grammar-os in comment. by Bill Wendling · 16 years ago
- 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 16 years ago
- 1897ed3 mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics by Victor Hernandez · 16 years ago
- 4533cac Assign the ordering of SDNodes in a much less intrusive fashion. After the by Bill Wendling · 16 years ago
- 1124cc0 Support some more options... by Mikhail Glushenkov · 16 years ago
- 8ca83b4 Remove the folding rule by Dan Gohman · 16 years ago
- 12ea66a Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 16 years ago
- 2c47368 Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask by Duncan Sands · 16 years ago
- 21569cd Add llvm::Program::ChangeStderrToBinary(). by Douglas Gregor · 16 years ago
- 150dfa8 Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr, by Dan Gohman · 16 years ago
- a34103f convert the last 3 targets to use EmitFunctionBody() now that by Chris Lattner · 16 years ago
- 06ed3e7 Make getAlignOf return an i64, for consistency with getSizeOf and by Dan Gohman · 16 years ago
- 0f5efe5 Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place by Dan Gohman · 16 years ago
- edfe776 add target hooks for emitting random gunk before and after the function body. by Chris Lattner · 16 years ago
- 5fef8bc Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output type is different from its inputs. by Evan Cheng · 16 years ago
- a6086fc switch blackfin to the default runOnMachineFunction by Chris Lattner · 16 years ago
- 08acebc eliminate a now-useless class. by Chris Lattner · 16 years ago
- 745ec06 Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). by Chris Lattner · 16 years ago
- ca752c9 Update of 94055 to track the IR level call site information via an intrinsic. by Jim Grosbach · 16 years ago
- 4fcd607 Record the death of ModuleProvier and GhostLinkage in the release notes and by Jeffrey Yasskin · 16 years ago
- d49fe1b Give AsmPrinter the most common expected implementation of by Chris Lattner · 16 years ago
- bec4877 Truncate the release notes so they're ready to accumulate notes for the 2.7 release. by Jeffrey Yasskin · 16 years ago
- a786cea switch ARM to EmitFunctionBody(). by Chris Lattner · 16 years ago
- 10e7c60 emit a 0 byte instead of a noop if a function is empty on darwin. by Chris Lattner · 16 years ago
- 14c38ec Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 16 years ago
- a240619 Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. by Chris Lattner · 16 years ago
- 80c0620 don't emit constant pools twice. by Chris Lattner · 16 years ago
- be9dfce rename printVisibility to EmitVisibility and make it private, by Chris Lattner · 16 years ago
- 953ebb7 switch ARM to use EmitFunctionHeader. by Chris Lattner · 16 years ago
- 7d7dab0 eliminate the ARMFunctionInfo::Align member, using by Chris Lattner · 16 years ago
- aeb7be3 add a helper function for bumping up the alignment of a machine function. by Chris Lattner · 16 years ago
- ff0210d switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cpp by Chris Lattner · 16 years ago
- 5006071 switch mips to use the shared EmitFunctionHeader() function by Chris Lattner · 16 years ago
- e274901 Changed constants to an enum so as not to pollute the by Sean Callanan · 16 years ago
- c3fbf91 Added a header file defining the externally-visible C API by Sean Callanan · 16 years ago
- 9514fcb If the only use of something is a DEBUG_VALUE, don't by Dale Johannesen · 16 years ago
- 714eb73 Treat MO_REG 0 location as undefined in DEBUG_VALUE, per document. by Dale Johannesen · 16 years ago
- 16abe7d Add an svn:ignore. by Dan Gohman · 16 years ago
- 7bf5cf4 Need to recurse for all operands of function-local metadata; and handle Instructions (which map to themselves) by Victor Hernandez · 16 years ago
- e98585e Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock. by Bob Wilson · 16 years ago
- 49a43f1 Update CMake build. by Ted Kremenek · 16 years ago
- f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
- 5deb57c Don't bother with sprintf, just pass the Twine through. by Benjamin Kramer · 16 years ago
- 2d64ca0 Use the less expensive getName function instead of getNameStr. by Benjamin Kramer · 16 years ago
- 6f03433 Quick fix to a test that is currently failing on every Linux build bot. No idea by Chandler Carruth · 16 years ago
- de4c080 Silence GCC warnings with asserts turned off. No functionality change. by Chandler Carruth · 16 years ago
- 4221066 Make SMDiagnostic::Print a const method. by Mikhail Glushenkov · 16 years ago
- e690ffb Trailing whitespace. by Mikhail Glushenkov · 16 years ago
- bc15f24 Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments]. by Duncan Sands · 16 years ago
- 2cf7251 add a new AsmPrinter::EmitFunctionEntryLabel virtual function, by Chris Lattner · 16 years ago
- ed240c4 Suppress clang warning about unused arguments. by Daniel Dunbar · 16 years ago
- b171245 Perform trivial tail call optimization for callees with "C" ABI. These are done by Evan Cheng · 16 years ago
- 0a65a14 merge two ifs by Chris Lattner · 16 years ago
- 3511c70 some cleanups. by Chris Lattner · 16 years ago
- 5b718e3 no need to check for null by Chris Lattner · 16 years ago
- dee740d Remove a dead target hook. by Evan Cheng · 16 years ago
- 37469d1 ppc/linux isn't ready for this and it was an accident that it was included. by Chris Lattner · 16 years ago