oota-llvm.git
2012-06-13 Argyrios KyrtzidisFix building ThreadLocal.cpp with --disable-threads.
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-06-13 Rafael EspindolaUse LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require...
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-13 Duncan SandsWhen linearizing a multiplication, return at once if...
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-13 Hal FinkelAdd another missing 64-bit itinerary definition for...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-13 Jakob Stoklund... Eliminate struct TableGenBackend.
2012-06-13 Akira HatanakaClean up trailing blanks in Mips16InstrFormats.td
2012-06-13 Akira Hatanakadisable use of directive .set nomicromips
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-13 Andrew Tricksched: Avoid trivially redundant DAG edges. Take the...
2012-06-13 Akira Hatanaka1. fix places where immed is used in place of imm to...
2012-06-12 Hal FinkelAdd some missing 64-bit itinerary definitions for the...
2012-06-12 Duncan SandsUse DenseMap as SmallMap workaround rather than std...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Chad Rosier[arm-fast-isel] Add support for -arm-long-calls.
2012-06-12 Hal FinkelSplit out the PPC instruction class IntSimple from...
2012-06-12 David BlaikieRemove use of GNU extension to resolve Clang warning.
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Dmitri GribenkoUse correct syntax highliter in code blocks. Noticed...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-12 Hal FinkelAdd two newlines in ParseSubtargetFeatures's debug...
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Jakob Stoklund... Revert r158337 "Move PPC host-CPU detection logic from...
2012-06-12 Dmitri GribenkoFileCheck docs: remove leftover HTML markup.
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2012-06-11 Andrew Trickmisched: When querying RegisterPressureTracker, always...
2012-06-11 Andrew Trickmisched: regpressure getMaxPressureDelta, revert accide...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-06-11 Jakob Stoklund... Fix test that depends on register allocation.
2012-06-11 Hal FinkelEnable MFOCRF generation on the PPC A2 core.
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd A2 to the list of PPC CPUs recognized by Linux...
2012-06-11 Jakob Stoklund... Fix test case to work on ARM.
2012-06-11 Hal FinkelEmit the two-operand form of the PPC mfcr instruction...
2012-06-11 Hal FinkelAdd local CPU detection for Linux PPC.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-06-11 Jakob Stoklund... Write llvm-tblgen backends as functions instead of...
2012-06-11 Jakob Stoklund... Fix a problem with the reverse bundle iterators.
2012-06-11 Benjamin KramerObject file output from llc isn't experimental anymore.
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 Benjamin KramerHashing: Remove outdated comment. Support for reserved...
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... 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...
next