2009-09-06 |
Duncan Sands | Public and private corrections, warned about by icc... |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove some unused variables and methods warned about by |
tree | commitdiff |
2009-09-06 |
Daniel Dunbar | Fix a possible crash call setIsInBounds. |
tree | commitdiff |
2009-09-06 |
Evan Cheng | Revert r80926. It causes loop unswitch assertion and... |
tree | commitdiff |
2009-09-06 |
Daniel Dunbar | Revert "Include optional subclass flags, such as inboun... |
tree | commitdiff |
2009-09-05 |
Devang Patel | Detect VLAs. |
tree | commitdiff |
2009-09-04 |
Devang Patel | Ignore malformed global variable debug info. |
tree | commitdiff |
2009-09-04 |
Devang Patel | While replacing an MDNode elment, properly update MDNod... |
tree | commitdiff |
2009-09-04 |
Andreas Neustifter | Prevent warnings on compilers for which its not clear... |
tree | commitdiff |
2009-09-04 |
Lang Hames | Replaces uses of unsigned for indexes in LiveInterval... |
tree | commitdiff |
2009-09-04 |
Andreas Neustifter | Cleaned up ProfileVerifierPass. |
tree | commitdiff |
2009-09-04 |
Andreas Neustifter | Converted MaximumSpanningTree algorithm to a generic... |
tree | commitdiff |
2009-09-04 |
Dan Gohman | Include optional subclass flags, such as inbounds,... |
tree | commitdiff |
2009-09-04 |
Duncan Sands | Use delete[] to match new[] (found by valgrind). |
tree | commitdiff |
2009-09-04 |
Evan Cheng | Run branch folding if if-converter make some transforma... |
tree | commitdiff |
2009-09-04 |
Evan Cheng | Fix comment for consistency sake. |
tree | commitdiff |
2009-09-04 |
Jim Grosbach | Whitespace cleanup |
tree | commitdiff |
2009-09-04 |
Eric Christopher | If there's a calling convention attach it to the rewind... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | Funky indentation. |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Revert "--- Reverse-merging r80908 into '.':", I alread... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Revert 80959. It isn't sufficient to solve the full... |
tree | commitdiff |
2009-09-03 |
Bill Wendling | --- Reverse-merging r80908 into '.': |
tree | commitdiff |
2009-09-03 |
Dan Gohman | LLVM currently represents floating-point negation as... |
tree | commitdiff |
2009-09-03 |
David Goodwin | Don't crash when target has no itineraries. |
tree | commitdiff |
2009-09-03 |
Bill Wendling | If we've pushed registers onto the stack, but aren... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Remove the API for creating ConstantExprs with the... |
tree | commitdiff |
2009-09-03 |
David Goodwin | Create our own block initializer for kill fixups as... |
tree | commitdiff |
2009-09-03 |
David Goodwin | Calls clobber FPSCR. |
tree | commitdiff |
2009-09-03 |
Bob Wilson | Overhaul the TwoAddressInstructionPass to simplify... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Smallvectorize switchExitBlocks. |
tree | commitdiff |
2009-09-03 |
Devang Patel | There is not any need to copy metadata while merging... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Recognize more opportunities to use SSE min and max... |
tree | commitdiff |
2009-09-03 |
Mon P Wang | Fixed a few problems with vector shifts |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Add a -disable-16bit flag and associated support for... |
tree | commitdiff |
2009-09-03 |
Kevin Enderby | Removed the non-target independent AsmToken::Register... |
tree | commitdiff |
2009-09-03 |
Devang Patel | Use WeakVH to hold dead mdnodes. Check use_empty()... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Add a verifyAnalysis to LoopInfo, LoopSimplify, and... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Move getUniqueExitBlocks from LoopBase to Loop, since... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Change PHINode::hasConstantValue to have a DominatorTre... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Don't try to verify a LoopPass analysis if the loop... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Remove references to expression "handles", which are... |
tree | commitdiff |
2009-09-03 |
Benjamin Kramer | CppBackend: avoid printing unnecessary whitespace. |
tree | commitdiff |
2009-09-03 |
Duncan Sands | Keep track of how many memmove calls were turned into |
tree | commitdiff |
2009-09-03 |
Andreas Neustifter | Fix build warning. |
tree | commitdiff |
2009-09-03 |
Andreas Neustifter | Code Cleanup. |
tree | commitdiff |
2009-09-03 |
Andreas Neustifter | Code Cleanup. |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Remove undefined behavior when loading optimal edge... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | don't call getOffset() on jump tables, this fixes three... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | Reference to hidden symbols do not have to go through... |
tree | commitdiff |
2009-09-03 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from this file. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | fix MCSymbol printing to exactly match the normal mangl... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | remove extraneous hack. |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Make these functions static and local. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | Thread an MCAsmInfo pointer through the various MC... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | just use dump() |
tree | commitdiff |
2009-09-03 |
Chris Lattner | inline insertion operators. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | In C++, code is not allowed to call main. In C it... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | merge globaladdress symbol processing stuff into other... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | Unbreak x86_64 build. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | Split the "operand -> symbol" logic from the "get offse... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | implement lowering support for constant pool index... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | X86JITInfo::getLazyResolverFunction() should not read... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | output alignment value in hex so that we get: |
tree | commitdiff |
2009-09-03 |
Chris Lattner | simplify this by using SmallString::str(), much nicer! |
tree | commitdiff |
2009-09-03 |
Lang Hames | Fixed a test that ensures the LocalRewriter does not... |
tree | commitdiff |
2009-09-03 |
Gabor Greif | back out my recent commit (r80858), it seems to break... |
tree | commitdiff |
2009-09-03 |
Devang Patel | Now Bitcode reader bug is fixed. Reapply 80839. |
tree | commitdiff |
2009-09-03 |
Devang Patel | Add new value for given index in MDValuePtrs. |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Improve llvm::getHostTriple for some cases where the... |
tree | commitdiff |
2009-09-03 |
Gabor Greif | re-commit r66920 (which has been backed out in r66953... |
tree | commitdiff |
2009-09-03 |
Sean Callanan | Added opaque 32-, 48-, and 80-bit memory operand types... |
tree | commitdiff |
2009-09-02 |
Daniel Dunbar | Show derived host triple in --version. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Revert 80839 for now. It causes test failures. |
tree | commitdiff |
2009-09-02 |
Devang Patel | Use CallbackVH, instead of WeakVH, to hold MDNode elements. |
tree | commitdiff |
2009-09-02 |
Anton Korobeynikov | More missed vdup patterns |
tree | commitdiff |
2009-09-02 |
Chris Lattner | switch from std::string to SmallString + raw_svector_os... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | split mcinst lowering stuff out to its own file. |
tree | commitdiff |
2009-09-02 |
Dan Gohman | Refactor common code from ParseAssemblyString and Parse... |
tree | commitdiff |
2009-09-02 |
Bob Wilson | Rearrange code to eliminate redundancy and avoid gotos. |
tree | commitdiff |
2009-09-02 |
Nuno Lopes | plug another leak in LLParser::PerFunctionState::SetIns... |
tree | commitdiff |
2009-09-02 |
Nuno Lopes | plug memory leak in LLParser::PerFunctionState::SetInst... |
tree | commitdiff |
2009-09-02 |
Andreas Neustifter | Sort edges in MaximumSpanningTree more stable in case... |
tree | commitdiff |
2009-09-02 |
Andreas Neustifter | Changed set of BlocksToInstrument to set of InsertedBlo... |
tree | commitdiff |
2009-09-02 |
Andreas Neustifter | Code cleanups and added comments. |
tree | commitdiff |
2009-09-02 |
Torok Edwin | Opaque types didn't work if llvm_is_multithreaded(). |
tree | commitdiff |
2009-09-02 |
Torok Edwin | Fix DbgStopPointInst->getFileName/getDirectory, broken... |
tree | commitdiff |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | fix PR4815: some cases where DeleteDeadInstruction... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | clean up this code a bit. |
tree | commitdiff |
2009-09-02 |
Chris Lattner | eliminate VISIBILITY_HIDDEN from Transforms/Scalar... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | refactor select 'sched insertion' out to its own method. |
tree | commitdiff |
2009-09-02 |
Chris Lattner | Add support for modeling whether or not the processor... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | fix PR4848 an infinite loop when indexing down through... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | fix PR4837, some bugs folding vector compares. These |
tree | commitdiff |
2009-09-02 |
Chris Lattner | revert my patch, duncan points out what is wrong with... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | one more try at making this simpler, hopefully it won... |
tree | commitdiff |
2009-09-02 |
Duncan Sands | Complicate Chris's simplification, avoiding complaints |
tree | commitdiff |
2009-09-02 |
Sean Callanan | Fixed the asmstrings for 8-bit, 16-bit, and 32-bit... |
tree | commitdiff |
2009-09-02 |
Evan Cheng | Fix PR4845: r77946 completely broke x86_64 Darwin ... |
tree | commitdiff |
next |