oota-llvm.git
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 Lattneradd some simple 64-bit tail call tests.
2012-06-01 Chris Lattnerrearrange some logic, no functionality change.
2012-06-01 Chris Lattnermerge some tests.
2012-06-01 Chris Lattnerrename test
2012-06-01 Manman RenARM: support struct byval in llvm
2012-06-01 Michael J.... Fix 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 Benjamin KramerIntrusiveRefCntPtr: Simplify operator= as suggested...
2012-05-31 Owen AndersonMake this testcase independent of register allocation.
2012-05-31 Jakob Stoklund... Add support for return value promotion in X86 calling...
2012-05-31 Jakob Stoklund... Didn't mean to export this function.
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-31 Jakob Stoklund... Add a PrintRegUnit helper similar to PrintReg.
2012-05-31 Jakob Stoklund... Emit register unit root tables.
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-31 Akira HatanakaAdd lit.local.cfg to run the tests in test/MC/Disassemb...
2012-05-30 Jakob Stoklund... Avoid depending on list orders and register numbering.
2012-05-30 Jakob Stoklund... Extract some pointer hacking to a function.
2012-05-30 Jakob Stoklund... Prioritize smaller register classes for urgent evictions.
2012-05-30 Jakob Stoklund... Print uint16_t numbers without a sign.
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 David BlaikieReinstate -O3 for LTO.
2012-05-30 Benjamin KramerMake sure that we're dealing with a binary SCEVExpr...
2012-05-30 Jakob Stoklund... Fix some uses of getSubRegisters() to use getSubReg...
2012-05-30 Jakob Stoklund... Remove 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 Jakob Stoklund... Add MCRegisterInfo::RegListIterator.
2012-05-30 Benjamin KramerMark insertq/extrq intrinsic readnone.
2012-05-30 Benjamin KramerPort support for SSE4a extrq/insertq to the old jit...
2012-05-30 Benjamin KramerRemove little semicolon that caused a lot of warnings.
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 Chris Lattnertypo fix
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-30 Jakob Stoklund... Make DiffListIterator public to unbreak the gcc buildbots.
2012-05-29 Jakob Stoklund... Use MCRegUnitIterator to compute regsOverlap().
2012-05-29 Jakob Stoklund... Emit register unit lists for each register.
2012-05-29 Nuno Lopesbounds checking:
2012-05-29 Douglas GregorDenseMap's move assignment operator needs to return...
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 Stepan DyatkovskiySwitchInst: Due to bad readability case iterators defin...
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-28 Chris Lattneradd some helper methods to make the type more uniform.
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Benjamin KramerDenseMap: Use an early exit when there is nothing to...
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-27 Benjamin KramerIntrusiveRefCntPtr: Use the same pattern as the other...
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-05-27 Chris Lattnerremove two (useless) tests that use incorrect intrinsic...
2012-05-27 Chris Lattnergeneralize this to allow any argument.
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 Benjamin KramerDenseMap: Provide a move ctor and move semantics for...
2012-05-27 Benjamin KramerDenseMap: Factor destruction into a common helper method.
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-27 Benjamin KramerMove-enable IntrusiveRefCntPtr.
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 Chris Lattnerrearrange some code, no functionality change.
next