oota-llvm.git
2012-06-09 Jakob Stoklund... Sketch a LiveRegMatrix analysis pass.
2012-06-09 Jack CarterTest commit
2012-06-09 Jakob Stoklund... Also compute MBB live-in lists in the new rewriter...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Andrew TrickRemoving strange "using" declarations form TargetInstrInfo.
2012-06-08 Jakob Stoklund... Reintroduce VirtRegRewriter.
2012-06-08 Jakob Stoklund... Don't run RAFast in the optimizing regalloc pipeline.
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 Manman RenTest case for r158160
2012-06-08 Andrew TrickSched itinerary fix: Avoid static initializers.
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 NAKAMURA Takumitest/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL...
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-08 Tobias Grossercmake: Pass the -m32 flag to modules if LLVM_BUILD_32_B...
2012-06-08 Owen AndersonTeach the AsmMatcherEmitter to allow InstAlias' where...
2012-06-07 Michael J.... [CMake] Promote extension warnings to errors.
2012-06-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Michael J.... [CMake] Order MSVC warnings numerically.
2012-06-07 Michael J.... [CMake] Adjust MSVC warnings.
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 Pete CooperAdd internal read flags to MachineInstrBuilder and...
2012-06-07 Meador IngeAdding a missing -S to the opt invocation.
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Bill WendlingSpell optimization name correclty.
2012-06-06 Manman RenRevert r157755.
2012-06-06 Bill WendlingAnother testcase for r156548.
2012-06-06 Michael J.... [llvm-nm] Update documentation to cover object file...
2012-06-06 Jakob Stoklund... Properly 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 Benjamin KramerRemove dead private member variables from gtest.
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... Remove 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 Duncan SandsAdd a new broken compiler.
2012-06-06 Craig TopperMark several instructions SSE2 instead of SSE3 as they...
2012-06-06 Justin HolewinskiFix gtest build issue on Visual Studio 2012 RC
2012-06-06 Chad RosierRemove extraneous CHECK-NOTs from previous commit and...
2012-06-06 Chad RosierFileCheckize this test.
2012-06-05 Jakob Stoklund... Move LiveUnionArray into LiveIntervalUnion.h
2012-06-05 Jakob Stoklund... Don't print register names in LiveIntervalUnion::print().
2012-06-05 Matt Beaumont-GaySuppress -Wunused-variable in -Asserts build
2012-06-05 Jakob Stoklund... Simplify LiveInterval::print().
2012-06-05 Jakob Stoklund... Add experimental support for register unit liveness.
2012-06-05 Jakob Stoklund... Implement 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 Benjamin KramerAdd 3.0 and 3.1 tags to the getting started guide.
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 Jakob Stoklund... Remove dead function.
2012-06-05 Roman DivackyPPC32 uses R2 as the TLS register. Fix the copy and...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping: added exclude operation, that...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
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... Remove the last remat-related code from LiveIntervalAna...
2012-06-05 Jakob Stoklund... Stop 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... Delete dead code.
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-06-04 Jakob Stoklund... Switch LiveIntervals member variable to LLVM naming...
2012-06-04 Jakob Stoklund... Pass context pointers to LiveRangeCalc::reset().
2012-06-04 Akira HatanakaAdd a test case for mips64 unaligned load/store instruc...
2012-06-04 Akira HatanakaRename test/CodeGen/Mips/load-shift-left-right.ll.
2012-06-04 Akira HatanakaFix a bug in MipsTargetLowering::LowerLOAD. A shift...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
next