oota-llvm.git
2012-06-30 Chandler CarruthHoist LLVM's lit testsuite infrastructure into module...
2012-06-30 Benjamin KramerAvoid sign compare warning.
2012-06-30 Rafael EspindolaHandle implicit_defs in the register coalescer. I am...
2012-06-29 Nuno Lopesrevert r159440. As Duncan pointed out, the test for...
2012-06-29 Manman RenARM: Clean up optimizeCompare in peephole, no functiona...
2012-06-29 Manman RenAdd SrcReg2 to analyzeCompare and optimizeCompareInstr...
2012-06-29 Jakob Stoklund... Clear kill flags in InstrEmitter::EmitSubregNode().
2012-06-29 Jakob Stoklund... Check for extra kill flags on live-out virtual registers.
2012-06-29 Benjamin KramerCodeGenPrepare: Don't crash when TLI is not available.
2012-06-29 Manman RenAdd getUniqueVRegDef to MachineRegisterInfo.
2012-06-29 Duncan SandsRework this to clarify where the removal of nodes from...
2012-06-29 Nuno LopesRefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicI...
2012-06-29 Nuno Lopesignore 'invoke new' in isInstructionTriviallyDead,...
2012-06-29 Alexey SamsonovCleanup in DwarfDebug - fix a typo and remove two unuse...
2012-06-29 Duncan SandsFix a reassociate crash on sozefx when compiling with...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-29 Bill WendlingSphinxify the Atomics documentation.
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Rafael EspindolaIn the initial exec mode we always do a load to find...
2012-06-29 Andrew Trickmisched: avoid scheduling instructions that can't be...
2012-06-29 Andrew Trickmisched: count micro-ops toward the issue limit.
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-29 Chandler CarruthRemove a completely unnecessary mkdir from the CMake...
2012-06-29 Chandler CarruthAdd a missing common variable to the lit.site.cfg gener...
2012-06-28 Nick LewyckyIf the step value is a constant zero, the loop isn...
2012-06-28 Nuno Lopesmake the verifier accept @llvm.donothing as the only...
2012-06-28 Nuno Lopesmake simplifyCFG erase invokes to readonly/readnone...
2012-06-28 Nuno Lopesmake instcombine produce calls to llvm.donothing instea...
2012-06-28 Nuno Lopesadd a new @llvm.donothing intrinsic that, well, does...
2012-06-28 Jim Grosbach'Promote' vector [su]int_to_fp should widen elements.
2012-06-28 Jack CarterChanged the formatting sequence of a curly brace to
2012-06-28 Eric ChristopherRegenerate.
2012-06-28 Bill WendlingRemove layering violation #include.
2012-06-28 Benjamin KramerFix hexagon gcc builtin names to use '_' instead of...
2012-06-28 Benjamin KramerEnable automatic GCC<->LLVM intrinsic translation for...
2012-06-28 Simon AtanasyanDefine MIPS DSP Rev1 intrinsics. That allows frontend...
2012-06-28 Nuno LopesMemoryBuiltins:
2012-06-28 Nuno Lopesmake LazyValueInfo analyze the default case of switch...
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-28 Benjamin KramerDevirtualize DIScope and subclasses.
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
next