aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-19Add missing includes.David Greene
2009-08-19Add missing includes.David Greene
2009-08-19Build runtime libraries by default.Daniel Dunbar
2009-08-19Add missing header.David Greene
2009-08-19Add triple parsing support for TCE.Eli Friedman
2009-08-19Unbreak GetBufferSize() on uninitialized streams. This fixes a problemDan Gohman
2009-08-19Tweak svn:ignoreDaniel Dunbar
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar
2009-08-19Add min and max tests.Daniel Dunbar
2009-08-19Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar
2009-08-19Remove SmallString::append_*int* unit tests.Benjamin Kramer
2009-08-19Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar
2009-08-19Change ValueSymbolTable to use raw_svector_ostream for string concatenation.Daniel Dunbar
2009-08-19Make this test platform neutral.Bill Wendling
2009-08-19Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar
2009-08-19Fix typoDaniel Dunbar
2009-08-19Remove temporary testing code.Dan Gohman
2009-08-19Make SROA and PredicateSimplifier cope if TargetData is notDan Gohman
2009-08-19Use hasDefinitiveInitializer() instead of testing the same thingDan Gohman
2009-08-19Canonicalize indices in a constantexpr GEP. If Indices exceed theDan Gohman
2009-08-19Add an x86 peep that narrows TEST instructions to forms that useDan Gohman
2009-08-19Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar
2009-08-19Update Cortex-A8 instruction itineraries for integer instructions.David Goodwin
2009-08-19Add a first stab at describing LLVMContext.Owen Anderson
2009-08-19Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar
2009-08-19Add SmallVector::{capacity,set_size}.Daniel Dunbar
2009-08-19BasicBlock::getContext can no longer return a NULL so update the doc.Erick Tryzelaar
2009-08-19Update the ocaml docs to work with LLVMContext.Erick Tryzelaar
2009-08-19Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar
2009-08-19Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson
2009-08-19Add support for Neon VEXT (vector extract) shuffles.Bob Wilson
2009-08-19Fix a commento.Daniel Dunbar
2009-08-19Speculatively revert r79375, which may be breaking bootstrap, although in aDaniel Dunbar
2009-08-19Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin
2009-08-19Test commit access with a first act of vanity.Sandeep Patel
2009-08-19Fix cmake build on non-x86 targets. Patch byDuncan Sands
2009-08-19Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer
2009-08-19Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer
2009-08-19PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman
2009-08-19Add the ocaml binding to LLVMBuildAggregateRet.Erick Tryzelaar
2009-08-19Expose some extra functions to llvm-cErick Tryzelaar
2009-08-19Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky
2009-08-19Allow passing around LLVMContext in ocaml.Erick Tryzelaar
2009-08-19ExuberantAsm is no more.Chris Lattner
2009-08-19fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner
2009-08-19Be more careful when modifying PHI nodes. Patch by Andre Tavares.Nick Lewycky
2009-08-19switch asmprinter to emit alignments through OutStreamer.Chris Lattner
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-19Broke line before break.Andreas Neustifter
2009-08-19Make a SmallVector size more reasonable.Daniel Dunbar