most simple arm instructions match correctly now,
[oota-llvm.git] / lib /
2010-10-28 Chris Lattnermove a method out of line.
2010-10-28 Chris Lattnerremove the rest of hte owningptr's, no functionality...
2010-10-28 Jakob Stoklund OlesenOne day, physical register live ranges will be sensible.
2010-10-28 Jakob Stoklund OlesenReplace SplitKit SSA update with an iterative algorithm...
2010-10-28 Jakob Stoklund OlesenMake MachineDominators available for SplitEditor. We...
2010-10-28 Jakob Stoklund OlesenAdd a temporary command line option to verify machine...
2010-10-28 Dan GohmanRevert r117582, which reverted r77396. Searching PATH...
2010-10-28 Rafael EspindolaAdd support for the .string directive.
2010-10-28 Devang PatelDo not work too hard to find type's file info. There...
2010-10-28 Rafael EspindolaDefined weak symbols should have non-zero value.
2010-10-28 Mikhail Glushenkovllvmc: Make ExecuteProgram() look in the driver directo...
2010-10-28 Mikhail GlushenkovRemove an unnecessary check and an unnecessary temporary.
2010-10-28 Mikhail GlushenkovRevert r77396.
2010-10-28 Mikhail GlushenkovTrailing whitespace.
2010-10-28 Rafael EspindolaFix relocations with renamed symbols.
2010-10-28 Benjamin KramerReduce malloc thrashing.
2010-10-28 Jim GrosbachPLD, PLDW, PLI encodings, plus refactor their use of...
2010-10-28 Rafael EspindolaAliases defined with .symver should copy the binding...
2010-10-28 Devang PatelTechnically DIFile scope should also be handled here.
2010-10-28 Chris Lattnerrearrange ParseRegisterList.
2010-10-28 Chris Lattnerrefactor some code to simplify it, eliminating some...
2010-10-28 Bob WilsonTeach the DAG combiner to fold a splat of a splat....
2010-10-28 Roman DivackyUse the IDVal directly as there's no need to convert...
2010-10-28 Roman DivackyImplement .equ directive as a synonym to .set.
2010-10-28 Duncan SandsFix PR8494: when reading invalid bitcode, getTypeByID...
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-28 Mikhail GlushenkovReindent.
2010-10-28 Evan ChengRe-commit 117518 and 117519 now that ARM MC test failur...
2010-10-28 Evan ChengRevert 117518 and 117519 for now. They changed scheduli...
2010-10-28 Evan Cheng- Assign load / store with shifter op address modes...
2010-10-28 Evan ChengFix a major bug in operand latency computation. The...
2010-10-28 Dale JohannesenFix pastos in handling of AVX cvttsd2si, PR8491.
2010-10-28 Owen AndersonAdd correct NEON encodings for vtbl and vtbx.
2010-10-27 Owen AndersonAdd correct NEON encodings for vext, vtrn, vuzp, and...
2010-10-27 Bob WilsonFix compiler warnings about signed/unsigned comparisons.
2010-10-27 Dale JohannesenTeach InstCombine not to use Add and Neg on FP. PR...
2010-10-27 Evan ChengShifter ops are not always free. Do not fold them ...
2010-10-27 Evan ChengPutting r117193 back except for the compile time cost...
2010-10-27 Jim GrosbachRefactor ARM STR/STRB instruction patterns into STR...
2010-10-27 Owen AndersonProvide correct encodings for NEON vcvt, which has...
2010-10-27 Jim GrosbachTrailing whitespace
2010-10-27 Owen AndersonProvide correct encodings for the get_lane and set_lane...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-27 Jim GrosbachJIT imm12 encoding for constant pool entry references.
2010-10-27 Bob WilsonSelectionDAG shuffle nodes do not allow operands with...
2010-10-27 Rafael EspindolaImplement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6...
2010-10-27 Jim GrosbachARM JIT fix for LDRi12 and company.
2010-10-27 Benjamin KramerReplace pointer arithmetic with StringRef::substr.
2010-10-27 Owen AndersonProvide correct NEON encodings for vdup.
2010-10-27 Michael J. Spencerx86-Win32: Switch ftol2 calling convention from stdcall...
2010-10-27 Michael J. SpencerCOFF: Add IMAGE_SCN_MEM_READ to text sections.
2010-10-27 Michael J. SpencerFix whitespace.
2010-10-27 Rafael EspindolaSet default type and flags for .init and .fini.
2010-10-27 Rafael EspindolaProduce an error for an invalid use of .symver.
2010-10-27 Jim GrosbachThe new LDR* instruction patterns should handle the...
2010-10-27 Owen AndersonAdd correct NEON encodings for vsli and vsri.
2010-10-27 Owen AndersonAdd correct NEON encodings for vsra and vrsra.
2010-10-27 Jim GrosbachThe immediate operands of an LDRi12 instruction doesn...
2010-10-27 Jim GrosbachFormatting.
2010-10-27 Rafael EspindolaSymbols defined as the difference of other two end...
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-27 Rafael EspindolaMove more logic to isInSymtab and simplify.
2010-10-27 Mikhail Glushenkov80-col violation.
2010-10-27 Mikhail GlushenkovRemove try/catch(...) from Win32/Signals.inc.
2010-10-27 Kevin EnderbyYet another tweak to X86 instructions to add ud2a as...
2010-10-27 Kevin EnderbyAnother tweak to X86 instructions to add the missing...
2010-10-27 Kevin EnderbyTweaks to X86 instructions to allow the 'w' suffix...
2010-10-27 Jim GrosbachLDRi12 machine instructions handle negative offset...
2010-10-27 Kevin EnderbyAdded some aliases to the fcomip and fucompi Intel...
2010-10-27 Jakob Stoklund OlesenHandle critical loop predecessors by making both inside...
2010-10-27 Jakob Stoklund OlesenCompute critical loop predecessors in the same way...
2010-10-27 Jakob Stoklund OlesenPhysical registers trivially have multiple connected...
2010-10-27 Jim GrosbachOne more spot where the new arm mode LDR instruction...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-27 Jim GrosbachSplit ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordi...
2010-10-26 Jim GrosbachSince I parameterized this bit, I should probably actua...
2010-10-26 Dale JohannesenUse a MemIntrinsicSDNode for ISD::PREFETCH, which touches
2010-10-26 Andrew TrickRemove the vector of live vregs. I thought we would...
2010-10-26 Owen AndersonAdd correct NEON encodings for vqshl, vqshrn, vqshrun...
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-10-26 Jakob Stoklund OlesenAfter splitting, compute connected components of all...
2010-10-26 Jakob Stoklund OlesenVerify that live intervals are connected. If there...
2010-10-26 Jakob Stoklund OlesenCall RenumberValues for all new registers created durin...
2010-10-26 Jakob Stoklund OlesenPreserve PHIDef bits in cloned values during splitting.
2010-10-26 Devang PatelAssign source ordering to nodes created for StoreInst.
2010-10-26 Owen AndersonCorrect NEON encodings for vshrn, vrshl, vrshr, vrshrn.
2010-10-26 Owen AndersonSimplify classes for shift instructions, which are...
2010-10-26 Owen AndersonProvide correct NEON encodings for vshl, register and...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-10-26 Jakob Stoklund OlesenRemmeber to print full live interval on verification...
2010-10-26 Rafael EspindolaAdd support for .ident.
2010-10-26 Jim GrosbachGrammar.
2010-10-26 Jim GrosbachNuke extraneous comment. It's applicable elsewhere...
2010-10-26 Andrew TrickJakob's review of the basic register allocator.
2010-10-26 Owen AndersonAdd correct NEON encoding for vpadal.
next