Movement and cleanup.
[oota-llvm.git] / lib /
2010-09-30 Eric ChristopherMovement and cleanup.
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 OlesenTry 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 OlesenWhen isel is emitting instructions for an x86 target...
2010-09-30 Jim GrosbachMove getPointerSize() to the base class since it's...
2010-09-30 Jim GrosbachRemove extraneous ';'
2010-09-30 Chris Lattnerpreemptively add the rest of the non-n fpstack instruct...
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 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 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 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-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Nick LewyckySilence compiler warning.
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 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Benjamin KramerSilence msvc warnings.
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 Benjamin KramerRemove PointerTracking from cmakelists …
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 Bob WilsonIncrease ARM APCS preferred alignment for i64 and f64...
2010-09-29 Jim GrosbachAdd braces for legibility.
2010-09-29 Jim GrosbachOne Printer to rule them all, One Printer to find them,
2010-09-29 Rafael EspindolaMove "local commons" to the end of .bss to match the...
2010-09-29 Gabor Greifimprove heuristics to find the 'and' corresponding...
2010-09-29 Chris Lattnerfix rdar://8490728 - llvm-mc rejects gpr64 form of...
2010-09-29 Chris Lattneradd assembler support for the cvtsd2sil/cvtsd2siq mnemo...
2010-09-29 Chris Lattnermake the x86 mccode emitter emit the 0x67 and 0x66...
2010-09-29 Chris Lattnerimplement support for 32-bit address operands in 64...
2010-09-29 Michael J. SpencerMC-COFF: Fix symbol storage class for globals
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-29 Chris Lattneradd asmparser support for cvttpd2dq by removing some...
2010-09-29 Chris Lattnerimplement rdar://8456382 - cvtsd2si support, by removin...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-29 Eric ChristopherRework comparison handling to set a register on true...
2010-09-29 Eric ChristopherRemove unnecessary set ahead of time.
2010-09-29 Evan ChengSeparate itinerary classes for mvn from mov; for tst...
2010-09-29 Eric ChristopherRemove assert, add comment.
2010-09-29 Evan ChengAssign bitwise binary instructions different itinerary...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Bill WendlingRevert r114997. It was causing a failure on darwin10...
2010-09-28 Eric Christopher32-bit constant ints only for now.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-28 Dan GohmanWhen an MDNode changes to become identical to another...
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Eric ChristopherInteger materialization needed the same thinko change.
2010-09-28 Nick LewyckyResolve this GCC warning:
2010-09-28 Anton KorobeynikovUser proper libcall names & condcodes while compiling...
2010-09-28 Dan GohmanScope a varible inside an if statement, to make it...
2010-09-28 Owen AndersonGive the if-converter access to MachineLoopInfo, and...
2010-09-28 Bill WendlingFix spelling.
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-28 Jim GrosbachFactor out dbg_value comment printing and teach MC...
2010-09-28 Rafael EspindolaOn elf, undefined symbols can start with .L.
2010-09-28 Oscar FuentesUse the canonical library name for library PIC16Passes.
2010-09-28 Oscar FuentesAdded library LLVMPIC16passes to CMake build.
2010-09-28 Oscar FuentesAdd ARM Disassembler to the CMake build.
next