aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi2010-09-301-4/+2
* Comments about operand cycles and pipeline forwarding pathes.Evan Cheng2010-09-301-1/+17
* Pacify a noisy compiler, and sink this variable declaration closer to its uses.Nick Lewycky2010-09-301-1/+1
* We do want to allow LoadPRE to perform LICM-like transformations: we already ...Owen Anderson2010-09-302-13/+39
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-3010-23/+24
* Start of generalized call support for ARM fast isel.Eric Christopher2010-09-301-4/+146
* Allow llvm.gcroot to work with non-pointer allocas.Talin2010-09-301-2/+6
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-303-45/+47
* Nuke a few more unused asm stringsJim Grosbach2010-09-303-19/+19
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-304-1/+95
* Move getPointerSize() to the base class since it's not dependent on MachOJim Grosbach2010-09-301-8/+4
* Flesh out the dragonegg section.Duncan Sands2010-09-301-16/+21
* 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