2009-09-03 |
Devang Patel | There is not any need to copy metadata while merging... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Recognize more opportunities to use SSE min and max... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Mon P Wang | Test cases for vector shifts changes r80935 |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Mon P Wang | Fixed a few problems with vector shifts |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Add a -disable-16bit flag and associated support for... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Kevin Enderby | Removed the non-target independent AsmToken::Register... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Devang Patel | Use WeakVH to hold dead mdnodes. Check use_empty()... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Make bugpoint use ParseIRFile instead of doing the... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Add a verifyAnalysis to LoopInfo, LoopSimplify, and... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Remove some unnecessary -f options. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Move getUniqueExitBlocks from LoopBase to Loop, since... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Use IRReader.h in opt, to support reading of LLVM Assem... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Change PHINode::hasConstantValue to have a DominatorTre... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Don't try to verify a LoopPass analysis if the loop... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Dan Gohman | Remove references to expression "handles", which are... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Benjamin Kramer | CppBackend: avoid printing unnecessary whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Duncan Sands | Keep track of how many memmove calls were turned into |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Andreas Neustifter | Fix build warning. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Andreas Neustifter | Code Cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Filter out -fno-rtti from CXXFLAGS as well (in an expen... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Andreas Neustifter | Code Cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Reapply profiling tests. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Remove undefined behavior when loading optimal edge... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | don't call getOffset() on jump tables, this fixes three... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Evan Cheng | Reference to hidden symbols do not have to go through... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from this file. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | merge all the basic linux/32 pic tests together into... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | use a darwin triple |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | TAI -> MAI |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | adjust expected lines. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | fix MCSymbol printing to exactly match the normal mangl... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | remove extraneous hack. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Make these functions static and local. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Tweak comment. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | Thread an MCAsmInfo pointer through the various MC... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | just use dump() |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | inline insertion operators. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | In C++, code is not allowed to call main. In C it... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | merge globaladdress symbol processing stuff into other... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Evan Cheng | Unbreak x86_64 build. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | Split the "operand -> symbol" logic from the "get offse... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | implement lowering support for constant pool index... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Evan Cheng | X86JITInfo::getLazyResolverFunction() should not read... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Ted Kremenek | Set the 'cached digest' flag after computing the digest... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | update test for alignment value in hex |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | output alignment value in hex so that we get: |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Chris Lattner | simplify this by using SmallString::str(), much nicer! |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Lang Hames | Fixed a test that ensures the LocalRewriter does not... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gabor Greif | back out my recent commit (r80858), it seems to break... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Devang Patel | Now Bitcode reader bug is fixed. Reapply 80839. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Devang Patel | Add new value for given index in MDValuePtrs. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Improve llvm::getHostTriple for some cases where the... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Gabor Greif | re-commit r66920 (which has been backed out in r66953... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Sean Callanan | Added opaque 32-, 48-, and 80-bit memory operand types... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Daniel Dunbar | Show derived host triple in --version. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Shantonu Sen | Improve support for cross-hosted builds of LLVM. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | Unbreak my CMake build. Say you'll link again. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Devang Patel | Revert 80839 for now. It causes test failures. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Devang Patel | Use CallbackVH, instead of WeakVH, to hold MDNode elements. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Anton Korobeynikov | More missed vdup patterns |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Switch llc from ParseBitcodeFile to ParseIRFile. This... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Add a comment noting the memory ownership rules. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Add convenience functions for reading in LLVM IR that... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | switch from std::string to SmallString + raw_svector_os... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | split mcinst lowering stuff out to its own file. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Fix the syntax of add/sub/mul nsw/nuw and sdiv exact. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Add const qualifiers for isBitcodeWrapper, and add... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Refactor common code from ParseAssemblyString and Parse... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Add const qualifiers to dominates' arguments. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Andreas Neustifter | Removed temporarily because of breaking Darwin builds. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Bob Wilson | Rearrange code to eliminate redundancy and avoid gotos. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Nuno Lopes | plug another leak in LLParser::PerFunctionState::SetIns... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Andreas Neustifter | Changed profiling-tool-chain.ll test to use optimal... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Nuno Lopes | plug memory leak in LLParser::PerFunctionState::SetInst... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Andreas Neustifter | Sort edges in MaximumSpanningTree more stable in case... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Andreas Neustifter | Changed set of BlocksToInstrument to set of InsertedBlo... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Andreas Neustifter | Code cleanups and added comments. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Torok Edwin | Opaque types didn't work if llvm_is_multithreaded(). |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Nuno Lopes | set svn:ignore |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Torok Edwin | Fix DbgStopPointInst->getFileName/getDirectory, broken... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | Fix month. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | fix PR4815: some cases where DeleteDeadInstruction... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | clean up this code a bit. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | eliminate VISIBILITY_HIDDEN from Transforms/Scalar... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | refactor select 'sched insertion' out to its own method. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | Add support for modeling whether or not the processor... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | fix PR4848 an infinite loop when indexing down through... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | fix PR4837, some bugs folding vector compares. These |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | revert my patch, duncan points out what is wrong with... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Chris Lattner | one more try at making this simpler, hopefully it won... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Duncan Sands | Complicate Chris's simplification, avoiding complaints |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Daniel Dunbar | Don't force the triple or data layout in this test... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Sean Callanan | Fixed the asmstrings for 8-bit, 16-bit, and 32-bit... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Evan Cheng | Fix PR4845: r77946 completely broke x86_64 Darwin ... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Devang Patel | Disable uniqueness test for now. |
commit | commitdiff | tree | snapshot |
next |