aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-2547-1924/+957
* - Emit new line after each FDE.Bill Wendling2009-08-251-1/+3
* Rename functions to something more descriptive. At the very least mention theBill Wendling2009-08-252-14/+19
* Allow multiple occurrences of -inline-threshold onDale Johannesen2009-08-251-1/+1
* Handle a corner case when extracing code regions where one of the immediate s...Owen Anderson2009-08-251-2/+20
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-252-0/+24
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-257-48/+18
* CMake: updated list of source files.Oscar Fuentes2009-08-251-0/+1
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-242-64/+5
* When extracting SEME regions of code, the extractor needs to update the domin...Owen Anderson2009-08-241-2/+18
* Prefer 'FileCheck' over 'grep'.Scott Michel2009-08-241-7/+8
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-245-15/+124
* Initialize ShufBytes, as gcc 4.4 can't detect that the entire array isScott Michel2009-08-241-1/+3
* Add llvm_start_edge_profiling to exported symbols for libprofile_rt.Andreas Neustifter2009-08-241-0/+1
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-242-14/+21
* Resubmit an earlier patch of mine:Gabor Greif2009-08-247-18/+48
* 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