DenseMap: assert that we have found a bucket before we try to insert into it.
[oota-llvm.git] / lib /
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 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 Benjamin KramerLoopIdiom: Give up when the loop is not in canonical...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Benjamin KramerInstCombine: Make sure we use the pre-zext type when...
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Michael LiaoFix a typo in r164357
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-21 Benjamin KramerBitcodeReader: Correctly insert blockaddress constant...
2012-09-21 Andrew TrickCortex-A9 latency fixes (w/ -schedmodel only).
2012-09-21 Michael LiaoAdd missing i8 max/min/umax/umin support
2012-09-21 Michael LiaoRevise td of X86 atomic instructions
2012-09-21 NAKAMURA TakumiMips16FrameLowering.cpp: Remove unused TII introduced...
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Jim GrosbachTidy up. Whitespace.
2012-09-21 Jim GrosbachTidy up. Formatting.
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-20 Jakob Stoklund OlesenIgnore PHI-defs for -new-coalescer interference checks.
2012-09-20 Jakob Stoklund OlesenExtend -new-coalescer SSA update to handle mapped value...
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-20 Manman RenSimplifyCFG: sink common codes from IF, ELSE blocks...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRemove more bare uses of the different Attribute enums.
2012-09-20 Bill WendlingMake the 'getAsString' function a method of the Attribu...
2012-09-20 Nadav RotemFix 80-col violations.
2012-09-20 Craig TopperChange enum type in a static table to uint8_t instead...
2012-09-20 Michael LiaoRe-work X86 code generation of atomic ops with spin...
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-19 Bill WendlingAdd predicates for queries on whether an attribute...
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-09-19 Jakob Stoklund OlesenResolve conflicts involving dead vector lanes for ...
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Duncan SandsAdd support for accessing an MDNode's operands via...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-19 Michael LiaoUnify the logic in SelectAtomicLoadAdd and SelectAtomic...
2012-09-19 Michael IlsemanRenaming functions to match coding style guidelines
2012-09-19 Michael IlsemanDoxygen-ify comments
2012-09-19 Michael IlsemanPut the * and & next to the variable, rather than the...
2012-09-19 Duncan SandsGCC doesn't understand that OrigAliasResult having...
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-09-19 Hans WennborgSimplifyCFG: Don't generate invalid code for switch...
2012-09-19 Benjamin KramerIntegerDivision: Style cleanups, avoid warning about...
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-09-19 Hans WennborgCodeGenPrep: turn lookup tables into switches for some...
2012-09-19 Craig TopperRemove code for setting the VEX L-bit as a function...
2012-09-19 Nadav Rotemwhitespace.
2012-09-19 Craig TopperAdd explicit VEX_L tags to all 256-bit instructions...
2012-09-19 Sean SilvaDe-nest if's and fix mix-up
2012-09-18 Jim GrosbachTidy up. Minor formatting.
2012-09-18 Jim GrosbachTidy up. 80 columns.
2012-09-18 Andrew Trickcomment typo
2012-09-18 Chandler CarruthFix the last crasher I've gotten a reproduction for...
2012-09-18 Michael IlsemanNew utility for expanding integer division for targets...
2012-09-18 Evan ChengMOVi16 (movw) is only legal on cpus with V6T2 support...
2012-09-18 Roman DivackyFix the isLocalCall() by checking for linker weakness...
2012-09-18 Andrew TrickTargetSchedule: cleanup computeOperandLatency logic...
2012-09-18 Andrew Trickmisched: Make ScheduleDAGInstrs use the TargetSchedule...
2012-09-18 Akira HatanakaRevert r164051.
2012-09-18 Andrew TrickLSR critical edge splitting fix for PR13756.
2012-09-18 Chandler CarruthFix getCommonType in a different way from the way I...
2012-09-18 Benjamin KramerFix build for compilers that don't understand injected...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Benjamin KramerSROA: Use CRTP for OpSplitter to get rid of virtual...
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-18 Roman DivackyOptimize local func calls to not emit nop for TOC resto...
2012-09-18 Benjamin KramerSROA: Replace the member function template contraption...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-18 NAKAMURA TakumiSROA.cpp: Appease msvc.
2012-09-18 Benjamin KramerLNT builders have picked up new SROA, disable it to...
2012-09-18 Chandler CarruthFix a warning in release builds and a test case I forgo...
2012-09-18 Chandler CarruthAdd a major missing piece to the new SROA pass: aggress...
2012-09-18 Richard OsborneFix instcombine to obey requested alignment when mergin...
2012-09-18 James MolloyMore domain conversion; convert VFP VMOVS to NEON instr...
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-18 Evan ChengFix some funky indentation.
2012-09-18 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Jakob Stoklund OlesenMerge into undefined lanes under -new-coalescer.
2012-09-17 Jakob Stoklund OlesenStop adding <imp-def> operands when expanding REG_SEQUENCE.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
next