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 |
2010-04-30 |
Daniel Dunbar | Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the reque... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Benjamin Kramer | SmallBitVector: Rework find_first/find_next and tweak... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Benjamin Kramer | Implement a read/write operator[] for SmallBitVector... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Benjamin Kramer | Make sure SmallBitVector actually uses the small case... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Evan Cheng | Another sibcall bug. If caller and callee calling conve... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Temporarily disable SelectionDAG kill flags, which... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Jeffrey Yasskin | Fix the OProfileJITEventListener build after r101844... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Dan Gohman | Set register kill flags on the SelectionDAG path, at... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Jakob Stoklund... | Reject really weird coalescer case when trying to merge... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Nick Lewycky | The llc -f flag was removed. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | Don't leave Base.FrameIndex uninitialized, so that... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Chris Lattner | add some more (void)'s to prototypes for PR6961 |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | Fix typos in assertion strings. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Jakob Stoklund... | Slightly verboser debug spew from coalescer |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Devang Patel | Missed earlier. This is part of previous check-in.... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dale Johannesen | Make naked functions work on PPC. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Devang Patel | Print variable scope name in DEBUG_VALUE comment. Usefu... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Remove DBG_VALUE which reference dead stack slots. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Devang Patel | DO not push DBG_VALUE machine instructions for inlined... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Add DenseMapInfo for int. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | llc no longer requires the -f option to overwrite files. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Bob Wilson | Don't remove libLTO.dylib if it's not being installed... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | Elaborate on a comment. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Daniel Dunbar | Remove dead option. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Duncan Sands | Verify metadata harder. In particular, check that... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Torok Edwin | Fix PR6910. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Re-enable 102565 with fixes. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Load folding tail call should not use ebp / rbp after... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Mon P Wang | Add support for assemblers that don't support periods... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Temporarily disable my changes to unbreak the build. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Do not generate duplicate dbg_value instructions for... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | Fix missing #include. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Avoid emitting a dbg_value machineinstr that's not... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Frame index can be negative. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Check Reg against zero. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | - Really preserve dbg_value instructions when the regis... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Devang Patel | tidy up. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Kevin Enderby | Fixed the word sized Bit Scan Forward/Reverse instructi... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Replace r102368 with code that's less fragile. This... |
commit | commitdiff | tree | snapshot |
next |