fix whitespace in my last commit.
[oota-llvm.git] / lib /
2012-06-22 Nuno Lopesfix whitespace in my last commit.
2012-06-22 Nuno Lopesremove extractMallocCallFromBitCast, since it was tailo...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Nuno Lopesfix build in C++11 mode.
2012-06-21 Pete CooperFix potential crash if DAGCombine on stores sees a...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-21 Nadav RotemAdd a number of threshold arguments to the SRA pass.
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-06-21 Jakob Stoklund OlesenUpdate regunits in RegisterCoalescer::reMaterializeTriv...
2012-06-20 Jakob Stoklund OlesenRemove spurious typedefs.
2012-06-20 Jakob Stoklund OlesenRemove the RenderMachineFunction HTML output pass.
2012-06-20 Jakob Stoklund OlesenRemove the -live-regunits command line option.
2012-06-20 Jakob Stoklund OlesenFix some more LiveInterval enumerations.
2012-06-20 Jakob Stoklund OlesenRemove LiveIntervalUnions from RegAllocBase.
2012-06-20 Jakob Stoklund OlesenConvert RAGreedy to LiveRegMatrix interference checking.
2012-06-20 Jakob Stoklund OlesenConvert RABasic to using LiveRegMatrix interference...
2012-06-20 Jakob Stoklund OlesenEnable register unit liveness by default.
2012-06-20 Jakob Stoklund OlesenTeach PBQPBuilder::build() about regunit interference.
2012-06-20 Jakob Stoklund OlesenAvoid iterating with LiveIntervals::iterator.
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-20 Kaelyn UhrainRemove an "else" that snuck in after a "return" ;)
2012-06-20 Kaelyn UhrainCheck that a file is not a directory before reading...
2012-06-20 Pete CooperAdd users of a MERGE_VALUE node to the worklist to...
2012-06-20 Jakob Stoklund OlesenOnly update regunit live ranges that have been precomputed.
2012-06-20 Nuno Lopesreplace usage of EmitGEPOffset() with TargetData::getIn...
2012-06-20 Jakob Stoklund OlesenDelete dead code.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-20 Hal FinkelFix DAGCombine to deal with ext-conversion of pre/post_...
2012-06-20 Aaron BallmanFixing a compiler warning in MSVC 10.
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Francois PichetUnbreak the MSVC build: add return to unimplemented...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-20 Kaelyn UhrainDon't assert when given an empty range.
2012-06-19 Jakob Stoklund OlesenAdd regunit liveness support to LiveIntervals::handleMo...
2012-06-19 Chad RosierTidy up.
2012-06-19 Chad RosierAdd an ensureMaxAlignment() function to MachineFrameInf...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund Olesen80 col.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jakob Stoklund OlesenStyle: Don't reuse variables for multiple purposes.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Benjamin KramerEmit TableGen's header comment with C-style comments...
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-19 Hal FinkelMark most PPC register classes to avoid write-after...
2012-06-19 Michael J. Spencer[Support/PathV2] Fix out of bounds access in identify_m...
2012-06-19 Akira HatanakaMake MipsLongBranch::runOnMachineFunction return true.
2012-06-19 Akira HatanakaUse MachineBasicBlock::instr_iterator instead of Machin...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Manman RenARM: use NOEN loads and stores if possible when handlin...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-18 Marshall ClowAdded accessors for getting coff_relocation info
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-18 Joel JonesThis change handles a another case for generating the...
2012-06-18 Chandler CarruthTemporarily revert r158087.
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Benjamin KramerDisable the right instance of TheJIT, this one is only...
2012-06-16 Benjamin KramerGuard private fields that are unused in Release builds...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-06-16 Hal FinkelMove the Metadata merging methods from GVN and make...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-16 Kay Tiong Khoo*no need to pollute Intel syntax with bonus mnemonics...
2012-06-16 NAKAMURA TakumiMips/AsmParser/CMakeLists.txt: Fix dependency.
2012-06-16 Evan ChengIt's not deterministic to iterate over SmallPtrSet...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-16 Chandler CarruthDon't call 'FilesToRemove[0]' when the vector is empty...
2012-06-16 Chandler CarruthHarden the Unix signals code to be more async signal...
2012-06-15 Jakob Stoklund OlesenRemove final verification in RABasic.
2012-06-15 Jakob Stoklund OlesenPrint out register number in InlineSpiller.
2012-06-15 Jakob Stoklund OlesenAccept null PhysReg arguments to checkRegMaskInterference.
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-15 Manman RenARM: optimization for sub+abs.
2012-06-15 Kay Tiong Khoo*fixed to separate mnemonic from operands with tab
2012-06-15 Andrew TrickLSR: fix expansion of scaled reg in non-address type...
2012-06-15 Andrew TrickLSR fix: "Special" users are just like "Basic" users...
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Jakob Stoklund OlesenPreserve <undef> flags in ARMExpandPseudo.
2012-06-15 Jakob Stoklund OlesenUse regunit liveness in RegisterCoalescer when it is...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
next