oota-llvm.git
2012-06-28 Kostya Serebryany[asan] set a hard limit on the number of instructions...
2012-06-28 Bill WendlingSphinxify the bitcode format document.
2012-06-28 Alexey SamsonovFix Windows build after r159281: s/iterator/const_iterator
2012-06-28 Chandler CarruthMove the setup for variables that are expanded in the...
2012-06-28 Hal FinkelPrecompute SCEV pointer analysis prior to instruction...
2012-06-28 Hal FinkelRemove a useless check in BBVectorize.
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-28 Hal FinkelRefactor operation equivalence checking in BBVectorize...
2012-06-28 Bill WendlingOnly print out the tag if it's there.
2012-06-28 Bill WendlingDon't output an empty string.
2012-06-28 Jack CarterThe Mips specific inline asm operand modifier 'z' has the
2012-06-28 Nuno Lopesmake LVI::getEdgeValue() always intersect the constrain...
2012-06-28 Nuno Lopesfix a off-by-one bug in intersectWith(), and add a...
2012-06-28 Bill WendlingUse the interface through DIDescriptor to get the tag...
2012-06-28 Richard TrieuSilence unused variable warning.
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-28 Chandler CarruthRemove 'site.exp' building from both CMake and configur...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-28 Chandler CarruthRemove the last vestiges of the '-lit' and '-dg' test...
2012-06-28 Chandler CarruthRemove 'check-dg', a wrapper around 'check-local-dg...
2012-06-27 Chandler CarruthRemove autoconf support for runtest and tclsh, some...
2012-06-27 Chandler CarruthRip out legacy DejaGNU support from our Makefiles....
2012-06-27 Chandler CarruthLLVM-GCC is dead. Really. I promise. ;]
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Chad RosierWhitespace.
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-27 Anshuman DasguptaRefactor and speed up DFA generator.
2012-06-27 Matt Beaumont-GayRevert r159136 due to PR13124.
2012-06-27 Duncan SandsWhen users ask for -mcpu=help or -mattr=help, just...
2012-06-27 Duncan SandsSome reassociate optimizations create new instructions...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-27 Chandler CarruthClean up the 'check' CMake build rule a bit, notable...
2012-06-27 Richard BartonPrevent ARM Assembler crashing on unrecognised assembly...
2012-06-27 Bill WendlingSphinxify the exception handling doc.
2012-06-27 Akira HatanakaSilence uninitialized variable warning in MipsISelDAGTo...
2012-06-27 Akira HatanakaTest case for r159240.
2012-06-27 Chandler CarruthExclude both libcxx and compiler-rt until we get their...
2012-06-27 Akira HatanakaFix bug in computation of stack size in MipsFrameLoweri...
2012-06-26 Bill WendlingReduce indentation in function. Rearrange some methods...
2012-06-26 Jim GrosbachTableGen: AsmMatcher diagnostics preference detail.
2012-06-26 Bill WendlingRevamp how debugging information is emitted for debug...
2012-06-26 Evan ChengAdd a missing check to avoid dereference null. No sensi...
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-26 Benjamin KramerImplement getHostCPUName for ARM/linux. This will be...
2012-06-26 Rafael EspindolaFix llc's -print-before=pass and -print-after=pass.
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Tim NorthoverTeach TableGen to put chains on more instructions
2012-06-26 Argyrios KyrtzidisFix ThreadLocalImpl::getInstance for --disable-threads.
2012-06-26 Jakob Stoklund... Allow targets to inject passes before the virtual regis...
2012-06-26 Stepan DyatkovskiyIntegersSubsetTest: Due to compilation failure with...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-26 Duncan SandsReplacing zero-sized alloca's with a null pointer is...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: implemented "diff" operation...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: removed exclude operation, it...
2012-06-26 Bill WendlingSphyinxify the Bugpoint document.
2012-06-26 Elena DemikhovskyRemoved unused variable
2012-06-26 Bill WendlingRename to match other X86_64* names.
2012-06-26 Elena DemikhovskyShuffle optimization for AVX/AVX2.
2012-06-26 Chandler CarruthUpdate a bunch of stale comments that dated from when...
2012-06-26 Craig TopperRemove some duplicate instructions that exist only...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-26 Andrew TrickRemove unnecessary FIXME
2012-06-26 Evan ChengMake sure type is not extended or untyped before create...
2012-06-26 Eric ChristopherTypo.
2012-06-25 Eli FriedmanMake some ugly hacks for inline asm operands which...
2012-06-25 Nuno Lopesrevert my previous commit (r159173), since as Eli point...
2012-06-25 Nuno Lopesdo not set realloc() as NotAlias, since it can return...
2012-06-25 Manman RenARM: update peephole optimization.
2012-06-25 Owen AndersonDefine DAGOperand, an empty base class for RegisterClas...
2012-06-25 Dan GohmanFix the objc_autoreleasedReturnValue optimization code...
2012-06-25 Jakob Stoklund... Enforce stricter liveness rules for PHIs.
2012-06-25 Jakob Stoklund... Run ProcessImplicitDefs on SSA form where it can be...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-25 Nuno Lopescheck for the NoAlias attribute through CallSite
2012-06-25 Nuno Lopesadd CallSite/CallInst/InvokeInst::hasFnAttr()
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-25 Eli BenderskyThe name (and comment describing) of llvm::GetFirstDebu...
2012-06-25 Craig TopperAdd SSE2 predicate to CVTPS2PD instructions. Doesn...
2012-06-25 Craig TopperRemove codegen only instruction in favor of one that...
2012-06-25 Chandler CarruthJust remove generic support for C++11 alignas -- GCC...
2012-06-25 Jakob Stoklund... Teach PHIElimination to handle <undef> operands.
2012-06-25 Jakob Stoklund... Handle <undef> operands in TwoAddressInstructionPass.
2012-06-24 Jakob Stoklund... %RCX is not a function live-out in eh.return functions.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-24 Craig TopperRemove intrinsic specific instructions for (V)CVTPS2DQ...
2012-06-24 Craig TopperRemove intrinsic specific instructions for (V)CVTPS2DQ...
2012-06-24 Craig TopperFix build failures from r159106.
2012-06-24 Craig TopperRemove intrinsic specific instructions for CVTPD2PS...
2012-06-24 Craig TopperRemove intrinsic specific instructions for CVTPD2DQ...
2012-06-24 Nick LewyckyTab to spaces. No functionality change.
2012-06-24 NAKAMURA Takumillvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr...
2012-06-24 NAKAMURA TakumiLLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Add a copy constructor...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Fix whitespace.
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
next