Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying attention...
[oota-llvm.git] / lib /
2012-06-01 Craig TopperRemove fadd(fmul) patterns for FMA3. This needs to...
2012-06-01 Craig TopperAdd VFNSUB* instructions to folding table.
2012-06-01 Craig TopperRemove a trailing space and fix a comment.
2012-06-01 Chris Lattnerenhance the logic for looking through tailcalls to...
2012-06-01 Craig TopperTidy up. Remove trailing spaces and fix the worst of...
2012-06-01 Chris Lattnerenhance getNoopInput to know about vector<->vector...
2012-06-01 Chris Lattnerrearrange some logic, no functionality change.
2012-06-01 Manman RenARM: support struct byval in llvm
2012-06-01 Michael J. SpencerFix 80 columns.
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-06-01 Chad RosierPut the shiny new MCSubRegIterator to work.
2012-05-31 Nuno Lopesadd -bounds-checking-multiple-traps option to make...
2012-05-31 Nuno Lopesrevamp BoundsChecking considerably:
2012-05-31 Jakob Stoklund OlesenAdd support for return value promotion in X86 calling...
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-31 Jakob Stoklund OlesenAdd a PrintRegUnit helper similar to PrintReg.
2012-05-31 Joel JonesFix typos
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Benjamin KramerX86: Rename the CLMUL target feature to PCLMUL.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-31 Elena DemikhovskyAdded FMA3 Intel instructions.
2012-05-31 Duncan SandsEnhance the sinking code to handle diamond patterns...
2012-05-31 Craig TopperAdd intrinsic for pclmulqdq instruction.
2012-05-31 Akira HatanakaCleanup and factoring of mips16 tablegen classes. Make...
2012-05-31 Eric ChristopherFix typo in assembly directive. Noticed by inspection.
2012-05-30 Jakob Stoklund OlesenAvoid depending on list orders and register numbering.
2012-05-30 Jakob Stoklund OlesenExtract some pointer hacking to a function.
2012-05-30 Jakob Stoklund OlesenPrioritize smaller register classes for urgent evictions.
2012-05-30 Eric ChristopherAdd support for the mips inline asm 'm' output modifier.
2012-05-30 Owen AndersonSwitch the canonical FMA term operand order to match...
2012-05-30 Owen AndersonTeach DAGCombine to canonicalize the position of a...
2012-05-30 Chad RosierRemove extra space.
2012-05-30 Benjamin KramerMake sure that we're dealing with a binary SCEVExpr...
2012-05-30 Jakob Stoklund OlesenFix some uses of getSubRegisters() to use getSubReg...
2012-05-30 Jakob Stoklund OlesenRemove some redundant tests.
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-05-30 Chris Lattnerit's pointed out that R11 can be used for magic things...
2012-05-30 Chris LattnerExtend the (abi-irrelevant) return convention to be...
2012-05-30 Chad Rosier[arm-fast-isel] Add support for the llvm.frameaddress...
2012-05-30 Benjamin KramerPort support for SSE4a extrq/insertq to the old jit...
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-05-30 Andrew TrickSCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
2012-05-30 Andrew TrickReformat the loop that does AddRecExpr * AddRecExpr...
2012-05-30 Evan ChengTeach taildup to update livein set. rdar://11538365
2012-05-30 Evan ChengIf-converter models predicated defs as read + write...
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-29 Nuno Lopesbounds checking:
2012-05-29 Evan ChengOptional def can be either a def or a use (of reg0).
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-05-29 Lang HamesClear the entering, exiting and internal ranges of...
2012-05-29 Nicolas GeoffrayUpdate CPPBackend to new API for AttrListPtr::get.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Peter CollingbourneAdd llvm.fabs intrinsic.
2012-05-28 Benjamin KramerFix suspicous hasOneUse() check, found by PVS Studio...
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-28 David BlaikieRemove unused variable.
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Benjamin KramerRandom BitcodeReader cleanups.
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Bill WendlingImplement the indirect counter increment code in a...
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-28 Chris Lattnersimplify code.
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-27 NAKAMURA TakumiPath::GetTemporaryDirectory(): Add an assertion if...
2012-05-27 Benjamin KramerMissed parens.
2012-05-27 Benjamin Kramerr157525 didn't work, just disable iterator checking.
2012-05-27 Benjamin KramerSDAGBuilder: Avoid iterator invalidation harder.
2012-05-26 Benjamin KramerSDAGBuilder: Don't create an invalid iterator when...
2012-05-26 Benjamin KramerSelectionDAGBuilder: When emitting small compare chains...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-26 Benjamin KramerSimplifyCFG: Turn the ad-hoc std::pair that represents...
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-26 Benjamin KramerScoreboardHazardRecognizer: Remove dead conditional...
2012-05-26 Duncan SandsMove this debug statement earlier so it is easy to...
2012-05-25 Bill WendlingThe llvm_gcda_increment_indirect_counter function write...
2012-05-25 Akira HatanakaFix predicate HasStandardEncoding in MipsInstrInfo...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Akira HatanakaDelete MipsExpandPseudo.cpp.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-25 Akira HatanakaRemove pseudo instructions that are no longer used.
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-25 Andrew Trickmisched: trace formatting
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Kaelyn UhrainSilence unused variable warnings from when assertions...
2012-05-24 Andrew Trickmisched: Use the same scheduling heuristics with -misch...
2012-05-24 Jakob Stoklund OlesenShrink.
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 Jakob Stoklund OlesenSimplify TGParser::ProcessForEachDefs.
2012-05-24 Andrew Trickmisched: Trace regpressure.
2012-05-24 Andrew Trickmisched: Give each ReadyQ a unique ID
next