oota-llvm.git
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-29 Evan ChengTrim include
2011-06-29 Jakob Stoklund... Rewrite RAGreedy::splitAroundRegion, now with cool...
2011-06-28 Daniel Dunbarbuild/Darwin: Fix epic typo fail.
2011-06-28 NAKAMURA TakumiFix a CMake warning, following up to r134008.
2011-06-28 Evan ChengUnbreak every backend.
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengAdd MCInstrInfo registeration machinery.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Jakob Stoklund... Clean up the handling of the x87 fp stack to make it...
2011-06-28 Chad RosierReinstate r133516 "Remove some unnecessary uses of...
2011-06-28 Chad RosierRemove warning: 'c0' may be used uninitialized in this...
2011-06-28 Jakob Stoklund... Print registers by name instead of by number.
2011-06-28 Andrew Trickcleanup: misleading comment.
2011-06-28 Andrew Trickcmake: Our MSVC build does not support config-time...
2011-06-28 Roman DivackyImplement ISD::VAARG lowering on PPC32.
2011-06-28 Jay FoadPR10210: New method ConstantArray::getAsCString()....
2011-06-28 Andrew TrickFileCheckify and prepare for -disable-iv-rewrite.
2011-06-28 Jakob Stoklund... FileCheckize a couple of tests.
2011-06-28 Andrew TrickCleanup. Fix a stupid variable name.
2011-06-28 Andrew TrickCleanup. Fix a stupid variable name.
2011-06-28 Andrew TrickSCEVExpander: give new insts a name that identifies...
2011-06-28 Andrew Trickwhitespace
2011-06-28 Nick LewyckyFix typo in comment.
2011-06-28 Rafael EspindolaFix cmake build.
2011-06-28 Andrew Trickindvars --disable-iv-rewrite: sever ties with IVUsers.
2011-06-28 Andrew Trickindvars --disable-iv-rewrite: Defer evaluating s/zext...
2011-06-28 Chandler CarruthFix CMake build by removing this now dead file.
2011-06-28 Chandler CarruthFileCheck-ize a test that had the strangest TCL quote...
2011-06-28 Evan ChengAlternative name enum should go into the enum portion.
2011-06-28 Jakob Stoklund... Fix a bad iterator dereference that Evan uncovered.
2011-06-28 Jim GrosbachARM Thumb2 asm syntax optional destination operand...
2011-06-27 Evan ChengRemove RegClass2VRegMap from MachineRegisterInfo.
2011-06-27 Jim GrosbachARM Assembly support for Thumb mov-immediate.
2011-06-27 Evan ChengRemove RCBarriers from TargetInstrDesc.
2011-06-27 Evan ChengRemove the experimental (and unused) pre-ra splitting...
2011-06-27 Andrew Trickindvars -disable-iv-rewrite: run RLEV after SimplifyIVU...
2011-06-27 Chad RosierRevert r133516 "Remove some unnecessary uses of c_str()."
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-27 Eric ChristopherFix this test to actually check something and be able...
2011-06-27 Jakub StaszakCalculate GetBestDestForJumpOnUndef correctly.
2011-06-27 Jim GrosbachARM Asm parsing of Thumb2 move immediate.
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-27 Jim GrosbachAdd exception necessitated by 133938.
2011-06-27 Jim GrosbachARM assembly carry set/clear condition code aliases...
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Eric ChristopherAllow lr in the register options here.
2011-06-27 Jim GrosbachARM assembler support for vpush/vpop.
2011-06-27 Evan ChengRename unnecessary forward declaration.
2011-06-27 Evan ChengMore refactoring. MC doesn't need know about subreg...
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-27 Owen AndersonThe index stored in the RegDefIter is one after the...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-27 Andrew Trickpre-RA-sched: Cleanup register pressure tracking.
2011-06-27 Jakob Stoklund... Move all inline-asm-fpstack tests to a single file.
2011-06-27 Jakob Stoklund... Track live-out physical registers in MachineDCE.
2011-06-27 Nick LewyckyTeach one piece of scalarrepl to handle lifetime marker...
2011-06-27 Nick LewyckyMove onlyUsedByLifetimeMarkers to ValueTracking so...
2011-06-27 Jakob Stoklund... Grow the X86FloatingPoint register map to hold 16 regis...
2011-06-27 Jakob Stoklund... Distinguish early clobber output operands from clobbere...
2011-06-27 Jakob Stoklund... Decode and pretty print inline asm operand descriptors.
2011-06-26 Rafael EspindolaRemove unused methods.
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2011-06-26 Rafael EspindolaMerge SimpleRegisterCoalescing.cpp into RegisterCoalesc...
2011-06-26 Rafael Espindolamerge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.
2011-06-26 Rafael EspindolaRemove unnecessary wrapper.
2011-06-25 Dan BaileyPTX: corrected tests that were failing
2011-06-25 Chad RosierReplace dyn_cast<> with cast<> since the cast is alread...
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-25 Michael J.... Object: Add proper error handling.
2011-06-25 Michael J.... Modify llvm-nm to use new Binary creation method.
2011-06-25 Michael J.... Make Binary the parent of ObjectFile and update childre...
2011-06-25 Michael J.... Add Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J.... Add Object/Error.
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2011-06-25 Chad RosierTest case for r133858 (tail call optimize in the presen...
2011-06-25 Oscar FuentesUpdate CMake library dependencies.
2011-06-25 Chad RosierEnable tail call optimization in the presence of a...
2011-06-25 Jim GrosbachMove ARM-specific test to ARM directory.
2011-06-25 Douglas GregorUnbreak CMake build
2011-06-25 Evan ChengRemove dead typedefs.
2011-06-24 Evan ChengAdd include guard.
2011-06-24 Evan ChengRename TargetDesc to MCTargetDesc
2011-06-24 Evan ChengRename TargetRegisterDesc to MCRegisterDesc
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Owen AndersonThe scheduler needs to be aware on the existence of...
2011-06-24 Bob WilsonRevert "Shorten some ARM builtin names by removing...
2011-06-24 Rafael EspindolaFix cmake build.
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-24 Bob WilsonShorten some ARM builtin names by removing unnecessary...
2011-06-24 Chad RosierHoist simple check above more complex checking to avoid...
2011-06-24 Jim GrosbachTestcase for r133818
2011-06-24 Devang PatelRevert unintentional check-in.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Jim GrosbachARM movw/movt fixups need to mask the high bits.
next