Simplify some code.
[oota-llvm.git] / lib / Target /
2009-10-19 Chris Lattnerwire up some basic printOperand goodness, giving us...
2009-10-19 Chris Lattneradd the files that go with the previous rev
2009-10-19 Chris Lattnerwire up skeletal support for having llc print instructions
2009-10-19 Chris Lattnerwire up ARM's printMCInst method. Now llvm-mc should...
2009-10-19 Chris Lattnerstub out a minimal ARMInstPrinter.
2009-10-19 Chris Lattnerremove strings from instructions who are never asmprinted.
2009-10-19 Chris Lattnersimplify code, reducing string thrashing.
2009-10-19 Chris Lattnerswitch hidden gv stubs to use MachineModuleInfoMachO...
2009-10-19 Chris Lattneruse MachineModuleInfoMachO for non-lazy gv stubs instea...
2009-10-19 Chris Lattnerremove dead map
2009-10-19 Chris Lattnerdon't bother trying to avoid emitting redundant constan...
2009-10-19 Chris Lattnerremove accidental comment.
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-19 Chris Lattnercleanup doFinalization -> EmitEndOfAsmFile.
2009-10-19 Nate BegemanPR 5245 - The imediate size target flag was not set...
2009-10-19 Torok EdwinFix PR5247, "lock addq" pattern (and other atomics...
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-18 Evan ChengOops. I forgot to change the tests first. Disable post...
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-16 Benjamin KramerUpdate CMake file.
2009-10-16 Sanjiv GuptaCleaned up some code. No functionality change.
2009-10-16 Evan ChengI am no spelling bee.
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-16 Evan ChengAdd comment.
2009-10-16 Bob WilsonFix more NEON instruction encodings.
2009-10-15 Bob WilsonRevert svn r80498 and replace it with a different solut...
2009-10-15 Anton KorobeynikovDllexport stuff cleanup:
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-10-15 Bob WilsonFix encoding bits for N3VLInt3_QHS multiclass with...
2009-10-15 Kevin EnderbyFix ARM memory operand parsing of post indexing with...
2009-10-15 Bob WilsonFix a potential performance problem in placing ARM...
2009-10-15 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc,...
2009-10-15 Evan ChengRemove X86Subtarget::IsLinux. It's no longer being...
2009-10-15 Benjamin KramerAdd files Sanjiv forgot.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-15 Jakob Stoklund OlesenClean up TargetIntrinsicInfo API. Add pure virtual...
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-10-15 Sanjiv GuptaFew changes to comply with new DebugInfo Metadata repre...
2009-10-15 Bob WilsonBe smarter about reusing constant pool entries.
2009-10-15 Bob WilsonFix another problem with ARM constant pools. Radar...
2009-10-14 Bob WilsonFix instruction encoding bits for NEON VPADAL.
2009-10-14 Bob WilsonRemove unused variables to fix build warning.
2009-10-14 Jim GrosbachInst{11-8} for vshl should be 0b0101, not 0b1111.
2009-10-14 Bob WilsonSet instruction encoding bits 4 and 7 for ARM register...
2009-10-14 Bob WilsonRefactor code to select NEON VST intrinsics.
2009-10-14 Bob WilsonRefactor code to select NEON VLD intrinsics.
2009-10-14 Bob WilsonMore refactoring. NEON vst lane intrinsics can share...
2009-10-14 Bob WilsonRefactor code for selecting NEON load lane intrinsics.
2009-10-14 Dan GohmanMake isSafeToClobberEFLAGS more aggressive. Teach it...
2009-10-13 Kevin EnderbyCorrect comment about ARM immediates using '#' not...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Bob WilsonMore Neon clean-up: avoid the need for custom-lowering...
2009-10-13 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc to...
2009-10-13 Bob WilsonNEON VLD/VST are now fully implemented. For operations...
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-13 Sandeep PatelFix method name in comment, per Bob Wilson.
2009-10-13 Sandeep PatelAdd ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
2009-10-13 Ted KremenekUpdate CMake file (lexically order files).
2009-10-13 Bob WilsonAdd some ARM instruction encoding bits.
2009-10-13 Bob WilsonFix regression introduced by r83894.
2009-10-13 Bob WilsonFix a tab. Thanks to Johnny Chen for pointing it out.
2009-10-12 Kevin EnderbyFix two warnings about unused variables that are only...
2009-10-12 Bob WilsonDelete a comment that makes no sense to me. The statem...
2009-10-12 Kevin EnderbyFix a problem in the code where ARMAsmParser::ParseShif...
2009-10-12 Bob WilsonChange CreateNewWater method to return NewMBB by reference.
2009-10-12 Bob WilsonLast week, ARMConstantIslandPass was failing to converg...
2009-10-12 Bob WilsonAnother minor clean-up.
2009-10-12 Bob WilsonRemove redundant parameter.
2009-10-12 Bob WilsonUse early exit to reduce indentation.
2009-10-12 Bob WilsonChange to return a value by reference.
2009-10-12 Bob WilsonAdd a typedef for an iterator.
2009-10-12 Dale JohannesenRevert the kludge in 76703. I got a clean
2009-10-12 Dan GohmanDon't forget to mark RAX as live-out of the function...
2009-10-12 Chris LattnerFix PR5087, patch by Jakub Staszak!
2009-10-11 Anton KorobeynikovAdd missed mem-mem move patterns
2009-10-11 Anton KorobeynikovAdd MSP430 mem-mem insts support. Patch by Brian Lucas...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-10-11 Anton KorobeynikovImplement proper asmprinting for the globals. This...
2009-10-11 Anton KorobeynikovImplement asm printing for inline asm memory operands
2009-10-10 Anton KorobeynikovIt seems that OR operation does not affect status reg...
2009-10-10 Dan GohmanRemove a no-longer-necessary #include.
2009-10-10 Dan GohmanReplace X86's CanRematLoadWithDispOperand by calling...
2009-10-09 Dan GohmanMark the LDR instruction with isReMaterializable, as...
2009-10-09 Dan GohmanAdd a const qualifier.
2009-10-09 Kevin EnderbyAdded another bit of the ARM target assembler to llvm...
2009-10-09 Dan GohmanFix the x86 test-shrink optimization so that it doesn...
2009-10-09 Dan GohmanAdd basic infrastructure and x86 support for preserving...
2009-10-09 Bob WilsonAdd codegen support for NEON vst4lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vld4lane intrinsics with...
next