oota-llvm.git
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.
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 Bill WendlingSmall code cleanup. No functionality change.
2012-05-25 Bill WendlingOpen in read/write mode, creating the file if it doesn...
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 Justin Holewinski[NVPTX] Add a new test case for the newly-enabled call...
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Suppress one test...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Relax stack offsets...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-25 Andrew Trickmisched: trace formatting
2012-05-25 Bill WendlingEarly-continue.Reducing indentation.
2012-05-25 Bill WendlingDon't call exit from a runtime.
2012-05-25 Jakob Stoklund... Compress 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... Shrink.
2012-05-24 Jakob Stoklund... Add support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund... Don't put TGParser scratch results in the output.
next