oota-llvm.git
2010-10-01 Dale JohannesenMake test not sensitive to register choice.
2010-10-01 Eric ChristopherImplement double return values in calls. Fixes
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 Daniel DunbarAdd an explicit initialization to work around what...
2010-09-30 Owen AndersonTemporarily add a flag to make it easier to compare...
2010-09-30 Jim GrosbachClean up asm writer usage for x86 and msp430 to flag...
2010-09-30 Eric ChristopherMovement and cleanup.
2010-09-30 NAKAMURA Takumitest/CodeGen/X86/sibcall.ll: Add explicit triplets...
2010-09-30 Evan ChengComments about operand cycles and pipeline forwarding...
2010-09-30 Nick LewyckyPacify a noisy compiler, and sink this variable declara...
2010-09-30 Owen AndersonWe do want to allow LoadPRE to perform LICM-like transf...
2010-09-30 Jakob Stoklund... Try again to disable critical edge splitting in CodeGen...
2010-09-30 Eric ChristopherStart of generalized call support for ARM fast isel.
2010-09-30 TalinAllow llvm.gcroot to work with non-pointer allocas.
2010-09-30 Rafael EspindolaFactor some logic into ShouldRelocOnSymbol. This simpli...
2010-09-30 Jim GrosbachNuke a few more unused asm strings
2010-09-30 Jakob Stoklund... When isel is emitting instructions for an x86 target...
2010-09-30 Jim GrosbachMove getPointerSize() to the base class since it's...
2010-09-30 Duncan SandsFlesh out the dragonegg section.
2010-09-30 Chris Lattnermore cleanups.
2010-09-30 Chris Lattnermerge and clean up tests.
2010-09-30 Jim GrosbachRemove extraneous ';'
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerrename test
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Chris Lattnergeneralize test.
2010-09-30 Chris Lattnerrename test.
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerpreemptively add the rest of the non-n fpstack instruct...
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerfix this to not be completely broken.
2010-09-30 Chris Lattnerupdate, unxfail, fix bogus encodings.
2010-09-30 Chris Lattnerupdate and unxfail
2010-09-30 Chris Lattnerunxfail this by fixing syntactic differences.
2010-09-30 Jim GrosbachThe asm strings are never used at all, so just nuke...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Chris Lattnerimplement support for finit, PR8258
2010-09-30 Kevin EnderbyChanges EvaluateAsAbsolute() to return the "current...
2010-09-30 Chris Lattneradd support for fstcw, PR8259
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
2010-09-30 Chris Lattnercheckpoint notes
2010-09-30 Benjamin KramerGrow BumpPtrAllocator's slab size dynamically if we...
2010-09-30 Jim Grosbach80 column fix
2010-09-30 Jason W KimFix two tiny issues (ARM does not need COFF) and commen...
2010-09-30 Benjamin KramerTighten up prototype verification of strchr and strrchr...
2010-09-30 Chandler CarruthSilence a GCC warning about not handling all flags...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Rafael EspindolaAdd another test that now passes.
2010-09-30 Jim Grosbachtrailing whitespace
2010-09-30 Jim GrosbachRemove misplaced ';'. Make buildbots happy, hopefully.
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-30 Jim GrosbachGo ahead and jump!
2010-09-30 Jason W KimI added a new file ARMAsmBackend which stubs out in...
2010-09-30 Jim GrosbachNow that the pseudos that needed this are all custom...
2010-09-30 Jim GrosbachNuke it from orbit. It's the only way to be sure.
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-30 Chris Lattnerfix incorrect link!
2010-09-30 Jan Wen VoungTest commit - Deleted some whitespace at the end of...
2010-09-30 Evan ChengARM instruction itinerary fixes:
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-30 Francois PichetRevert r114320(move file = copy + delete on Win32)...
2010-09-30 Chris Lattneradd a bunch of entries for external projects.
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Nick LewyckySilence compiler warning.
2010-09-29 Owen AndersonRevert r115099 (adding early jump threading). It's...
2010-09-29 Eric ChristopherRefactor arm fast isel libcall handling so that pieces...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Eric ChristopherNoticed by inspection when looking for other cmov bits.
2010-09-29 Owen AndersonEarly CFG simplification can fold conditionals down...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Benjamin KramerSilence msvc warnings.
2010-09-29 Jim Grosbachtrailing whitespace
2010-09-29 Benjamin KramerSimplify the loop in StrChrOptimizer. FileCheckize...
2010-09-29 Eric ChristopherAdd a convenience variable so I'm not chasing all over...
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Owen AndersonUnreachableBlockElim could incorrectly return false...
2010-09-29 Owen AndersonFix PR8247: JumpThreading can cause a block to become...
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-29 Benjamin KramerRemove PointerTracking from cmakelists …
2010-09-29 Daniel DunbarGetSourceVersion: Strip off svninfo extra markers,...
2010-09-29 Benjamin KramerRemove PointerTracking tests.
2010-09-29 Devang PatelAssign DW_ACCESS_public accessibility attribute to...
2010-09-29 Jim GrosbachAdd specializations of addrmode2 that allow differentia...
2010-09-29 Nick LewyckyAdd parens to fix GCC warning:
2010-09-29 Chris Lattnerremove PointerTracking from mainline, Edwin is going...
2010-09-29 Chris Lattnerimplement rdar://8491845 - Gas supports commuted forms...
2010-09-29 Owen AndersonRevert r114919, which caused some serious regressions...
2010-09-29 Daniel Dunbarutils: Add GetRepositoryPath script, patch by Jonathan...
2010-09-29 Bob WilsonIncrease ARM APCS preferred alignment for i64 and f64...
2010-09-29 Jason W KimUndoing test commit blank space.
2010-09-29 Jason W KimTest commit -
2010-09-29 Jim GrosbachAdd braces for legibility.
2010-09-29 Daniel Dunbarlit: Fix a subtle resource usage bug when executing...
2010-09-29 Oscar FuentesExport LLVM_ALL_TARGETS in LLVM.cmake. It is used by...
2010-09-29 Jim GrosbachOne Printer to rule them all, One Printer to find them,
next