- 47eedaa Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov. by Sandeep Patel · 16 years ago
- 59e00d3 Update CMake file (lexically order files). by Ted Kremenek · 16 years ago
- 5192e30 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 16 years ago
- a917bfe Remove unnecessary assert. by Devang Patel · 16 years ago
- 56bfa4d Update the other CMake file. by Benjamin Kramer · 16 years ago
- 6225d64 Parse GEP with attached custom metadata. This happens during libprofile_rt.bca build. by Devang Patel · 16 years ago
- db9d320 Update CMake file. by Ted Kremenek · 16 years ago
- 094f04b Refactor some code. No functionality changes. by Evan Cheng · 16 years ago
- a7471de Commit the removal of this file, which is now moved to lib/Analysis. by Dan Gohman · 16 years ago
- e4aeec0 Move the InlineCost code from Transforms/Utils to Analysis. by Dan Gohman · 16 years ago
- 9b39cf5 Start refactoring the inline cost estimation code so that it can be used by Dan Gohman · 16 years ago
- 11f15db change simplifycfg to not duplicate 'unwind' instructions. Hopefully by Chris Lattner · 16 years ago
- bf07da0 convert to filecheck by Chris Lattner · 16 years ago
- f137f2f rename test by Chris Lattner · 16 years ago
- b24f6c7 Make LoopUnswitch's cost estimation count Instructions, rather than by Dan Gohman · 16 years ago
- 61358ab rename ReleaseNotes-2.6.html -> ReleaseNotes.html by Chris Lattner · 16 years ago
- f21e696 add Zero by Chris Lattner · 16 years ago
- 4c5b23b Make the ExecutionEngine automatically remove global mappings on when their by Jeffrey Yasskin · 16 years ago
- 2d17506 don't use dead loads as tests. by Chris Lattner · 16 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 · 16 years ago
- 5361cd2 Add some ARM instruction encoding bits. Patch by Johnny Chen. by Bob Wilson · 16 years ago
- 4796ba2 Fix regression introduced by r83894. by Bob Wilson · 16 years ago
- 740d0db by Devang Patel · 16 years ago
- 39a38ae Disable this test for now. by Devang Patel · 16 years ago
- a7fcb9b Fix a tab. Thanks to Johnny Chen for pointing it out. by Bob Wilson · 16 years ago
- 3653e1b The eh.exception intrinsic only reads from memory, it doesn't write to it. by Duncan Sands · 16 years ago
- 937708c Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 16 years ago
- 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 16 years ago
- 5c9be67 Teach BasicAA a little something about the atomic intrinsics: they can only by Nick Lewycky · 16 years ago
- cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 16 years ago
- 6e4bdfc Fix a -Asserts warning. by Daniel Dunbar · 16 years ago
- c411c4b remove dead header. by Chris Lattner · 16 years ago
- 4a8e17d remove notcast, it is now dead! by Chris Lattner · 16 years ago
- 2a03c04 remove two old and nearly useless tests. by Chris Lattner · 16 years ago
- e12ee4b XFAIL these tests for now. by Devang Patel · 16 years ago
- cbc7cc6 Add a ceilLogBase2 function to APInt. by Dan Gohman · 16 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 · 16 years ago
- 2b7b37a Regenerate configure for rev. 83823 putback. by Edward O'Callaghan · 16 years ago
- 6e37f48 Enable "debug info attached to an instruction" mode. by Devang Patel · 16 years ago
- 6ef7517 Find enclosing subprogram info. by Devang Patel · 16 years ago
- 1f03471 Set default location for a function if it is not set. by Devang Patel · 16 years ago
- 6bd266e Fix two warnings about unused variables that are only used in assert() calls. by Kevin Enderby · 16 years ago
- af4b735 Delete a comment that makes no sense to me. The statement that moving a CPE by Bob Wilson · 16 years ago
- 9d36962 Fix a problem in the code where ARMAsmParser::ParseShift() second argument by Kevin Enderby · 16 years ago
- 67d1d1f Make licm debug message readable. by Evan Cheng · 16 years ago
- 757652c Change CreateNewWater method to return NewMBB by reference. by Bob Wilson · 16 years ago
- f98032e Last week, ARMConstantIslandPass was failing to converge for the by Bob Wilson · 16 years ago
- 32c50e8 Another minor clean-up. by Bob Wilson · 16 years ago
- f1787b0 allow this testcase to pass with recent changes. The test hasn't been by Chris Lattner · 16 years ago
- d637c1a Remove redundant parameter. by Bob Wilson · 16 years ago
- 3b75735 Use early exit to reduce indentation. by Bob Wilson · 16 years ago
- 9d16f2c Change to return a value by reference. by Bob Wilson · 16 years ago
- 034de5f Add a typedef for an iterator. by Bob Wilson · 16 years ago
- 3a6b9eb Revert the kludge in 76703. I got a clean by Dale Johannesen · 16 years ago
- c1deda5 Fix warning. by Dale Johannesen · 16 years ago
- a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 16 years ago
- 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 16 years ago
- 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 16 years ago
- 4ae7972 another bunch of <tt>s by Gabor Greif · 16 years ago
- 7fa50ed Remove a redundant member variable. by Dan Gohman · 16 years ago
- 465193a Delete some obsolete declarations. by Dan Gohman · 16 years ago
- c6cb1c9 even more <tt>s by Gabor Greif · 16 years ago
- 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 16 years ago
- 6bd6ede more typewriter face by Gabor Greif · 16 years ago
- 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 16 years ago
- b00933b set some options in typewriter font by Gabor Greif · 16 years ago
- 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
- 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 16 years ago
- 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 16 years ago
- d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 16 years ago
- 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 16 years ago
- 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 16 years ago
- 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 16 years ago
- a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 16 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 · 16 years ago
- 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 16 years ago
- 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 16 years ago
- df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 16 years ago
- f5e1613 Fix PR5087, patch by Jakub Staszak! by Chris Lattner · 16 years ago
- 885dffc add some more hooks to the C bindings, patch by Kenneth Uildriks! by Chris Lattner · 16 years ago
- 12adce4 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 16 years ago
- c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 16 years ago
- 67f7d54 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 16 years ago
- b152a87 revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. by Chris Lattner · 16 years ago
- 330f6aa pic16 uses 16 bit pointers, but is 8 bit. by Chris Lattner · 16 years ago
- 6d0111f populate instcombine's initial worklist more carefully, causing by Chris Lattner · 16 years ago
- c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 16 years ago
- 436604d Add missed mem-mem move patterns by Anton Korobeynikov · 16 years ago
- afac8ab Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 16 years ago
- 2ad8cf5 remove some harmful code that would turn an insertelement on an undef by Chris Lattner · 16 years ago
- aca471f Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 16 years ago
- 0a11939 reduce vec_shuffle2 and merge into vec_shuffle. by Chris Lattner · 16 years ago
- 98d59df filecheckize vec_shuffle.ll and merge shuffle.ll into it. by Chris Lattner · 16 years ago
- 588c490 filecheckize by Chris Lattner · 16 years ago
- a017529 rename test by Chris Lattner · 16 years ago
- ee07e71 remove old testcase by Chris Lattner · 16 years ago
- 90d4f3a merge test into shift.ll, this also eliminates awful grepping on -stats output by Chris Lattner · 16 years ago
- 490ff63 convert to filecheck. by Chris Lattner · 16 years ago
- d088314 teach instcombine to simplify xor's harder, catching the new testcase. by Chris Lattner · 16 years ago
- 7acdf1d cleanups by Chris Lattner · 16 years ago