summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Fix disassembly of some VST1 instructions.Owen Anderson2011-11-01
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-01
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-01
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-01
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-01
* Update split candidate correctly when interference cache is full.Jakob Stoklund Olesen2011-11-01
* Add support for new atomics to cpp backend. Misc other fixes while I'm here....Eli Friedman2011-10-31
* Add utility to append a function to the list of global constructors. Devang Patel2011-10-31
* ARM VST1 w/ writeback assembly parsing and encoding.Jim Grosbach2011-10-31
* Cleanup. Document. Make sure that this build_vector optimization only runs be...Nadav Rotem2011-10-31
* ARM writeback vs. stride operands for VST/VLD.Jim Grosbach2011-10-31
* More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson2011-10-31
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper2011-10-30
* Reapply commit 143214 with a fix: m_ICmp doesn't match conditionsDuncan Sands2011-10-30
* Teach ModuleLinker::getLinkageResult about materialisable functionsPeter Collingbourne2011-10-30
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-30
* Fix pr11266.Nadav Rotem2011-10-30
* Silence compiler warning.Benjamin Kramer2011-10-30
* Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem2011-10-29
* PPC: Disable moves for all CR subregisters.Benjamin Kramer2011-10-29
* SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer2011-10-29
* Revert r143214; it's breaking a bunch of stuff.Eli Friedman2011-10-29
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* ARM mode 'mov' to 'mvn' assembler alias.Jim Grosbach2011-10-28
* Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".Jim Grosbach2011-10-28
* Specify that the high bit of the alignment field is fixed to 0 on these instr...Owen Anderson2011-10-28
* Make changes necessary in LowerFormalArguments to support Mips64.Akira Hatanaka2011-10-28
* Make changes necessary in LowerCall to support Mips64.Akira Hatanaka2011-10-28
* The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false.Duncan Sands2011-10-28
* Add variable IsO32 to MipsTargetLowering.Akira Hatanaka2011-10-28
* A shift of a power of two is a power of two or zero.Duncan Sands2011-10-28
* Fold icmp ugt (udiv X, Y), X to false. Spotted by my super-optimizerDuncan Sands2011-10-28
* Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson2011-10-28
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Revert r143202.Owen Anderson2011-10-28
* Specify fixed bits on CPS instructions to enable roundtripping.Owen Anderson2011-10-28
* Thumb2 ADD/SUB instructions encoding selection outside IT block.Jim Grosbach2011-10-28
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-28
* Use BranchProbability compare operators.Benjamin Kramer2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-28
* LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick2011-10-28
* Delete #if 0 code accidentally left in.Dan Gohman2011-10-28