aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more cleanups.Chris Lattner2010-09-307-7903/+7897
* merge and clean up tests.Chris Lattner2010-09-306-51/+55
* Remove extraneous ';'Jim Grosbach2010-09-301-2/+2
* merge two tests.Chris Lattner2010-09-302-10074/+10073
* rename testChris Lattner2010-09-301-0/+0
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-306-5/+116
* generalize test.Chris Lattner2010-09-301-0/+0
* rename test.Chris Lattner2010-09-301-0/+0
* merge two tests.Chris Lattner2010-09-302-262/+256
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-302-3/+10
* merge two tests.Chris Lattner2010-09-302-7/+5
* fix this to not be completely broken.Chris Lattner2010-09-301-2/+1
* update, unxfail, fix bogus encodings.Chris Lattner2010-09-301-12/+11
* update and unxfailChris Lattner2010-09-301-19/+18
* unxfail this by fixing syntactic differences.Chris Lattner2010-09-301-6/+5
* The asm strings are never used at all, so just nuke 'em entirely.Jim Grosbach2010-09-303-14/+7
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-306-205/+570
* implement support for finit, PR8258Chris Lattner2010-09-302-1/+13
* Changes EvaluateAsAbsolute() to return the "current value" of the expressionKevin Enderby2010-09-301-1/+16
* add support for fstcw, PR8259Chris Lattner2010-09-302-2/+14
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-303-0/+34
* checkpoint notesChris Lattner2010-09-301-24/+50
* Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. ThisBenjamin Kramer2010-09-301-0/+6
* 80 column fixJim Grosbach2010-09-301-1/+3
* Fix two tiny issues (ARM does not need COFF) and comment sanity.Jason W Kim2010-09-301-2/+1
* Tighten up prototype verification of strchr and strrchr to avoid a crash in t...Benjamin Kramer2010-09-301-2/+4
* Silence a GCC warning about not handling all flags in this switch, weChandler Carruth2010-09-301-2/+2
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-304-12/+63
* Add another test that now passes.Rafael Espindola2010-09-301-0/+10
* trailing whitespaceJim Grosbach2010-09-301-3/+3
* Remove misplaced ';'. Make buildbots happy, hopefully.Jim Grosbach2010-09-301-1/+1
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-307-20/+73
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-305-1/+17
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-302-1/+71
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-309-137/+274
* Go ahead and jump!Jim Grosbach2010-09-303-40/+7
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-304-0/+153
* Now that the pseudos that needed this are all custom lowered, we can go backJim Grosbach2010-09-302-9/+1
* Nuke it from orbit. It's the only way to be sure.Jim Grosbach2010-09-303-766/+22
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-302-1/+9
* fix incorrect link!Chris Lattner2010-09-301-1/+1
* Test commit - Deleted some whitespace at the end of a line.Jan Wen Voung2010-09-301-1/+1
* ARM instruction itinerary fixes:Evan Cheng2010-09-307-315/+475
* Add constant folding for strspn and strcspn to SimplifyLibCalls.Benjamin Kramer2010-09-303-15/+105
* Revert r114320(move file = copy + delete on Win32). r115040 is a better solut...Francois Pichet2010-09-301-11/+4
* add a bunch of entries for external projects.Chris Lattner2010-09-301-1/+120
* Add strpbrk folding to SimplifyLibCalls.Benjamin Kramer2010-09-292-7/+67
* Silence compiler warning.Nick Lewycky2010-09-291-1/+1
* Revert r115099 (adding early jump threading). It's not clear if the benefits...Owen Anderson2010-09-291-1/+0
* Refactor arm fast isel libcall handling so that pieces can be usedEric Christopher2010-09-291-63/+98