oota-llvm.git
2013-03-15 Eric ChristopherTurn anonymous type in anonymous union warning back...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-15 Nadav RotemAdd a triple to the test.
2013-03-14 Nadav RotemUnaligned loads should use the VMOVUPS opcode.
2013-03-14 David BlaikieRemove some unused variables to clean the Clang -Werror...
2013-03-14 Akira Hatanaka[mips] Set isAllocatable bit of unallocatable register...
2013-03-14 Andrew TrickFix r177112: Add ProcResGroup.
2013-03-14 Jakob Stoklund... Prepare for adding InstrSchedModel annotations to X86...
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-14 Arnold SchwaighoferLoopVectorizer: Insert some white space to make test...
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelUse frame-index scavenging for PPC register spilling
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-14 Akira Hatanaka[mips] Fix filename in comment and delete unnecessary...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-14 Arnold SchwaighoferAdd missing asserts flag to test - it uses debug flags
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-14 Akira HatanakaAdd back lines which were accidentally deleted in CMake...
2013-03-14 Akira Hatanaka[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
2013-03-14 Hal FinkelAdd a comment about overlapping PPC frame offsets
2013-03-14 Akira Hatanaka[mips] Rename functions and variables to start with...
2013-03-14 Akira HatanakaAdd header file MipsISelDAGToDAG.h.
2013-03-14 Akira Hatanaka[mips] Define two subclasses of MipsDAGToDAGISel. Mips1...
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-14 Adrian PrantlTest that we emit a DW_AT_location for self captured...
2013-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Chandler CarruthPR14972: SROA vs. GVN exposed a really bad bug in SROA.
2013-03-14 Joerg SonnenbergerAdd two of the float related ARM-specific entries for...
2013-03-14 Craig TopperFix the name of a variable to match its declaration...
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-14 Craig TopperTeach X86 MC instruction lowering that VMOVAPSrr and...
2013-03-14 Michael LiaoFix PR15309
2013-03-14 Jiong Wangtest commit: remove blank line.
2013-03-14 Nick LewyckyRemove a change to the debug info in this test, that...
2013-03-14 Nick LewyckyTry using %S to find the emitted .gcno file.
2013-03-14 Nick LewyckyRemove accidentally committed debug line.
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-14 Nick LewyckyFix typo in comment.
2013-03-14 Michael J.... [Support][Test] Missed this in the API change.
2013-03-14 Michael J.... [Support] Fix lifetime of file descriptors when using...
2013-03-13 Nick LewyckyNo functionality change. Rename emitGCNO() to the more...
2013-03-13 David BlaikieSimplify file/directory name handling in DILexicalBlock
2013-03-13 David BlaikieRemove an extra operand to a DIFile metadata entry
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-13 David BlaikieSimplify directory name handling in DILexicalBlockFile.
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 Lang HamesMake LTO codegen use a PassManager, rather than a Funct...
2013-03-13 Alexey SamsonovSimplify CMake rules in HandleLLVMOptions module.
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-13 Vincent LejeuneR600: Remove unused Outputs variable
2013-03-13 Manman RenNo functionality change. Use unreachable in getCUOffset.
2013-03-13 Manman RenNo functionality change. Use unreachable in getCompileUnit.
2013-03-13 Jakob Stoklund... Check register classes also when changing them.
2013-03-13 Arnold SchwaighoferARM cost model: Add test case to make sure we would...
2013-03-13 Arnaud A. de... Fix a performance regression when combining to smaller...
2013-03-13 Benjamin KramerAdd one more overload to make VS2008's debug mody happy.
2013-03-13 Evgeniy StepanovAdd llvm-symbolizer as test dependency.
2013-03-13 Evgeniy StepanovSet symbolizer path in the test environment.
2013-03-13 NAKAMURA Takumilit.TestFormats.GoogleTest: Honor LitConfig.noExecute...
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 Matt Beaumont-GayDon't crash if write_impl() leaves less buffer space...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 Michael J.... [Support][Path] Don't inf loop if creating the parent...
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-12 Michael J.... [Support][MemoryBuffer] Use sys::fs::mapped_file_region...
2013-03-12 David BlaikieCorrect invalid debug info metadata
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-12 Richard RelphAvoid generating ISD::SELECT for vector operands to...
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-12 Dan GohmanChange the order of the operands in patchAndReplaceAllU...
2013-03-12 Hal FinkelDon't reserve R2 on Darwin/PPC
2013-03-12 Hal FinkelPPC should always use the register scavenger for CR...
2013-03-12 Patrik HagglundSmall fix for cost analysis of ptrtoint.
2013-03-12 Patrik HagglundIn r169695, the address space limit for tests was repla...
2013-03-12 Matthew CurtisReleaseNotes: Add Hexagon Target section
2013-03-12 Bill WendlingReflect reality.
2013-03-12 Akira Hatanaka[mips] Rename function and variable names to start...
2013-03-12 Meador IngeLibCallSimplifier: optimize speed for short-lived instances
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-03-11 Eli BenderskyResidual cleanup: live-out set is gone
2013-03-11 NAKAMURA Takumillvm/test/CodeGen/R600/schedule-*.ll: Let them require...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-11 David BlaikieRemove duplicate test contents.
2013-03-11 Nick LewyckyFix a crasher newly introduced in r176659/r176649,...
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-03-11 Bill WendlingDon't remove a landing pad if the invoke requires a...
2013-03-11 Vincent LejeuneR600: Fix JUMP handling so that MachineInstr verificati...
2013-03-11 Eli BenderskyMissing period in doc
next