summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove <iostream>.Bill Wendling2009-08-151-20/+17
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-152-9/+0
* Mingw also doesn't have st_blksize.Dan Gohman2009-08-151-1/+1
* Fix test on Linux.Eli Friedman2009-08-151-1/+1
* An overhaul of the exception handling code. This is arguably more correct thanBill Wendling2009-08-151-55/+81
* Add svn:ignore to a couple of directories.Eli Friedman2009-08-150-0/+0
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-157-33/+76
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-157-76/+33
* Don't try to get the context from an erased Instruction.Benjamin Kramer2009-08-151-1/+1
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-153-6/+5
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-152-2/+25
* Fix validation errors.Bill Wendling2009-08-151-3/+3
* Fix validation errors.Bill Wendling2009-08-151-11/+11
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-157-33/+76
* wrap to 80 colsChris Lattner2009-08-151-2/+4
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-153-37/+157
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-152-1/+43
* simplify some code.Chris Lattner2009-08-151-8/+13
* rewrite FindStringInBuffer to use an explicit loop instead ofChris Lattner2009-08-151-19/+27
* Instead of using an std::pair, use a custom struct.Chris Lattner2009-08-151-12/+21
* specify a target triple so global variable manglings are consistent etc.Chris Lattner2009-08-151-1/+2
* convert to filecheck.Chris Lattner2009-08-151-3/+18
* rename this test to sse2.llChris Lattner2009-08-151-0/+0
* merge a bunch more sse3 tests into sse3.llChris Lattner2009-08-1511-174/+252
* convert test to filecheck format.Chris Lattner2009-08-151-7/+17
* rename testChris Lattner2009-08-151-0/+0
* this is a test for sse3, simplify it.Chris Lattner2009-08-151-1/+1
* the .eh_frame sections we generate need to be writable (whichChris Lattner2009-08-151-1/+2
* document filecheck.Chris Lattner2009-08-151-3/+87
* fix pasto noticed by JakubChris Lattner2009-08-151-1/+1
* Use the new API for creating an OpaqueType.Nicolas Geoffray2009-08-151-2/+4
* add a stub for futher description of filecheck.Chris Lattner2009-08-151-0/+21
* add a simple FileCheck man page.Chris Lattner2009-08-152-0/+67
* tidy upChris Lattner2009-08-151-1/+2
* Update cpp generation with new LLVM API for primitive types.Nicolas Geoffray2009-08-151-6/+7
* Revert a few changes that were done in 78603.Sanjiv Gupta2009-08-152-14/+15
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-152-2/+12
* Allow double defs in the machine code verifier after the addPreRegAlloc passes.Jakob Stoklund Olesen2009-08-151-1/+1
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-157-10/+34
* Add XFAIL testcase for setcc undef.Jakob Stoklund Olesen2009-08-151-0/+17
* Add XFAIL test case for a scavenger assert.Jakob Stoklund Olesen2009-08-151-0/+20
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-159-72/+361
* Update LocalRewriter::DistanceMap when inserting stack loads.Jakob Stoklund Olesen2009-08-152-0/+28
* Reformatting and some cleanup.Bill Wendling2009-08-151-223/+247
* 80 col violations.Evan Cheng2009-08-151-12/+12
* Fix tests.Evan Cheng2009-08-152-2/+2
* Turn on if-conversion for thumb2.Evan Cheng2009-08-1512-51/+246
* update for rename.Chris Lattner2009-08-151-2/+2
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-153-2/+2
* cmake likes its explicit list of files to build.Chris Lattner2009-08-151-0/+1