Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib /
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-28 Dmitri GribenkoReplace the use of strncpy() and sprintf() with std...
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-28 Reed Kotler1. Add load/store words from the stack
2012-09-27 Jakob Stoklund OlesenRemove <def,read-undef> flags from partial redefinitions.
2012-09-27 Jakob Stoklund OlesenEnable the new coalescer algorithm by default.
2012-09-27 Jakob Stoklund OlesenDon't dereference begin() on an empty vector.
2012-09-27 Akira HatanakaMIPS DSP: ABSQ_S.PH instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: SHLL.QB instruction sub-class.
2012-09-27 Benjamin KramerFix a integer overflow in SimplifyCFG's look up table...
2012-09-27 Jakob Stoklund OlesenAvoid dereferencing a NULL pointer.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2012-09-27 Jush Lu[arm-fast-isel] Add support for ELF PIC.
2012-09-27 Akira HatanakaMIPS DSP: rddsp (instruction which reads DSPControl...
2012-09-27 Akira HatanakaMIPS DSP: CMPU.EQ.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: ADDU.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-27 Akira HatanakaMIPS DSP: add functions which decode DSP and accumulato...
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
2012-09-27 Akira HatanakaMIPS DSP: add bitcast patterns between vectors and...
2012-09-27 Akira HatanakaMIPS DSP: add vector load/store patterns.
2012-09-26 Andrew KaylorFix of hang during Intel JIT profiling
2012-09-26 Nick LewyckyDisable the new SROA pass to get the tree back in worki...
2012-09-26 Dan GohmanAdd IRBuilder code for adding !tbaa.struct metadata...
2012-09-26 Bill WendlingQuery the parameter attributes directly instead of...
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-26 Jim GrosbachX86_32: Large Symbol+Offset relocations.
2012-09-26 Bill WendlingInitial commit for the AttributesImpl class.
2012-09-26 Akira HatanakaAdd case clauses for returning dsp accumulator encoding...
2012-09-26 Akira HatanakaAdd DSP accumulator registers and register class. Remov...
2012-09-26 Akira HatanakaDelete member MipsFunctionInfo::OutArgFIRange and code...
2012-09-26 Benjamin KramerAdd support for detecting some corei7-class Xeons.
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-26 Benjamin KramerYAMLParser: Fix invalid reads when encountering incorre...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
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 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 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 Chandler CarruthRevert the business end of r164636 and try again. I...
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 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-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 Bill WendlingMove remaining methods inside the Attributes class...
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 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 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 RosierRather then have a wrapper function, have tblgen instan...
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 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 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
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.
next