- 68cf03a Fix resetCachedCostInfo to reset all of the cost information, instead of by Dan Gohman · 15 years ago
- 079469f Correct comment about ARM immediates using '#' not '$' and TODO for modifiers. by Kevin Enderby · 15 years ago
- 1619dc3 s/DebugLoc.CompileUnit/DebugLoc.Scope/g by Devang Patel · 15 years ago
- 228ebd0 Check void type before using RAUWd. by Devang Patel · 15 years ago
- e72142a More Neon clean-up: avoid the need for custom-lowering vld/st-lane intrinsics by Bob Wilson · 15 years ago
- cfe0724 More bits of the ARM target assembler for llvm-mc to parse immediates. by Kevin Enderby · 15 years ago
- 50a5914 Teach basic AA about PHI nodes. If all operands of a phi NoAlias another value than it's safe to declare the PHI NoAlias the value. Ditto for MustAlias. by Evan Cheng · 15 years ago
- 09fed25 Documentation for the new msasm flag, which is no by Dale Johannesen · 15 years ago
- 73d64a6 NEON VLD/VST are now fully implemented. For operations that expand to by Bob Wilson · 15 years ago
- 1bf5ebc Do not check use_empty() before replaceAllUsesWith(). This gives ValueHandles a chance to get properly updated. by Devang Patel · 15 years ago
- e5f8798 Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and by Jeffrey Yasskin · 15 years ago
- 404aa26 Add is_same type trait by Douglas Gregor · 15 years ago
- 3a66a68 Introduce new convenience methods for sign extending or by Duncan Sands · 15 years ago
- b408b15 Optimizer may remove debug info. This test checks debug info for include headers. by Devang Patel · 15 years ago
- 765cc0b Revise ARM inline assembly memory operands to require the memory address to by Bob Wilson · 15 years ago
- 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 15 years ago
- 9578c7a These tests now pass. by Devang Patel · 15 years ago
- 4e1ed88 Fix method name in comment, per Bob Wilson. by Sandeep Patel · 15 years ago
- 597c5e2 Use the new CodeMetrics class to compute code size instead of by Dan Gohman · 15 years ago
- 497f619 Compute a full cost value even when a setjmp call is found. by Dan Gohman · 15 years ago
- e7f0ed5 Split code not specific to Function inlining out into a separate class, by Dan Gohman · 15 years ago
- d452ea6 Add debugging output. by David Goodwin · 15 years ago
- 9688079 Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicalize the internal functional AVL trees. This should speedup clients that use ImmutableMap/ImmutableSet but don't require fast comparisons of maps. by Ted Kremenek · 15 years ago
- 47eedaa Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov. by Sandeep Patel · 15 years ago
- 59e00d3 Update CMake file (lexically order files). by Ted Kremenek · 15 years ago
- 5192e30 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 15 years ago
- a917bfe Remove unnecessary assert. by Devang Patel · 15 years ago
- 56bfa4d Update the other CMake file. by Benjamin Kramer · 15 years ago
- 6225d64 Parse GEP with attached custom metadata. This happens during libprofile_rt.bca build. by Devang Patel · 15 years ago
- db9d320 Update CMake file. by Ted Kremenek · 15 years ago
- 094f04b Refactor some code. No functionality changes. by Evan Cheng · 15 years ago
- a7471de Commit the removal of this file, which is now moved to lib/Analysis. by Dan Gohman · 15 years ago
- e4aeec0 Move the InlineCost code from Transforms/Utils to Analysis. by Dan Gohman · 15 years ago
- 9b39cf5 Start refactoring the inline cost estimation code so that it can be used by Dan Gohman · 15 years ago
- 11f15db change simplifycfg to not duplicate 'unwind' instructions. Hopefully by Chris Lattner · 15 years ago
- bf07da0 convert to filecheck by Chris Lattner · 15 years ago
- f137f2f rename test by Chris Lattner · 15 years ago
- b24f6c7 Make LoopUnswitch's cost estimation count Instructions, rather than by Dan Gohman · 15 years ago
- 61358ab rename ReleaseNotes-2.6.html -> ReleaseNotes.html by Chris Lattner · 15 years ago
- f21e696 add Zero by Chris Lattner · 15 years ago
- 4c5b23b Make the ExecutionEngine automatically remove global mappings on when their by Jeffrey Yasskin · 15 years ago
- 2d17506 don't use dead loads as tests. by Chris Lattner · 15 years ago
- 549e81f "there is not any instruction with attached debug info in this module" does not mean "there is no debug info in this module". :) by Devang Patel · 15 years ago
- 5361cd2 Add some ARM instruction encoding bits. Patch by Johnny Chen. by Bob Wilson · 15 years ago
- 4796ba2 Fix regression introduced by r83894. by Bob Wilson · 15 years ago
- 740d0db by Devang Patel · 15 years ago
- 39a38ae Disable this test for now. by Devang Patel · 15 years ago
- a7fcb9b Fix a tab. Thanks to Johnny Chen for pointing it out. by Bob Wilson · 15 years ago
- 3653e1b The eh.exception intrinsic only reads from memory, it doesn't write to it. by Duncan Sands · 15 years ago
- 937708c Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 15 years ago
- 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 15 years ago
- 5c9be67 Teach BasicAA a little something about the atomic intrinsics: they can only by Nick Lewycky · 15 years ago
- cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago
- 6e4bdfc Fix a -Asserts warning. by Daniel Dunbar · 15 years ago
- c411c4b remove dead header. by Chris Lattner · 15 years ago
- 4a8e17d remove notcast, it is now dead! by Chris Lattner · 15 years ago
- 2a03c04 remove two old and nearly useless tests. by Chris Lattner · 15 years ago
- e12ee4b XFAIL these tests for now. by Devang Patel · 15 years ago
- cbc7cc6 Add a ceilLogBase2 function to APInt. by Dan Gohman · 15 years ago
- 5c78736 Memory dependence analysis was incorrectly stopping to scan for stores to a pointer at bitcast uses of a malloc call. by Victor Hernandez · 15 years ago
- 2b7b37a Regenerate configure for rev. 83823 putback. by Edward O'Callaghan · 15 years ago
- 6e37f48 Enable "debug info attached to an instruction" mode. by Devang Patel · 15 years ago
- 6ef7517 Find enclosing subprogram info. by Devang Patel · 15 years ago
- 1f03471 Set default location for a function if it is not set. by Devang Patel · 15 years ago
- 6bd266e Fix two warnings about unused variables that are only used in assert() calls. by Kevin Enderby · 15 years ago
- af4b735 Delete a comment that makes no sense to me. The statement that moving a CPE by Bob Wilson · 15 years ago
- 9d36962 Fix a problem in the code where ARMAsmParser::ParseShift() second argument by Kevin Enderby · 15 years ago
- 67d1d1f Make licm debug message readable. by Evan Cheng · 15 years ago
- 757652c Change CreateNewWater method to return NewMBB by reference. by Bob Wilson · 15 years ago
- f98032e Last week, ARMConstantIslandPass was failing to converge for the by Bob Wilson · 15 years ago
- 32c50e8 Another minor clean-up. by Bob Wilson · 15 years ago
- f1787b0 allow this testcase to pass with recent changes. The test hasn't been by Chris Lattner · 15 years ago
- d637c1a Remove redundant parameter. by Bob Wilson · 15 years ago
- 3b75735 Use early exit to reduce indentation. by Bob Wilson · 15 years ago
- 9d16f2c Change to return a value by reference. by Bob Wilson · 15 years ago
- 034de5f Add a typedef for an iterator. by Bob Wilson · 15 years ago
- 3a6b9eb Revert the kludge in 76703. I got a clean by Dale Johannesen · 15 years ago
- c1deda5 Fix warning. by Dale Johannesen · 15 years ago
- a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 15 years ago
- 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 15 years ago
- 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 15 years ago
- 4ae7972 another bunch of <tt>s by Gabor Greif · 15 years ago
- 7fa50ed Remove a redundant member variable. by Dan Gohman · 15 years ago
- 465193a Delete some obsolete declarations. by Dan Gohman · 15 years ago
- c6cb1c9 even more <tt>s by Gabor Greif · 15 years ago
- 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 15 years ago
- 6bd6ede more typewriter face by Gabor Greif · 15 years ago
- 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 15 years ago
- b00933b set some options in typewriter font by Gabor Greif · 15 years ago
- 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
- 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
- 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 15 years ago
- d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 15 years ago
- 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 15 years ago
- 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 15 years ago
- 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
- a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 15 years ago
- 60ea2c5 Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstExprCastCall.ll to FileCheck from notcast. by Edward O'Callaghan · 15 years ago
- 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
- 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 15 years ago