oota-llvm.git
2012-09-26 Hans WennborgAddress Duncan's comments on r164684:
2012-09-26 Hans WennborgAddress Duncan's comments on r164682:
2012-09-26 Chandler CarruthAnalogous fix to memset and memcpy rewriting. Don't...
2012-09-26 Chandler CarruthWhen rewriting the pointer operand to a load or store...
2012-09-26 Chandler CarruthTeach all of the loads, stores, memsets and memcpys...
2012-09-26 Chandler CarruthAdd some convenience methods to IRBuilder for construct...
2012-09-26 NAKAMURA TakumiARM/atomicrmw_minmax.ll: Fix RUN line.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
2012-09-26 Hans WennborgSimplifyCFG: Make the switch-to-lookup table transforma...
2012-09-26 Hans WennborgSimplifyCFG: Refactor the switch-to-lookup table transf...
2012-09-26 NAKAMURA Takumillvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
2012-09-26 Sylvestre LedruThe assumption that /proc/self/exe always exists is...
2012-09-26 Michael LiaoAdd SARX/SHRX/SHLX code generation support
2012-09-26 Michael LiaoAdd RORX code generation support
2012-09-26 Michael LiaoAdd MULX code generation support
2012-09-26 Duncan SandsTeach the 'lint' sanity checking pass to detect simple...
2012-09-26 Craig TopperRevert r164663 due to buildbot failure.
2012-09-26 Chandler CarruthRevert the business end of r164636 and try again. I...
2012-09-26 Craig TopperAdd is16BitVector and is32BitVector to MVT and call...
2012-09-26 Craig TopperReplace calls to getSizeInBits with getExtendedSizeInBi...
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-26 Craig TopperRemove hasNoAVX method. Can just invert hasAVX instead.
2012-09-26 Craig TopperMark extended type querying methods as 'readonly' to...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Michael LiaoAdd 'lock' prefix output support in assembly printer
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-26 Jordan RoseRevert "Add --program-prefix support to build"
2012-09-25 Akira HatanakaInitialize boolean variables in MipsSubtarget's constru...
2012-09-25 Nick LewyckyDon't drop the alignment on a memcpy intrinsic when...
2012-09-25 Reed Kotlerblank line for test commit
2012-09-25 Nick LewyckyRevert the business end of r164634, and replace it...
2012-09-25 Nick LewyckyDon't try to promote the same alloca twice. Fixes PR13916!
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-25 Sean Silvadocs: Sphinxify HowToSubmitABug
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Michael LiaoAdd missing i64 max/min/umax/umin on 32-bit target
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Bob WilsonConsistently specify the assembly variant to MatchInstr...
2012-09-25 Chandler CarruthFix a case where SROA did not correctly detect dead...
2012-09-25 Duncan SandsChange the way the lint sanity checking pass detects...
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-25 Nico WeberFix a -Wparentheses warning in the mingw build
2012-09-25 Chandler CarruthFix a crash in SROA. This was reported independently...
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-25 Michael IlsemanUnit tests for IntegerDivision. Currently, just a basic...
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-24 Nick LewyckyRemove unused name of variable to quiet a warning....
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-24 Chad RosierTypo.
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Bob WilsonClear UNIVERSAL_SDK_PATH setting when building host...
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...
2012-09-24 Nick LewyckyMove all the calls to AA.getTargetLibraryInfo() to...
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-24 Chandler CarruthEnable the new SROA pass by default.
2012-09-24 Chandler CarruthAddress one of the original FIXMEs for the new SROA...
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-23 Chandler CarruthSwitch to a signed representation for the dynamic offse...
2012-09-23 Nick LewyckyDon't do actual work inside an assert statement. Fixes...
2012-09-23 Michael LiaoRevise test to avoid using of 'grep'
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-22 Michael LiaoEnhance test case of atomic16 to verify inst encoding...
2012-09-22 NAKAMURA TakumiARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse...
2012-09-22 NAKAMURA TakumiWhitespace.
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-22 Michael LiaoFix 16-bit atomic inst encoding and keep pseudo-inst...
2012-09-22 Michael LiaoFix typo in r164357
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-22 Jordan RoseAdd llvm::getOrdinalSuffix to get the appropriate ...
2012-09-22 Jordan RoseCasting: assert that pointer arguments to isa<> are...
2012-09-22 Jordan RoseDenseMap: assert that we have found a bucket before...
2012-09-22 Akira HatanakaMIPS DSP: Add immediate leaves.
2012-09-22 Akira HatanakaMIPS DSP: Add predicates and instruction template.
2012-09-21 Akira HatanakaAdd MIPS DSP register classes. Set actions of DSP vecto...
2012-09-21 Akira HatanakaSelectionDAG node enums for MIPS DSP nodes.
2012-09-21 Akira HatanakaAdd MIPS accumulator and DSP control registers.
2012-09-21 Akira HatanakaAdd flags and feature bits for mips dsp.
2012-09-21 Chandler CarruthFix a case where the new SROA pass failed to zap dead...
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-09-21 Dan GohmanAdd an MDBuilder utility for creating !tbaa.struct...
2012-09-21 Michael J.... [CMake] Respect LLVM_BUILD_RUNTIME.
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-21 Chad RosierAdd comment.
2012-09-21 Chad RosierAdd comment.
2012-09-21 Evan ChengFix a significant recent(?) regression. StackSlotColori...
2012-09-21 Sean Silvadocs: Fix long-standing typo in yaml2obj.rst.
2012-09-21 Chad RosierWhitespace.
2012-09-21 Dan GohmanSay "bytes" instead of "address units", since that...
next