<rdar://problem/13551789> Fix a race in the LockFileManager.
[oota-llvm.git] / lib /
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix a race in the LockFileMan...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix yet another race in uniqu...
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
2013-04-05 Rafael EspindolaDefine versions of Section that are explicitly marked...
2013-04-05 Michael GottesmanAdded two debug logging messages to VisitInstructionsTo...
2013-04-05 Rafael EspindolaDon't use InMemoryStruct in getSection and getSection64.
2013-04-05 Michael GottesmanCleaned up whitespace and made debug logging less verbose.
2013-04-05 Renato GolinReverting 178851 as it broke buildbots
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-04-05 Reid Kleckner[Support] Disable assertion dialogs from the MSVC debug CRT
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Ulrich WeigandRespect Addend when processing MCJIT relocations to...
2013-04-05 Stepan DyatkovskiyBuildbot fix for r178851: mistake was in wrong TargetRe...
2013-04-05 Stepan DyatkovskiyFix for PR14824: "Optimization arm_ldst_opt inserts...
2013-04-05 Hal FinkelAdd a SchedMachineModel for the PPC G5
2013-04-05 Hal FinkelAdd a SchedMachineModel for the PPC A2
2013-04-05 Hal FinkelFix bug in PEI's virtual-register scavenging
2013-04-05 Arnold SchwaighoferARM scheduler model: Add scheduler info to more instruc...
2013-04-05 Arnold SchwaighoferARM scheduler model: Swift has varying latencies, uops...
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...
2013-04-05 Andrew TrickDisable DFSResult for ConvergingScheduler.
2013-04-05 Andrew TrickMachineScheduler: format DEBUG output.
2013-04-04 Arnold SchwaighoferLoopVectorizer: Pass OperandValueKind information to...
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-04-04 Manman RenDebug Info: revert 178722 for now.
2013-04-04 Adrian Prantltypo
2013-04-04 Hal FinkelRename the current PPC BCL definition to BCLalways
2013-04-04 Hal FinkelPPC: Improve code generation for mixed-precision recipr...
2013-04-04 Jyotsna VermaHexagon: Expand br_cc.
2013-04-04 Benjamin KramerReassociate: Avoid iterator invalidation.
2013-04-04 Richard Osborne[XCore] Add bru instruction.
2013-04-04 Richard Osborne[XCore] The RRegs register class is a superset of GRRegs.
2013-04-04 Jakob Stoklund OlesenAvoid high-latency false CPSR dependencies even for...
2013-04-04 Eli BenderskyFormatting
2013-04-04 Vincent LejeuneR600: Use a mask for offsets when encoding instructions
2013-04-04 Vincent LejeuneR600: Fix wrong address when substituting ENDIF
2013-04-04 Vincent LejeuneR600: Take export into account when computing cf address
2013-04-04 Jakob Stoklund OlesenAdd SPARC v9 support for select on 64-bit compares.
2013-04-04 Manman RenDebug Info: according to DWARF 2, FORM_ref_addr the...
2013-04-03 Michael GottesmanRefactored out the helper method FindPredecessorAutorel...
2013-04-03 Michael GottesmanRefactored out the helper function FindPredecessorRetai...
2013-04-03 Michael GottesmanSmall cleanups.
2013-04-03 Michael GottesmanRefactored out a part of ObjCARCOpt::OptimizeReturns...
2013-04-03 Michael GottesmanRemoved an old comment.
2013-04-03 Michael GottesmanClean up arc annotations by moving the top/bottom BB...
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
2013-04-03 Vincent LejeuneR600: Fix last ALU of a clause being emitted in a separ...
2013-04-03 Aaron BallmanEnsuring that both bits are set, and not just a combina...
2013-04-03 Hal FinkelCleanup PPC reciprocal-estimate functionality
2013-04-03 Vincent LejeuneR600: Factorize maximum alu per clause in a single...
2013-04-03 Aaron BallmanTesting for Visual Studio 2010 SP1 or greater before...
2013-04-03 Vincent LejeuneR600: Simplify data structure and add DEBUG to R600Cont...
2013-04-03 Vincent LejeuneR600: Consider KILLGT as an ALU instruction
2013-04-03 Eli BenderskyMeasure time that IR parsing took as part of the -time...
2013-04-03 Hal FinkelPPC: Enable FRES and FRSQRTE on the default PPC64 descr...
2013-04-03 Hal FinkelPPC: Add a FIXME regarding the non-working fma+fneg...
2013-04-03 Hal FinkelRemove some obsolete PowerPC/README entries
2013-04-03 Ulrich WeigandMore direct types in PowerPC AltiVec intrinsics.
2013-04-03 Bill SchmidtFix PR15632: No support for ppcf128 floating-point...
2013-04-03 Tim NorthoverAArch64: implement ETMv4 trace system registers.
2013-04-03 Aaron BallmanSecond pass at addressing PR15351 by explicitly checkin...
2013-04-03 Timur IskhodzhanovFix SRet for thiscall in i686-pc-win32
2013-04-03 Tim NorthoverAArch64: switch patterns to be type-based rather than...
2013-04-03 Eric ChristopherFix grammar.
2013-04-03 Eric ChristopherRemove ZeroOrMore from the option description. We don...
2013-04-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-03 Hal FinkelRemove some unsupported-feature comments from PPC.td
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-03 Aaron BallmanRolling back the AVX support patch due to breaking...
2013-04-03 Michael GottesmanRemove an optimization where we were changing an objc_a...
2013-04-03 Michael GottesmanImproved comment. No functionality change.
2013-04-03 Aaron BallmanAttempting to fix the build on older GCC versions.
2013-04-03 Aaron BallmanThis patch addresses PR15351 by explicitly checking...
2013-04-02 Eric ChristopherFormatting.
2013-04-02 Akira Hatanaka[mips] Small update to the implementation of eh.return...
2013-04-02 Eric ChristopherSupport and test template arguments for unions.
2013-04-02 Eric ChristopherReformat arguments.
2013-04-02 Akira Hatanaka[mips] Expand pseudo multiply/divide instructions in...
2013-04-02 Jakob Stoklund OlesenAllow MachineTraceMetrics to be used when the model...
2013-04-02 Chad Rosier[ms-inline asm] Add support for parsing variables with...
2013-04-02 Bill SchmidtFix PR15630: Replace faulty stdcx. with stwcx.
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-04-02 Jakob Stoklund OlesenCount processor resources individually in MachineTraceM...
2013-04-02 Chad Rosier[fast-isel] Use the correct API to disable FastLowerArg...
2013-04-02 Arnold SchwaighoferDAGCombiner: Merge store/loads when we have extload...
2013-04-02 Justin Holewinski[NVPTX] Fix a few style issues in NVVMReflect
2013-04-02 Bill WendlingUse a worklist to avoid a sneaky iterator invalidation.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit load and store instructions.
2013-04-02 Jakob Stoklund OlesenBasic 64-bit ALU operations.
2013-04-02 Jakob Stoklund OlesenMaterialize 64-bit immediates.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit shift instructions.
2013-04-02 Jakob Stoklund OlesenAdd predicates for distinguishing 32-bit and 64-bit...
2013-04-02 Jakob Stoklund OlesenAdd support for 64-bit calling convention.
2013-04-02 Jakob Stoklund OlesenAdd an I64Regs register class for 64-bit registers.
2013-04-02 Hal FinkelFix typo in PPCISelLowering
2013-04-02 Andrew TrickThe divide unit is not pipeline, but it is still buffered.
2013-04-01 NAKAMURA TakumiTarget/R600: Fix CMake build to add missing files.
2013-04-01 Jack CarterMips direct object exception handling regression
next