summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Attempt to outwit overly smart compiler.Dale Johannesen2010-10-01
* Implement double return values in calls. Fixes Eric Christopher2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Add an explicit initialization to work around what appears to be a valgrindDaniel Dunbar2010-09-30
* Temporarily add a flag to make it easier to compare the new-style ARM ifOwen Anderson2010-09-30
* Clean up asm writer usage for x86 and msp430 to flag that the writer shouldJim Grosbach2010-09-30
* Movement and cleanup.Eric Christopher2010-09-30
* Pacify a noisy compiler, and sink this variable declaration closer to its uses.Nick Lewycky2010-09-30
* We do want to allow LoadPRE to perform LICM-like transformations: we already ...Owen Anderson2010-09-30
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-30
* Start of generalized call support for ARM fast isel.Eric Christopher2010-09-30
* Allow llvm.gcroot to work with non-pointer allocas.Talin2010-09-30
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-30
* Nuke a few more unused asm stringsJim Grosbach2010-09-30
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-30
* Move getPointerSize() to the base class since it's not dependent on MachOJim Grosbach2010-09-30
* Remove extraneous ';'Jim Grosbach2010-09-30
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-30
* The asm strings are never used at all, so just nuke 'em entirely.Jim Grosbach2010-09-30
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-30
* implement support for finit, PR8258Chris Lattner2010-09-30
* Changes EvaluateAsAbsolute() to return the "current value" of the expressionKevin Enderby2010-09-30
* add support for fstcw, PR8259Chris Lattner2010-09-30
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-30
* Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. ThisBenjamin Kramer2010-09-30
* 80 column fixJim Grosbach2010-09-30
* Fix two tiny issues (ARM does not need COFF) and comment sanity.Jason W Kim2010-09-30
* Tighten up prototype verification of strchr and strrchr to avoid a crash in t...Benjamin Kramer2010-09-30
* Silence a GCC warning about not handling all flags in this switch, weChandler Carruth2010-09-30
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* trailing whitespaceJim Grosbach2010-09-30
* Remove misplaced ';'. Make buildbots happy, hopefully.Jim Grosbach2010-09-30
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-30
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-30
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* Go ahead and jump!Jim Grosbach2010-09-30
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-30
* Now that the pseudos that needed this are all custom lowered, we can go backJim Grosbach2010-09-30
* Nuke it from orbit. It's the only way to be sure.Jim Grosbach2010-09-30
* Test commit - Deleted some whitespace at the end of a line.Jan Wen Voung2010-09-30
* ARM instruction itinerary fixes:Evan Cheng2010-09-30
* Add constant folding for strspn and strcspn to SimplifyLibCalls.Benjamin Kramer2010-09-30
* Revert r114320(move file = copy + delete on Win32). r115040 is a better solut...Francois Pichet2010-09-30
* Add strpbrk folding to SimplifyLibCalls.Benjamin Kramer2010-09-29
* Silence compiler warning.Nick Lewycky2010-09-29
* Refactor arm fast isel libcall handling so that pieces can be usedEric Christopher2010-09-29
* Let FE mark a variable as artificial variable.Devang Patel2010-09-29
* Noticed by inspection when looking for other cmov bits.Eric Christopher2010-09-29
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29