Revert "Add --program-prefix support to build"
[oota-llvm.git] / lib /
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.
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 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...
next