- 481ff5b Clear debug info at the end of function processing. by Devang Patel · 17 years ago
- e9bfb0f There is no need to maintain separate labelid list in the dwarf writer. It is not a good idea. by Devang Patel · 17 years ago
- c775ea1 Remove some dead code from the days llvm had type planes. by Rafael Espindola · 17 years ago
- c29a56d Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register to a virtual register unless it requires an expensive cross class copy. That means we are only treating "expensive to copy" register dependency as physical register dependency. by Evan Cheng · 17 years ago
- e1762c9 More two-address fixes. This gets lua working with join-creation enabled. by Owen Anderson · 17 years ago
- d4a2700 make tblgen autogenerate the nocapture intrinsics for by Chris Lattner · 17 years ago
- 048ffb2 make tblgen emit the entire Intrinsic::getAttributes method, by Chris Lattner · 17 years ago
- c344371 Increase default inlining aggressiveness in partial by Dale Johannesen · 17 years ago
- 255b26e simplify CallSite helper class to not consult the Instruction's by Gabor Greif · 17 years ago
- 31a69cb Duncan is nervous about undefinedness of % with negatives. I'm by Chris Lattner · 17 years ago
- 1c412d9 do not generated GEPs into vectors where they don't already exist. by Chris Lattner · 17 years ago
- dbc3bc2 Make a couple of cleanups to the instcombine bitcast/gep by Chris Lattner · 17 years ago
- 1ed86d7 Use the spiffy new getAlignmentFromAttrs function. by Nick Lewycky · 17 years ago
- 9aacec1 CheckForPhysRegDependency should not return copy cost. It's not used. No functionality change. by Evan Cheng · 17 years ago
- f2accb5 80 col violation. by Evan Cheng · 17 years ago
- 9795da5 Reduce initial small vector sizes. by Devang Patel · 17 years ago
- 0dc969e Fix thinko. Create parent scope if parent descriptor is *not* null. by Devang Patel · 17 years ago
- 5c3c5a4 Duplicated node may produce a non-physical register def. by Evan Cheng · 17 years ago
- 84036a7 Minor debug output tweak. by Evan Cheng · 17 years ago
- 6e7a161 Request DwarfWriter. This will be used to handle dbg_* intrinsics. by Devang Patel · 17 years ago
- ed78f43 fix typo Duncan noticed. by Chris Lattner · 17 years ago
- 583dd60 Fix PR3304 by Chris Lattner · 17 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
- a80d668 Implement rdar://6480391, extending of equality icmp's to avoid a truncation. by Chris Lattner · 17 years ago
- 6d6b410 Remove some old code that looks like a remanant from signed-types days. by Chris Lattner · 17 years ago
- 2a99b48 Fix PR3298, a crash in Jump Threading. Apparently even by Chris Lattner · 17 years ago
- 46cd5a1 Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible. by Chris Lattner · 17 years ago
- 5840779 move some code, check to see if the input to the GEP is a bitcast by Chris Lattner · 17 years ago
- 5446274 Add load-folding table entries for MOVDQA. by Dan Gohman · 17 years ago
- b134709 Whitespace and other minor adjustments to make SSE instructions have by Dan Gohman · 17 years ago
- e345566 Adjustments to last patch based on review. by Dale Johannesen · 17 years ago
- 24c047f 61949 accidentally introduced an escaped newline. Fix this by making by Dan Gohman · 17 years ago
- eb3fc28 by Devang Patel · 17 years ago
- 5d5ee80 Delete unnecessary parens around return values. by Dan Gohman · 17 years ago
- 069f12a Fix the comment for lltok::backslash. by Dan Gohman · 17 years ago
- 5d13665 Fix the path to llvm/Assembly/Parser.h in a comment. by Dan Gohman · 17 years ago
- 4362387 Do not inline functions with (dynamic) alloca into by Dale Johannesen · 17 years ago
- 86062af Use mayBeOverridden here, in anticipation of the by Duncan Sands · 17 years ago
- 0f2831c ValueTracker can't assume that an alloca with no specified alignment by Chris Lattner · 17 years ago
- 1e407c3 one more crash from PR3281, we now diagnose: by Chris Lattner · 17 years ago
- 9f8fcfc Add DebugInfo based APIs to record source line info. by Devang Patel · 17 years ago
- ce07e99 * Moved author attribution to CREDITS.TXT * Removed trailing whitespace by Misha Brukman · 17 years ago
- 2a835f9 * Alphabetized #includes * Removed trailing whitespace by Misha Brukman · 17 years ago
- 9fee08f add some more crazy strlen and memcpy stuff I noticed in spec. by Chris Lattner · 17 years ago
- ffb08f5 add some notes about strlen craziness in eon. by Chris Lattner · 17 years ago
- 5ffe6ac This implements the second half of the fix for PR3290, handling by Chris Lattner · 17 years ago
- 2ec78c4 Add APIs to record regions and variables. Again, shamelessly copied from MMI. by Devang Patel · 17 years ago
- 7a6e5a3 Add APIs to manage scope using DebugInfo interface. by Devang Patel · 17 years ago
- 86e34fb Fix failure messages in Verifier::PerformTypeCheck. The argument numbers by Bob Wilson · 17 years ago
- ba811e5 CMake: removed lib/VMCore/DebugInfoBuilder.cpp. by Oscar Fuentes · 17 years ago
- 850168c Assert that VectorType::getTruncatedElementVectorType is not used with by Bob Wilson · 17 years ago
- 71c3f45 remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h by Chris Lattner · 17 years ago
- 93c65c8 Fix off-by-one error in traversing an array; this fixes a test. by Misha Brukman · 17 years ago
- fdede43 revert to functionally equivalent formulation by Gabor Greif · 17 years ago
- 8fe53b7 use the obvious getters by Gabor Greif · 17 years ago
- 25fd403 Remove redundant 'else's. No functionality change. by Dan Gohman · 17 years ago
- 177d84e Whitespace - correct formatting. by Duncan Sands · 17 years ago
- b0cea8f Remove alloca tracking from nocapture analysis. Not only by Duncan Sands · 17 years ago
- acf9844 Reorder these. by Duncan Sands · 17 years ago
- 00e7ea9 Use a switch rather than a sequence of "isa" tests. by Duncan Sands · 17 years ago
- b18715a The verifier checks that the aliasee is not null. by Duncan Sands · 17 years ago
- d2fa781 Implement the first half of PR3290: if there is a store of an by Chris Lattner · 17 years ago
- d93afec Factor a bunch of code out into a helper method. by Chris Lattner · 17 years ago
- cf32186 use continue to simplify code and reduce nesting, no functionality change. by Chris Lattner · 17 years ago
- 56c3852 Get TargetData once up front and cache as an ivar instead of by Chris Lattner · 17 years ago
- d356a7e Use the hasAllZeroIndices predicate to simplify some by Chris Lattner · 17 years ago
- 8f90b6e The coalescer does not coalesce a virtual register to a physical register if any of the physical register's sub-register live intervals overlaps with the virtual register. This is overly conservative. It prevents a extract_subreg from being coalesced away: by Evan Cheng · 17 years ago
- fbb7486 Add patterns to match conditional moves with loads folded by Dan Gohman · 17 years ago
- b33fc7b Add load-folding table entries for cmovno too. by Dan Gohman · 17 years ago
- 305fceb Define instructions for cmovo and cmovno. by Dan Gohman · 17 years ago
- 653456c X86_COND_C and X86_COND_NC are alternate mnemonics for by Dan Gohman · 17 years ago
- bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 17 years ago
- cca2983 Revert r42653 and forward-port the code that lets INC64_32r be by Dan Gohman · 17 years ago
- 21213e7 CellSPU: by Scott Michel · 17 years ago
- 2c91d10 Fix a bug in ComputeLinearIndex computation handling multi-level by Dan Gohman · 17 years ago
- 5d31598 Set up DwarfDebug using DebugInfo API. by Devang Patel · 17 years ago
- 5fe1fac Forgot that this was needed for Linux. This should fix the builds. by Bill Wendling · 17 years ago
- 200ee7f The phi construction algorithm used for interval reconstruction is complicated by by Owen Anderson · 17 years ago
- 939e3a7 CellSPU: Update the README by Scott Michel · 17 years ago
- dd95009 CellSPU: by Scott Michel · 17 years ago
- ce0d4b7 Update these argument lists for the isNormalMemory by Dan Gohman · 17 years ago
- fd2163b Use a latency value of 0 for the artificial edges inserted by by Dan Gohman · 17 years ago
- 159c35b Change m_ConstantInt and m_SelectCst to take their constant integers by Chris Lattner · 17 years ago
- 78eb6ad by Devang Patel · 17 years ago
- c452324 by Devang Patel · 17 years ago
- d1ca925 by Devang Patel · 17 years ago
- d60de51 Revert r61415 and r61484. Duncan was correct that these weren't needed. by Bill Wendling · 17 years ago
- a80c859 Don't call setDepthDirty/setHeightDirty when adding an edge by Dan Gohman · 17 years ago
- 8526cc0 Extract source location info from DebugInfo. by Devang Patel · 17 years ago
- 48d190f Add type DIEs using DebugInfo. by Devang Patel · 17 years ago
- 27a5300 Teach the internalize pass to also internalize global aliases. by Duncan Sands · 17 years ago
- 91c9c310 When checking if an Argument escapes, check if by Duncan Sands · 17 years ago
- 7e66c0d Find loop back edges only after empty blocks are eliminated. by Evan Cheng · 17 years ago
- de77ebc Not having an aliasee is a theoretical possibility. by Duncan Sands · 17 years ago
- 15b5750 Format more neatly. by Duncan Sands · 17 years ago
- 2631ac3 Remove trailing spaces. by Duncan Sands · 17 years ago
- 1da5f2d Delete unused global aliases with internal linkage. by Duncan Sands · 17 years ago
- f421533 Construct composite type DIE using DebugInfo. by Devang Patel · 17 years ago
- a22d57d Add classof() methods so that dwarf writer can decide what DIDescriptor is in its hand. by Devang Patel · 17 years ago
- 11df7e5 TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its by Dan Gohman · 17 years ago