add the 'alloc' metadata node to represent the size of offset of buffers pointed...
[oota-llvm.git] / lib /
2012-06-11 Bill WendlingRe-enable the CMN instruction.
2012-06-11 Benjamin KramerInstCombine: factor code better.
2012-06-10 Benjamin KramerInstCombine: Turn (zext A) == (B & (1<<X)-1) into A...
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
2012-06-10 Hal FinkelUse critical anti-dep. breaking on all PPC targets...
2012-06-10 Craig TopperAdd intrinsics for immediate form of XOP vprot instruct...
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Craig TopperUse XOP vpcom intrinsics in patterns instead of a targe...
2012-06-09 Craig TopperReplace XOP vpcom intrinsics with fewer intrinsics...
2012-06-09 Aaron BallmanDisabling a spurious deprecation warning about using...
2012-06-09 Aaron BallmanFixing a typo in the comments.
2012-06-09 Benjamin KramerAllocate the contents of DwarfDebug's StringMaps in...
2012-06-09 Duncan SandsSilence a gcc-4.6 warning: GCC fails to understand...
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-09 Andrew TrickRegister pressure: added getPressureAfterInstr.
2012-06-09 Jakob Stoklund OlesenSketch a LiveRegMatrix analysis pass.
2012-06-09 Jack CarterTest commit
2012-06-09 Jakob Stoklund OlesenAlso compute MBB live-in lists in the new rewriter...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Jakob Stoklund OlesenReintroduce VirtRegRewriter.
2012-06-08 Nuno Lopescanonicalize:
2012-06-08 Evan ChengStart implementing pre-ra if-converter: using speculati...
2012-06-08 Andrew TrickTargetInstrInfo hooks implemented in codegen should...
2012-06-08 Duncan SandsReapply commit 158073 with a fix (the testcase was...
2012-06-08 Hal FinkelRemove the TODO statement in the PPC README re: CTR...
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Hal FinkelMark the PPC CTRRC and CTRRC8 register classes as non...
2012-06-08 Manman RenEnable optimization for integer ABS on X86 if Subtarget...
2012-06-08 Chad RosierFix a crash in APInt::lshr when shiftAmt > BitWidth.
2012-06-08 Andrew TrickFix Target->Codegen dependence.
2012-06-08 Nuno LopesBoundsChecking: add support for ConstantPointerNull...
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Nadav RotemDo not optimize the used bits of the x86 vselect condit...
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...
2012-06-07 Andrew TrickContinue factoring computeOperandLatency. Use it for...
2012-06-07 Andrew TrickARM getOperandLatency rewrite.
2012-06-07 Andrew TrickARM getOperandLatency should return -1 for unknown...
2012-06-07 Andrew TrickFix ARM getInstrLatency logic to work with the current...
2012-06-07 Manman RenPR13046: we can't replace usage of SUB with CMP in...
2012-06-07 Rafael EspindolaUse a base register instead of an index register with...
2012-06-07 Pete CooperMove terminator machine verification to check MachineBa...
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Manman RenRevert r157755.
2012-06-06 Jakob Stoklund OlesenProperly verify liveness with bundled machine instructions.
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-06 Andrew TrickMove RegisterPressure.h.
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-06 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-06-06 Chad RosierFix combine of uno && ord -> false so that the ordering...
2012-06-06 Jakob Stoklund OlesenRemove dead debug option -disable-rematerialization.
2012-06-06 Duncan SandsGrab-bag of reassociate tweaks. Unify handling of...
2012-06-06 Benjamin KramerStop leaking RegScavengers from TailDuplication.
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-06-06 Craig TopperMark several instructions SSE2 instead of SSE3 as they...
2012-06-05 Jakob Stoklund OlesenMove LiveUnionArray into LiveIntervalUnion.h
2012-06-05 Jakob Stoklund OlesenDon't print register names in LiveIntervalUnion::print().
2012-06-05 Matt Beaumont-GaySuppress -Wunused-variable in -Asserts build
2012-06-05 Jakob Stoklund OlesenSimplify LiveInterval::print().
2012-06-05 Jakob Stoklund OlesenAdd experimental support for register unit liveness.
2012-06-05 Jakob Stoklund OlesenImplement LiveRangeCalc::extendToUses() and createDeadD...
2012-06-05 Andrew TrickMachineInstr::eraseFromParent fix for removing bundled...
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-06-05 Yuan LinFix header file include order in NVPTX backend NV_CONTRIB
2012-06-05 Andrew TrickLoopUnroll: always check for NULL LoopPassManager
2012-06-05 Roman DivackyPPC32 uses R2 as the TLS register. Fix the copy and...
2012-06-05 Andrew TrickX86 itinerary properties.
2012-06-05 Andrew TrickARM itinerary properties.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-05 Andrew Tricksdsched: Use the right heuristics when -mcpu is not...
2012-06-05 Andrew Trickmisched: Allow disabling scoreboard hazard checking...
2012-06-05 Andrew Trickwhitespace
2012-06-05 Andrew Trickmisched: comments from code review.
2012-06-05 Jakob Stoklund OlesenRemove the last remat-related code from LiveIntervalAna...
2012-06-05 Jakob Stoklund OlesenStop using LiveIntervals::isReMaterializable().
2012-06-05 Joel JonesRevert commit r157966
2012-06-04 Joel JonesThis change handles a another case for generating the...
2012-06-04 Jakob Stoklund OlesenDelete dead code.
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-06-04 Jakob Stoklund OlesenSwitch LiveIntervals member variable to LLVM naming...
2012-06-04 Jakob Stoklund OlesenPass context pointers to LiveRangeCalc::reset().
2012-06-04 Akira HatanakaFix a bug in MipsTargetLowering::LowerLOAD. A shift...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Hans WennborgMIPS TLS: use the model selected by TargetMachine:...
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-06-04 Hans WennborgBetter comments for TLS-related X86 MachineOperand...
2012-06-04 Craig TopperAdd intrinsic forms for FMA instructions to opcode...
2012-06-04 Craig TopperAdd VFMADDSUB and VFMSUBADD FMA instructions to folding...
2012-06-04 Hal FinkelFix a copy-and-paste duplication error in the PPC 440...
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-06-03 Rafael EspindolaRepresent .rept as an anonymous macro. This removes...
2012-06-03 Rafael EspindolaAdd a typedef to simplify the code a bit. Not functiona...
2012-06-03 Craig TopperRename FMA3 feature flag to just FMA to match gcc so...
next