aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add triple parsing support for TCE.Eli Friedman2009-08-192-0/+6
* Unbreak GetBufferSize() on uninitialized streams. This fixes a problemDan Gohman2009-08-191-1/+1
* Tweak svn:ignoreDaniel Dunbar2009-08-190-0/+0
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-195-16/+9
* Add min and max tests.Daniel Dunbar2009-08-191-0/+8
* Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar2009-08-191-0/+3
* Remove SmallString::append_*int* unit tests.Benjamin Kramer2009-08-191-16/+0
* Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar2009-08-191-41/+0
* Change ValueSymbolTable to use raw_svector_ostream for string concatenation.Daniel Dunbar2009-08-191-5/+6
* Make this test platform neutral.Bill Wendling2009-08-191-1/+1
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-192-5/+13
* Fix typoDaniel Dunbar2009-08-191-1/+1
* Remove temporary testing code.Dan Gohman2009-08-191-1/+0
* Make SROA and PredicateSimplifier cope if TargetData is notDan Gohman2009-08-192-6/+16
* Use hasDefinitiveInitializer() instead of testing the same thingDan Gohman2009-08-196-9/+8
* Canonicalize indices in a constantexpr GEP. If Indices exceed theDan Gohman2009-08-192-4/+98
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-195-7/+278
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-191-14/+4
* Update Cortex-A8 instruction itineraries for integer instructions.David Goodwin2009-08-196-365/+650
* Add a first stab at describing LLVMContext.Owen Anderson2009-08-191-0/+45
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-192-1/+33
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-192-2/+38
* BasicBlock::getContext can no longer return a NULL so update the doc.Erick Tryzelaar2009-08-191-2/+1
* Update the ocaml docs to work with LLVMContext.Erick Tryzelaar2009-08-195-13/+18
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-1910-164/+217
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-194-93/+122
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-194-1/+106
* Fix a commento.Daniel Dunbar2009-08-191-1/+1
* Speculatively revert r79375, which may be breaking bootstrap, although in aDaniel Dunbar2009-08-191-15/+10
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-196-19/+107
* Test commit access with a first act of vanity.Sandeep Patel2009-08-191-0/+4
* Fix cmake build on non-x86 targets. Patch byDuncan Sands2009-08-191-4/+2
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-191-7/+2
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-191-0/+5
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-192-1/+17
* Add the ocaml binding to LLVMBuildAggregateRet.Erick Tryzelaar2009-08-191-0/+6
* Expose some extra functions to llvm-cErick Tryzelaar2009-08-191-1/+2
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-192-7/+52
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-1913-138/+207
* ExuberantAsm is no more.Chris Lattner2009-08-191-1/+1
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-192-3/+10
* Be more careful when modifying PHI nodes. Patch by Andre Tavares.Nick Lewycky2009-08-191-1/+2
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-192-22/+34
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-1919-138/+167
* Broke line before break.Andreas Neustifter2009-08-191-1/+2
* Make a SmallVector size more reasonable.Daniel Dunbar2009-08-191-1/+1
* Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.Erick Tryzelaar2009-08-191-1/+6
* Added an option to have the PBQP allocator attempt coalescing during allocation.Lang Hames2009-08-191-1/+10
* Revert my last patch temporarily.Owen Anderson2009-08-193-32/+93
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-193-93/+32