Handle sub-register operands in recomputeRegClass().
[oota-llvm.git] / lib /
2011-12-19 Jakob Stoklund OlesenHandle sub-register operands in recomputeRegClass().
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-12-18 Jakub Staszak- Use getExitingBlock instead of getExitingBlocks.
2011-12-18 Benjamin KramerAnother variadics tweak.
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-12-18 Benjamin KramerUse the fancy new VariadicFunction template instead...
2011-12-18 Benjamin KramerHexagon: Remove unused variables.
2011-12-17 Chad RosierRevert 146728 as it's causing failures on some of the...
2011-12-17 Kevin EnderbyRevert r146822 at Pete Cooper's request as it broke...
2011-12-17 Craig TopperRemove an unused X86ISD node type.
2011-12-17 Benjamin KramerX86: Factor the bswap asm matching to be slightly less...
2011-12-17 Pete CooperSimplifyCFG now predicts some conditional branches...
2011-12-17 Evan ChengFix a CPSR liveness tracking bug introduced when I...
2011-12-17 Pete CooperRefactor code used in InstCombine::FoldAndOfICmps to...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-17 Lang HamesMake sure that the lower bits on the VSELECT condition...
2011-12-17 Jakob Stoklund OlesenPreserve more memory operands in ARMExpandPseudo.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-16 Eric ChristopherWhen recursing for the original size of a type, stop...
2011-12-16 Eric ChristopherResolve part of a fixme and add a new one.
2011-12-16 Eric ChristopherAdd a fixme here.
2011-12-16 Eric ChristopherExtraneous whitespace and 80-col.
2011-12-16 Jakob Stoklund OlesenFix off-by-one error in bucket sort.
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Jakob Stoklund OlesenDon't adjust for alignment padding in OffsetIsInRange.
2011-12-16 Benjamin KramerHexagon: Fix a nasty order-of-initialization bug.
2011-12-16 Devang PatelIn DICompositeType, referenced to derived type is eithe...
2011-12-16 Jakob Stoklund OlesenNote ARM constant island alignment in the release notes.
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chris LattnerBy popular demand, link up types by name if they are...
2011-12-16 Craig TopperDon't try to match 'unpackl/h v, v' for 32xi8 and 16xi1...
2011-12-16 NAKAMURA TakumiTarget/Hexagon: Fix CMake build.
2011-12-16 Andrew TrickAvoid a confusing assert for silly options: -unroll...
2011-12-16 Jim GrosbachARM NEON aliases for vmovq.f*
2011-12-15 Jim GrosbachThumb2 ADR assembly parsing w/o the .w suffix.
2011-12-15 Eli FriedmanMake sure we correctly note the existence of an i8...
2011-12-15 Nick LewyckyMove parts of lib/Target that use CodeGen into lib...
2011-12-15 Eli FriedmanMake check a bit more strict so we don't call ARM_AM...
2011-12-15 Jim GrosbachARM NEON VCLE is an alias for VCGE w/ the source operan...
2011-12-15 Kostya Serebryany[asan] add the name of the module to the description...
2011-12-15 Tony LinthicumAdd MCTargetDesc library to Hexagon target
2011-12-15 Jim GrosbachARM NEON VTBL/VTBX assembly parsing and encoding.
2011-12-15 Jakob Stoklund OlesenEnable proper constant island alignment by default.
2011-12-15 Chad RosierAdd missing zmovl AVX patterns which were causing crashes.
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-15 Jim GrosbachSilence warning.
2011-12-15 Jim GrosbachARM NEON two-register double spaced register list parsi...
2011-12-15 Chad RosierFix assert in LowerBUILD_VECTOR for v16i16 type on...
2011-12-15 Lang HamesFix VSELECT operand order. Was previously backwards...
2011-12-15 Devang PatelUpdate DebugLoc while merging nodes at -O0.
2011-12-15 Devang PatelVirtual table holder field is either metadata or null.
2011-12-15 Hal FinkelEnsure that the nop that should follow a bl call in...
2011-12-15 Richard OsbornePass optLevel to XCoreDAGToDAGISel.
2011-12-15 Eli FriedmanMake constant folding for GEPs a bit more aggressive.
2011-12-15 Eli FriedmanDon't try to form FGETSIGN after legalization; it is...
2011-12-15 Chad RosierUse SmallVector/assign(), rather than std::vector/push_...
2011-12-15 Chad RosierAdd support for lowering fneg when AVX is enabled.
2011-12-15 Pete CooperAdded InstCombine for "select cond, ~cond, x" type...
2011-12-15 Owen AndersonEnable synthesis of FLOG2 and FEXP2 SelectionDAG nodes...
2011-12-15 Eli FriedmanMake loop preheader insertion in LoopSimplify handle...
2011-12-15 Bill WendlingRe-re-enable compact unwind after fixing a failure...
2011-12-15 Kevin EnderbyAnother improvement to the implementation of .incbin...
2011-12-14 Bill WendlingThe saved registers weren't being processed in the...
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-14 Jakob Stoklund OlesenConsider CPE alignment in CreateNewWater().
2011-12-14 Jim GrosbachARM NEON better assembly operand range checking for...
2011-12-14 Jim GrosbachARM NEON VLD2/VST2 lane indexed assembly parsing and...
2011-12-14 Devang PatelDo not sink instruction, if it is not profitable.
2011-12-14 Bill WendlingReapply r146481 with a fix to create the Builder value...
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Andrew TrickLSR: Fold redundant bitcasts on-the-fly.
2011-12-14 Jim GrosbachARM NEON fix alignment encoding for VST2 w/ writeback.
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-12-14 Jim GrosbachNuke old code. Missed in last commit.
2011-12-14 Jim GrosbachARM NEON refactor VST2 w/ writeback instructions.
2011-12-14 Jim GrosbachARM NEON improve factoring a bit. No functional change.
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-12-14 Stepan DyatkovskiyFix for bug #11429: Wrong behaviour for switches. Small...
2011-12-14 Dan GohmanIt turns out that clang does use pointer-to-function...
2011-12-14 Jakob Stoklund OlesenFix speling and 80-col.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Jim GrosbachFix copy/pasto that skipped the 'modify' step.
2011-12-14 Jim GrosbachARM/Thumb2 mov vs. mvn alias goes both ways.
2011-12-14 Chad RosierVFP2 is required for FP loads. Noticed by inspection.
2011-12-14 Chad RosierTidy up.
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-14 Chad RosierFix 80-column violation and extraneous brackets.
2011-12-14 NAKAMURA Takumillvm/lib/CodeGen: Fix cmake build since r146542.
2011-12-14 Eli FriedmanFix a stupid typo in MemDepPrinter.
2011-12-14 Eli FriedmanAdd missing cases to SDNode::getOperationName(). Patch...
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-14 Bill WendlingRevert r146481 to review possible miscompilations.
2011-12-14 Bill WendlingDisable to review some failures.
2011-12-14 Jim GrosbachARM assembler support for the target-specific .req...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Nick LewyckyDW_AT_virtuality is also defined to be constant, not...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-14 Kostya Serebryany[asan] remove .preinit_array from the compiler module...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
next