cache dereferenced iterators
[oota-llvm.git] / lib /
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chandler CarruthAdd parentheses around an || to correct the logic....
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-07-12 Rafael EspindolaConvert getLoadStoreRegOpcode to use a switch.
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
2010-07-12 Jakob Stoklund OlesenA basic block that only uses RFP registers still needs...
2010-07-12 Rafael EspindolaDon't use getPhysicalRegisterRegClass in PBQP. The...
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-12 Rafael EspindolaConvert the last getPhysicalRegisterRegClass in VirtReg...
2010-07-12 Chris Lattnerif jump threading is able to infer interesting values...
2010-07-12 Chris Lattnerfix PR7429, a crash turning a load from a string into...
2010-07-12 Chris Lattnerimprove Path::makeUnique when mkstemp/mktemp are not...
2010-07-12 Chris Lattnerchange machinelicm to use MachineInstr::isSafeToMove...
2010-07-11 Chris Lattnerfirst part of JIT support for address of labels, part...
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-07-11 Chris Lattnerintroduce WinCOFFStreamer.cpp, patch by Michael Spencer!
2010-07-11 Nick LewyckyIf it's safe to speculatively execute load(alloca)...
2010-07-11 Chris Lattnerfix typo
2010-07-11 Jakob Stoklund OlesenRISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund OlesenUse target independent COPY instructions for the fake...
2010-07-11 Jakob Stoklund OlesenRemove redundant branch. Thanks, Anton!
2010-07-11 Jakob Stoklund OlesenRemove obsolete README_SSE note.
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-07-11 Rafael EspindolaMake getPhysicalRegisterRegClass non-virtual. Should...
2010-07-11 Rafael EspindolaConvert uses of getPhysicalRegisterRegClass in VirtRegR...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for SystemZ.
2010-07-11 Jakob Stoklund OlesenAvoid SSE instructions in FastIsel when it is not avail...
2010-07-11 Chandler CarruthRemove two other uses of ATTRIBUTE_UNUSED for variables...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for XCore.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Sparc.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for CellSPU.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PowerPC.
2010-07-11 Jakob Stoklund OlesenFix PIC16 comments referencing copyRegToReg.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PIC16.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for MSP430.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for MBlaze.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for ARM.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Blackfin.
2010-07-11 Jakob Stoklund OlesenX86InstrInfo::copyRegToReg is dead. Long live copyPhysReg!
2010-07-11 Jakob Stoklund OlesenUse COPY in X86FastISel::X86SelectRet.
2010-07-11 Jakob Stoklund OlesenUse COPY for fast-isel bitconvert, but don't create...
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-07-11 Jakob Stoklund OlesenUse COPY for extracting ImplicitDef'ed values from...
2010-07-11 Jakob Stoklund OlesenUse COPY in FastISel everywhere it is safe and trivial.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Mips.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for Alpha.
2010-07-10 Jakob Stoklund OlesenUse COPY in targets
2010-07-10 Jakob Stoklund OlesenReplace copyRegToReg with COPY everywhere in lib/CodeGe...
2010-07-10 Jakob Stoklund OlesenOnly collect subreg extracting copies for later coalescing.
2010-07-10 Dan GohmanFix a bug in the code which re-inserts DBG_VALUE nodes...
2010-07-10 Duncan SandsThe accumulator tail recursion transform claims to...
2010-07-10 Jakob Stoklund OlesenEmit COPY instructions instead of using copyRegToReg...
2010-07-10 Jakob Stoklund OlesenDon't emit st(0)/st(1) copies as FpMOV instructions...
2010-07-10 Dan GohmanInsert IMPLICIT_DEF instructions at the current insert...
2010-07-10 Chandler CarruthAdd parentheses yet again to satisfy GCC's warnings.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-10 Jakob Stoklund OlesenAn x86 function returns a floating point value in st...
2010-07-09 Devang PatelUpdate DBG_VALUE to refer appropriate stack slot in...
2010-07-09 Bruno Cardoso LopesDeclare YMM subregisters in the right way! Thanks Jakob
2010-07-09 Bruno Cardoso LopesAdd AVX 256-bit packed MOVNT variants
2010-07-09 Jakob Stoklund OlesenRemember the *_TC opcodes for load/store
2010-07-09 Bruno Cardoso LopesAdd AVX 256-bit unpack and interleave
2010-07-09 Jakob Stoklund OlesenFix small bug in isMoveInstr -> COPY translation
2010-07-09 Jakob Stoklund OlesenAutomatically fold COPY instructions into stack load...
2010-07-09 Jakob Stoklund OlesenFix a few tests
2010-07-09 Jakob Stoklund OlesenRemat uncoalescable COPY instrs
2010-07-09 Jim GrosbachIn the presence of variable sized objects, allocate...
2010-07-09 Bill WendlingClarify what mysterious check means.
2010-07-09 Dan GohmanFix MachineLICM to actually visit inner loops.
2010-07-09 Bruno Cardoso LopesStart the support for AVX instructions with 256-bit...
2010-07-09 Jakob Stoklund OlesenChange TII::foldMemoryOperand API to require the machin...
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifremove useless cast and fix typos in comment
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator* (found by inspection)
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache operator*'s result (in multiple functions)
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-09 Jakob Stoklund OlesenAvoid creating %physreg:subidx operands in SimpleRegist...
2010-07-09 Jakob Stoklund OlesenDeal with a few remaining spots that assume physical...
2010-07-09 Bruno Cardoso LopesMerge VEX enums with other x86 enum forms. Also fix...
next