Apply timeouts and memory limits in more places. In particular, when
[oota-llvm.git] / lib /
2010-05-23 Daniel Dunbarllvm-mc: Use EmitIntValue where possible, which makes...
2010-05-23 Daniel Dunbarllvm-mc: Use AddBlankLine in asm parser. This makes...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-23 Bob WilsonVDUP doesn't support vectors with 64-bit elements.
2010-05-22 Daniel DunbarMC/X86: Subdivide immediates a bit more, so that we...
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-22 Daniel DunbarMC/X86: Add alias for setz, setnz, jz, jnz.
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-05-22 Bob WilsonRecognize more BUILD_VECTORs and VECTOR_SHUFFLEs that...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-22 Devang PatelCollect variable information during endFunction() inste...
2010-05-21 Bob WilsonClean up extra whitespace.
2010-05-21 Eric ChristopherMake this LookAheadLimit, not the uninitialized LookAhe...
2010-05-21 Chris Lattneradd a note
2010-05-21 Eric ChristopherExpand on comment.
2010-05-21 Kevin EnderbyAdded retl for 32-bit x86 and added retq for 64-bit...
2010-05-21 Evan ChengAllow machine cse to cse instructions which define...
2010-05-21 Eric ChristopherFix section attribute name.
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-21 Jakob Stoklund OlesenAdd MachineInstr::readsWritesVirtualRegister() to deter...
2010-05-21 Devang PatelSimplify
2010-05-21 Dale JohannesenPrevious commit message should refer to 104308.
2010-05-21 Dale JohannesenFix two bugs in 104348:
2010-05-21 Chris Lattnernow that fp reg kill insertion stuff happens as a separate
2010-05-21 Chris LattnerUse less evil form of switch stmt.
2010-05-21 Chris Lattneruse continue to reduce nesting.
2010-05-21 Chris Lattnerpull a nested loop of this pass out to its own function,
2010-05-21 Chris Lattnermodernize this pass a bit, fit in 80 columns.
2010-05-21 Chris Lattnerconstify accessor.
2010-05-21 Jakob Stoklund OlesenRevert "Use MachineInstr::readsWritesVirtualRegister...
2010-05-21 Jakob Stoklund OlesenUse MachineInstr::readsWritesVirtualRegister to determi...
2010-05-21 Jakob Stoklund OlesenTeach VirtRegRewriter to handle spilling in instruction...
2010-05-21 Jakob Stoklund OlesenIf the first definition of a virtual register is a...
2010-05-21 Matt FlemingCurrently, createMachOStreamer() is invoked directly...
2010-05-21 Matt FlemingSplit out the x86_32 an x86_64 ELF backends as they...
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-21 Dale JohannesenFix i64->f64 conversion, x86-64, -no-sse. A bit
2010-05-21 Evan ChengChange ARM scheduling default to list-hybrid if the...
2010-05-21 Evan ChengRename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid.
2010-05-21 Devang PatelSimplify.
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-20 Dan GohmanDominatorTree.getNode can return null for unreachable...
2010-05-20 Dan GohmanMinor code cleanups.
2010-05-20 Mikhail GlushenkovPrint a space after the colon.
2010-05-20 Dan GohmanMake Solve check its own post-condition, to reduce...
2010-05-20 Dan GohmanAdd comments.
2010-05-20 Daniel DunbarMC/X86: Add movq alias for movabsq, to allow matching...
2010-05-20 Devang PatelRename variable. add comment.
2010-05-20 Dan GohmanMore code cleanups. Use iterators instead of indices...
2010-05-20 Daniel DunbarX86: Model i64i32imm properly, as a subclass of all...
2010-05-20 Daniel DunbarX86: Fix immediate type of FOO64i32 operations.
2010-05-20 Dan GohmanFix OptimizeShadowIV to set Changed. Change OptimizeLoo...
2010-05-20 Dan GohmanAdd some comments.
2010-05-20 Dan GohmanSimplify this code. Don't do a DomTreeNode lookup for...
2010-05-20 Devang PatelRefactor.
2010-05-20 Matt FlemingGrammar fix. This is a test commit.
2010-05-20 Dan GohmanMinor code cleanups.
2010-05-20 Dan GohmanWhen canonicalizing icmp operand order to put the loop...
2010-05-20 Mikhail Glushenkovllvmc: Make segfault detection work on Win32.
2010-05-20 Dan GohmanSet Changed to true when canonicalizing ICmp operand...
2010-05-20 Bob WilsonHandle Neon v2f64 and v2i64 vector shuffles as register...
2010-05-20 Jim GrosbachRemove dbg_value workaround and associated command...
2010-05-20 Dan GohmanDelete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr...
2010-05-20 Dale JohannesenThe PPC MFCR instruction implicitly uses all 8 of the CR
2010-05-20 Devang PatelStrip llvm.dbg.lv also.
2010-05-20 Dan GohmanRename a variable to avoid shadowing.
2010-05-20 Devang PatelSplit DbgVariable. Eventually, variable info will be...
2010-05-20 Dan GohmanMinor code simplification.
2010-05-20 Dan GohmanFix assembly parsing and encoding of the pushf and...
2010-05-20 Dan GohmanSet neverHasSideEffects on 64-bit pushf and popf, for...
2010-05-20 Dan GohmanMove the code for deleting BaseRegs and LSRUses into...
2010-05-20 Benjamin KramerReduce string trashing.
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-05-20 Nick LewyckyFix typo in comment.
2010-05-20 Dan GohmanDefine the x86 pause instruction.
2010-05-20 Dan GohmanFix the sfence instruction to use MRM_F8 instead of...
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-19 Dan GohmanTeach LSR how to cope better with unrolled loops on...
2010-05-19 Bob WilsonOptimize away insertelement of an undef value. This...
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-19 Jim GrosbachEnable preserving debug information through post-RA...
2010-05-19 Jim GrosbachFix the post-RA instruction scheduler to handle instruc...
2010-05-19 Evan ChengCode clean up.
2010-05-19 Devang PatelRevert r104165.
2010-05-19 Jakob Stoklund OlesenAdd support for partial redefs to the fast register...
2010-05-19 Devang PatelThere is no need to maintain InsnsBeginScopeSet separately.
2010-05-19 Jakob Stoklund OlesenAdd MachineInstr::readsVirtualRegister() in preparation...
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
2010-05-19 Jakob Stoklund OlesenTwoAddressInstructionPass doesn't really know how to...
2010-05-19 Mikhail Glushenkovllvmc: report an error if a child process segfaults.
2010-05-19 Bob WilsonWhen expanding a vector_shuffle, the element type may...
2010-05-19 Daniel DunbarMC/X86: Add missing entry for TAILJMP_1 to getRelaxedOp...
2010-05-19 Daniel DunbarMC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxati...
2010-05-19 Daniel DunbarMC/X86: Strip spurious operands from TAILJMPr64 as...
2010-05-19 Evan Chengt2LEApcrel and tLEApcrel are re-materializable. This...
2010-05-19 Evan ChengUse 'adr' for LEApcrel and LEApcrel. Mark LEApcrel...
2010-05-19 Daniel DunbarMC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register...
next