aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo. Somehow I thought this had passed before, but I guess not.Bob Wilson2009-08-241-1/+1
* prune ignores: AutoGenerated.inc is no moreGabor Greif2009-08-240-0/+0
* Convert slow test to use FileCheck.Bob Wilson2009-08-241-21/+41
* Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.Daniel Dunbar2009-08-242-103/+53
* Split test into 3.Dale Johannesen2009-08-243-2/+16
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-243-17/+128
* Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands2009-08-241-0/+1
* Fix the build with gcc-4.4 on linux: header neededDuncan Sands2009-08-241-0/+1
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-242-0/+33
* Add StringRef based APIs to BitstreamWriter.Daniel Dunbar2009-08-241-4/+18
* Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar2009-08-241-0/+5
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-244-12/+364
* llvm-mc: Tweak undefined symbol handling.Daniel Dunbar2009-08-241-4/+3
* Add missing include (for MSVC).Daniel Dunbar2009-08-241-0/+1
* Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner2009-08-241-3/+4
* Correctly account for the Spaces array nul terminator. Thanks Chris!Dan Gohman2009-08-241-2/+3
* improve documentation for linker_private linkage.Chris Lattner2009-08-241-1/+5
* remove the last *stream> #include from a public header.Chris Lattner2009-08-242-1/+1
* These flushes were only needed when the code was transitioning betweenDan Gohman2009-08-241-10/+0
* raw_ostream::indent is used for PadToColumn which often prints moreDan Gohman2009-08-241-3/+6
* eliminate a #include.Chris Lattner2009-08-241-1/+0
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-246-35/+74
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-249-12/+18
* search unittests.Chris Lattner2009-08-241-1/+1
* Unbreak the build for HAVE_GV platforms.Dan Gohman2009-08-241-2/+2
* remove a few dead insertion methods.Chris Lattner2009-08-248-38/+2
* Remove alloca config.h support.Daniel Dunbar2009-08-244-32/+1
* Remove this test now that the interpreter doesn't supportChris Lattner2009-08-241-81/+0
* Unbreak unit tests.Daniel Dunbar2009-08-242-0/+14
* Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar2009-08-241-49/+0
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-243-6/+16
* CMake: Updated library dependencies and list of source files.Oscar Fuentes2009-08-232-12/+11
* remove the dead std::ostream APInt inserterChris Lattner2009-08-232-13/+4
* remove this test: it is testing for a "feature" I just removed.Chris Lattner2009-08-231-81/+0
* remove the last uses of Config/alloca.hChris Lattner2009-08-235-7/+7
* fix some problems with my last patch which happen when one ofChris Lattner2009-08-231-14/+11
* just remove interpreter support for endianness mismatches. This wasChris Lattner2009-08-231-12/+0
* remove use of alloca.hChris Lattner2009-08-231-5/+7
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-2339-282/+251
* disuade people from using ostream.Chris Lattner2009-08-231-6/+8
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-232-121/+0
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-232-29/+23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-236-39/+15
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-233-39/+59
* SJLJ pass needs to punt if there's no personality function available.Jim Grosbach2009-08-231-23/+27
* clean up #includes.Chris Lattner2009-08-231-8/+4
* Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar2009-08-231-20/+12
* Fix PR4753.Jakob Stoklund Olesen2009-08-232-1/+84
* Remove Streams.h from the targets.Benjamin Kramer2009-08-234-31/+26
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-2313-66/+41