2010-05-04 |
Devang Patel | Set DW_AT_APPLE_omit_frame_ptr in endFunction() where... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Dan Gohman | Use the SCEVAddRecExpr::getPostIncExpr utility function... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Dan Gohman | Fix a copy+pasto. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Devang Patel | Do not ignore debug loc attached with llvm.dbg.declare... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Evan Cheng | Instruction selection optimizations may have moved... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Kevin Enderby | Fix to r102952. The MOV64toSDrm record in X86Instr64bi... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Daniel Dunbar | MC/Matcher: Add support for over-riding the default... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Daniel Dunbar | llvm-mc: Fix case were we would skip a line in the... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Evan Cheng | Teach scheduler about REG_SEQUENCE. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Dan Gohman | Add a polygen rule that reflects the fact that nsw... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Dan Gohman | Re-enable isel kill flags, now that the local allocator... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jim Grosbach | rdar://7937137 - dbg values not being handled in thumb1... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Update one more 2.7 to 2.8. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Minimally update ReleaseNotes.html for 2.8 development... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Jakob Stoklund... | Remove preexisting kill flags in RegAllocLocal, just... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Factor out FastISel's code for materializing constants... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dale Johannesen | Implement builtin_return_address(x) and builtin_frame_a... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Remove the API compatibility layer which converted... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Jakob Stoklund... | Check that subregisters don't have independent values... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Fix tests to use fadd, fsub, and fmul, instead of add... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Eric Christopher | Reword a comment slightly. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Use getConstant instead of getIntegerSCEV. The two... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Bill Wendling | Revert r102948. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Bob Wilson | Remove special case for llvmCore_Embedded project.... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Bob Wilson | Print basic block numbers in live interval debug output... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Nick Lewycky | Fix function prototype mismatch in LLVMUnionType()... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Kevin Enderby | Changed llvm-mc to use the same suffixes with floating... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Kevin Enderby | Fixed the encoding of two of the X86 movq instuctions... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Kevin Enderby | Fixed the encoding of the x86 push instructions. Using... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Bill Wendling | Testcase for r102947. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Silence warnings about -1 being converted to an unsigne... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Eric Christopher | Add an option, defaulting to off, to disable the sse... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Devang Patel | Check for side effects before splitting loop. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Use isTrueWhenEqual and isFalseWhenEqual instead of... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | In ScalarEvolution::print, don't bother printing out... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | In SimplifyICmpOperands, avoid needlessly swapping... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Factor out the new <= and >= analysis code into Simplif... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Update this comment to note its relationship with the... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Delete this comment. The behavior of struct loads and... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Describe invoke instruction dependencies. Generalize... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Say "operations" instead of "instructions", as nsw... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Fix a bug which prevented tail merging of return instru... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Dan Gohman | Add a README entry. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | fix some inconsistent line endings, patch by Jakub... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | revert r102831. We already delete dead readonly calls in |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dale Johannesen | Don't count debug info as instructions. This was |
commit | commitdiff | tree | snapshot |
2010-05-01 |
David Chisnall | Added a variant of InlineCostAnalyzer::getInlineCost... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anton Korobeynikov | Insert ANY_EXTEND node instead of invalid truncate... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anton Korobeynikov | Do folding for indirect branches, where possible |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anton Korobeynikov | Implement indirect branches on MSP430 |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anton Korobeynikov | Long branch target oparands are not pc-rel. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Owen Anderson | Disable the call-deletion transformation introduced... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | fix PR5009 by making CGSCCPM realize that a call was... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Remove the code for special-casing byval for fast-isel... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Fix an ancient FIXME. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Re-disable kill flags, as there is more trouble. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | Implement rdar://6295824 and PR6724 with two tiny changes |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | The inliner has traditionally not considered call sites |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Re-enable kill flags from SelectionDAGISel, with a... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dale Johannesen | Fix a bug where debug info affected stack slot coloring. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Don't pass SDValues by non-const reference unless they... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Evan Cheng | Add a pseudo instruction REG_SEQUENCE that takes a... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Reorgnaize more switch code lowering to clean up some... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Bill Wendling | Test failing too much on too many platforms. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Delete the EdgeMapping variable itself. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Dan Gohman | Get rid of the EdgeMapping map. Instead, just check... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Update for CIndex rename. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Bill Wendling | Maybe it needs sse2? |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Bill Wendling | Force 64-bit. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Chris Lattner | Dan recently disabled recursive inlining within a funct... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Bill Wendling | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Don't use 'else ifdef', I guess this is a 3.81 feature? |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Remove this debug output. The MachineFunction will... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Jakob Stoklund... | The local register allocator has to spill dirty callee... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Update BitVectorTest.cpp to stay in sync with SmallBitV... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Fix TOOLALIAS to not make dependency against $(PROJ_bin... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Devang Patel | Preserve debug info attached with call instruction... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Make this code less confusing. Instead of reassigning... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Add new NO_INSTALL_ARCHIVES make variable, to suppress... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Add an install-clang-c top-level target, which does... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Devang Patel | Attach AT_APPLE_optimized attribute to optimized functi... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | EmitDbgValue doesn't need its EdgeMapping argument. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
David Chisnall | Fixed @ctor / @dtor the wrong way around in last commit. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
David Chisnall | Added a brief explanation of @llvm.global_{c,d}tors. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Set isSigned to true when creating an all-ones integer... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Add lint checks for invalid uses of memory. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Remove the -disable-16bit command-line option, which... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Jakob Stoklund... | Don't use floating point in SimpleRegisterCoalescing. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Properly escape edge source and destination labels. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Add -o /dev/null to some tests which don't care about... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Apply a patch from Jan Sjodin to fix a compiler abort... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Regenerate. |
commit | commitdiff | tree | snapshot |
next |