Now that the linker supports lazily materialising globals, don't
[oota-llvm.git] / lib /
2011-11-05 Chad RosierAllow i1 to be promoted to i32 for ARM APCS calling...
2011-11-04 Pete CooperAdded missing &. Fixes <rdar://problem/10393723>
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-11-04 Chad RosierCannot create a result register for non-legal types.
2011-11-04 Chad RosierWhen materializing an i32, SExt vs ZExt doesn't matter...
2011-11-04 Chad RosierEnable support for materializing i1, i8, and i16 intege...
2011-11-04 Bruno Cardoso LopesAdd mips ELF relocation types. Patch by Jack Carter!
2011-11-04 Daniel Dunbarbuild/cmake: Coalesce the configuration time header...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-11-04 Eli FriedmanAdd missing argument for atomic instructions in c+...
2011-11-04 Benjamin KramerSimplify code.
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-04 Evan ChengFix some minor scheduling itinerary bug. It's not expec...
2011-11-04 Chad RosierIndentation.
2011-11-04 Chad RosierAdd fast-isel support for returning i1, i8, and i16.
2011-11-04 Daniel DunbarSpeculatively revert "DeadStoreElimination can now...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Chad RosierAdd support for sign-extending non-legal types in Selec...
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-11-02 Lang HamesFixed parameter name.
2011-11-02 Chad RosierRemoved unused variable.
2011-11-02 Bill WendlingAn array of chars of length 8 will also cause the stack...
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Michael J. Spencerobject/COFF: Properly initalize uses of DataRefImpl.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-11-02 Chad RosierAdd support for comparing integer non-legal types.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-11-02 Kevin EnderbyReplace tabs I added in this new line of code with...
2011-11-02 Owen AndersonThe rules disallowing single-register reglist operands...
2011-11-02 Owen AndersonRegister list operands are not allowed to contain only...
2011-11-02 Benjamin KramerDon't print two 0x prefixes when printing an address.
2011-11-02 Chad RosierFactor out an EmitIntExt function. No functionality...
2011-11-02 Andrew TrickRewrite LinearFunctionTestReplace to handle pointer...
2011-11-02 Chandler CarruthBegin collecting some of the statistics for block place...
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Chandler CarruthAdd parentheses to disambiguate the precedence of these...
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-11-02 Tanya LattnerAdd support to the linker to lazily link in functions...
2011-11-02 Chad RosierFactor out a SelectTrunc function. No functionality...
2011-11-02 Andrew TrickBroaden an assert to handle enable-iv-rewrite=true...
2011-11-01 Kevin EnderbyFixed a bug in the code to create a dwarf file and...
2011-11-01 Jim GrosbachARM label operands can be quoted.
2011-11-01 Jim GrosbachARM label operands can have an optional '#' before...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Owen AndersonFix disassembly of some VST1 instructions.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-11-01 Eli FriedmanTeach the x86 backend a couple tricks for dealing with...
2011-11-01 Jim GrosbachIgnore MachO symbol flags in the upper nibble of n_desc.
2011-11-01 Richard OsborneDon't fold negative offsets into cp / dp accesses to...
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-11-01 Eli FriedmanMake sure we use the right insertion point when instcom...
2011-11-01 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-11-01 Jakob Stoklund OlesenUpdate split candidate correctly when interference...
2011-10-31 Eli FriedmanAdd support for new atomics to cpp backend. Misc other...
2011-10-31 Devang PatelAdd utility to append a function to the list of global...
2011-10-31 Jim GrosbachARM VST1 w/ writeback assembly parsing and encoding.
2011-10-31 Nadav RotemCleanup. Document. Make sure that this build_vector...
2011-10-31 Jim GrosbachARM writeback vs. stride operands for VST/VLD.
2011-10-31 Owen AndersonMore not-crashing NEON disassembly updates for the...
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-30 Craig TopperAdd intrinsics and feature flag for read/write FS/GS...
2011-10-30 Duncan SandsReapply commit 143214 with a fix: m_ICmp doesn't match...
2011-10-30 Peter CollingbourneTeach ModuleLinker::getLinkageResult about materialisab...
2011-10-30 Benjamin KramerX86: Emit logical shift by constant splat of <16 x...
2011-10-30 Nadav RotemFix pr11266.
2011-10-30 Benjamin KramerSilence compiler warning.
2011-10-29 Nadav RotemAdd a new DAGCombine optimization for BUILD_VECTOR.
2011-10-29 Benjamin KramerPPC: Disable moves for all CR subregisters.
2011-10-29 Benjamin KramerSimplifyLibCalls: Use IRBuilder.CreateGlobalString...
2011-10-29 Eli FriedmanRevert r143214; it's breaking a bunch of stuff.
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Jim GrosbachARM mode 'mov' to 'mvn' assembler alias.
2011-10-28 Jim GrosbachAdd Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
2011-10-28 Owen AndersonSpecify that the high bit of the alignment field is...
2011-10-28 Akira HatanakaMake changes necessary in LowerFormalArguments to suppo...
2011-10-28 Akira HatanakaMake changes necessary in LowerCall to support Mips64.
2011-10-28 Duncan SandsThe expression icmp eq (select (icmp eq x, 0), 1, x...
2011-10-28 Akira HatanakaAdd variable IsO32 to MipsTargetLowering.
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-28 Duncan SandsFold icmp ugt (udiv X, Y), X to false. Spotted by...
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Owen AndersonRevert r143202.
2011-10-28 Owen AndersonSpecify fixed bits on CPS instructions to enable roundt...
2011-10-28 Jim GrosbachThumb2 ADD/SUB instructions encoding selection outside...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 Benjamin KramerUse BranchProbability compare operators.
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
next