2012-01-28 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Use precomputed BB size instead of BB->size().
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Gracefully degrade precision in branch probability...
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Support pointer comparisons against constants, when...
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Fix assert("msg"). Fix unused-variable warnings complaining...
|
commit | commitdiff | tree |
2012-01-23 |
Nick Lewycky | Fix broken link.
|
commit | commitdiff | tree |
2012-01-23 |
Nick Lewycky | Make Value::isDereferenceablePointer() handle unreachable...
|
commit | commitdiff | tree |
2012-01-20 |
Nick Lewycky | Fix CountCodeReductionForAlloca to more accurately...
|
commit | commitdiff | tree |
2012-01-19 |
Nick Lewycky | Actually, this code handles wrapped sets just fine...
|
commit | commitdiff | tree |
2012-01-19 |
Nick Lewycky | Space after punctuation.
|
commit | commitdiff | tree |
2012-01-19 |
Nick Lewycky | Add a TargetOption for disabling tail calls.
|
commit | commitdiff | tree |
2012-01-05 |
Nick Lewycky | SCCCaptured is trivially false on entry to this loop...
|
commit | commitdiff | tree |
2012-01-04 |
Nick Lewycky | Remove pointless asserts.
|
commit | commitdiff | tree |
2012-01-04 |
Nick Lewycky | Teach instcombine all sorts of great stuff about shifts...
|
commit | commitdiff | tree |
2012-01-03 |
Nick Lewycky | Conform to the style guide; remove 'else' after 'return...
|
commit | commitdiff | tree |
2012-01-03 |
Nick Lewycky | Fix typo in ruler. No functionality change.
|
commit | commitdiff | tree |
2011-12-31 |
Nick Lewycky | Make use of the exact bit when optimizing '(X >>exact...
|
commit | commitdiff | tree |
2011-12-30 |
Nick Lewycky | Remove extraneous ".get()->" which is just "->". No...
|
commit | commitdiff | tree |
2011-12-28 |
Nick Lewycky | Change CaptureTracking to pass a Use* instead of a...
|
commit | commitdiff | tree |
2011-12-28 |
Nick Lewycky | Demystify this comment.
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Use false not zero, as a bool.
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Turn cos(-x) into cos(x). Patch by Alexander Malyshev!
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Teach simplifycfg to recompute branch weights when...
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Using Inst->setMetadata(..., NULL) should be safe to...
|
commit | commitdiff | tree |
2011-12-26 |
Nick Lewycky | Update the branch weight metadata when reversing the...
|
commit | commitdiff | tree |
2011-12-26 |
Nick Lewycky | Sort includes, canonicalize whitespace, fix typos....
|
commit | commitdiff | tree |
2011-12-23 |
Nick Lewycky | Fix typo "infinte".
|
commit | commitdiff | tree |
2011-12-23 |
Nick Lewycky | Move this test from date-name to feature-name, and...
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | Continue counting intrinsics as instructions (except...
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | Fix typo and spacing, no functionality change.
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | A call to a function marked 'noinline' is not an inline...
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | Make some intrinsics safe to speculatively execute.
|
commit | commitdiff | tree |
2011-12-15 |
Nick Lewycky | Move parts of lib/Target that use CodeGen into lib...
|
commit | commitdiff | tree |
2011-12-14 |
Nick Lewycky | DW_AT_virtuality is also defined to be constant, not...
|
commit | commitdiff | tree |
2011-12-13 |
Nick Lewycky | DW_AT_accessibility is "constant" class, not form class...
|
commit | commitdiff | tree |
2011-12-13 |
Nick Lewycky | Don't rely on a particular version string for llvm.
|
commit | commitdiff | tree |
2011-12-12 |
Nick Lewycky | Fix unused value warning for value used only in assert.
|
commit | commitdiff | tree |
2011-12-11 |
Nick Lewycky | Also remove unnecessary includes from this file, which...
|
commit | commitdiff | tree |
2011-12-10 |
Nick Lewycky | Minimize #include's and forward-declares in Target.
|
commit | commitdiff | tree |
2011-12-10 |
Nick Lewycky | Refactor the implementation of the TargetOptions out...
|
commit | commitdiff | tree |
2011-12-10 |
Nick Lewycky | Fix typo, reported by Eitan Adler!
|
commit | commitdiff | tree |
2011-12-08 |
Nick Lewycky | Fix infinite loop in DSE when deleting a free in a...
|
commit | commitdiff | tree |
2011-12-08 |
Nick Lewycky | Add Tsan annotations to the pass system.
|
commit | commitdiff | tree |
2011-12-07 |
Nick Lewycky | These global variables aren't thread-safe, STATISTIC...
|
commit | commitdiff | tree |
2011-12-06 |
Nick Lewycky | Expose a switch for the new gcov format.
|
commit | commitdiff | tree |
2011-12-06 |
Nick Lewycky | All these arguments are default anyways.
|
commit | commitdiff | tree |
2011-12-05 |
Nick Lewycky | Silence tsan false-positives (tsan can't track things...
|
commit | commitdiff | tree |
2011-12-03 |
Nick Lewycky | Creating multiple JITs on X86 in multiple threads causes...
|
commit | commitdiff | tree |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetOption...
|
commit | commitdiff | tree |
2011-12-01 |
Nick Lewycky | Make use of "getScalarType()". No functionality change.
|
commit | commitdiff | tree |
2011-11-28 |
Nick Lewycky | Don't define these unless we plan to use them.
|
commit | commitdiff | tree |
2011-11-27 |
Nick Lewycky | Place the "cfg checksum" around a test. This was recently...
|
commit | commitdiff | tree |
2011-11-21 |
Nick Lewycky | Fix crasher in GVN due to my recent capture tracking...
|
commit | commitdiff | tree |
2011-11-21 |
Nick Lewycky | Add virtual destructor. Whoops!
|
commit | commitdiff | tree |
2011-11-20 |
Nick Lewycky | Less template, more virtual! Refactoring suggested...
|
commit | commitdiff | tree |
2011-11-20 |
Nick Lewycky | Refactor code to use new attribute getters on CallSite...
|
commit | commitdiff | tree |
2011-11-16 |
Nick Lewycky | Fix typo in test.
|
commit | commitdiff | tree |
2011-11-16 |
Nick Lewycky | Merge isObjectPointerWithTrustworthySize with getPointerSize...
|
commit | commitdiff | tree |
2011-11-15 |
Nick Lewycky | Move WEAK marking to the declaration.
|
commit | commitdiff | tree |
2011-11-15 |
Nick Lewycky | Fix linking for some users who already have tsan enabled...
|
commit | commitdiff | tree |
2011-11-14 |
Nick Lewycky | Refactor capture tracking (which already had a couple...
|
commit | commitdiff | tree |
2011-11-14 |
Nick Lewycky | Fix Windows build, don't try to #include <pthread.h...
|
commit | commitdiff | tree |
2011-11-14 |
Nick Lewycky | Add support for tsan annotations (thread sanitizer...
|
commit | commitdiff | tree |
2011-11-12 |
Nick Lewycky | Don't try to loop on iterators that are potentially...
|
commit | commitdiff | tree |
2011-11-09 |
Nick Lewycky | Fix typo in comment.
|
commit | commitdiff | tree |
2011-11-09 |
Nick Lewycky | Don't forget to check FlagNW when determining whether...
|
commit | commitdiff | tree |
2011-11-05 |
Nick Lewycky | Do simple cross-block DSE when we encounter a free...
|
commit | commitdiff | tree |
2011-11-02 |
Nick Lewycky | I added the first test to run llvm-dwarfdump.
|
commit | commitdiff | tree |
2011-11-02 |
Nick Lewycky | Don't emit a directory entry for the value in DW_AT_comp_dir...
|
commit | commitdiff | tree |
2011-10-31 |
Nick Lewycky | Close <div> that was indenting the rest of the page.
|
commit | commitdiff | tree |
2011-10-31 |
Nick Lewycky | Switch new .file directive emission off by default...
|
commit | commitdiff | tree |
2011-10-28 |
Nick Lewycky | Always use the string pool, even when it makes the...
|
commit | commitdiff | tree |
2011-10-27 |
Nick Lewycky | Teach our Dwarf emission to use the string pool.
|
commit | commitdiff | tree |
2011-10-26 |
Nick Lewycky | Reflow lines, fix comments for doxygen style, fix whitespace...
|
commit | commitdiff | tree |
2011-10-26 |
Nick Lewycky | On an ELF system, ".debug_str" is mergeable and contains...
|
commit | commitdiff | tree |
2011-10-25 |
Nick Lewycky | Remove dead enum value. There is no DIESectionOffset.
|
commit | commitdiff | tree |
2011-10-24 |
Nick Lewycky | Now that we look at all the header PHIs, we need to...
|
commit | commitdiff | tree |
2011-10-24 |
Nick Lewycky | Reapply r142781 with fix. Original message:
|
commit | commitdiff | tree |
2011-10-24 |
Nick Lewycky | PHI nodes not in the loop header aren't part of the...
|
commit | commitdiff | tree |
2011-10-24 |
Nick Lewycky | A dead malloc, a free(NULL) and a free(undef) are all...
|
commit | commitdiff | tree |
2011-10-24 |
Nick Lewycky | Speculatively revert r142781. Bots are showing
|
commit | commitdiff | tree |
2011-10-23 |
Nick Lewycky | Enhance SCEV's brute force loop analysis to handle...
|
commit | commitdiff | tree |
2011-10-22 |
Nick Lewycky | Oops! Fix test I forgot to submit as part of r142735.
|
commit | commitdiff | tree |
2011-10-22 |
Nick Lewycky | A non-escaping malloc in the entry block is not unlike...
|
commit | commitdiff | tree |
2011-10-22 |
Nick Lewycky | Make SCEV's brute force analysis stronger in two ways...
|
commit | commitdiff | tree |
2011-10-20 |
Nick Lewycky | "@string = constant i8 0" is a value i8* string of...
|
commit | commitdiff | tree |
2011-10-18 |
Nick Lewycky | Missed a spot!
|
commit | commitdiff | tree |
2011-10-18 |
Nick Lewycky | Fix some typo/formatting issues. No functionality change.
|
commit | commitdiff | tree |
2011-10-17 |
Nick Lewycky | Minor style cleanup, no functionality change.
|
commit | commitdiff | tree |
2011-10-17 |
Nick Lewycky | Add support for a new extension to the .file directive:
|
commit | commitdiff | tree |
2011-10-16 |
Nick Lewycky | Oops! Fix testcase.
|
commit | commitdiff | tree |
2011-10-16 |
Nick Lewycky | When looking for dependencies on the src pointer, scan...
|
commit | commitdiff | tree |
2011-10-15 |
Nick Lewycky | Fix extra whitespace in comment.
|
commit | commitdiff | tree |
2011-10-14 |
Nick Lewycky | An instruction's operands aren't necessarily instructions...
|
commit | commitdiff | tree |
2011-10-13 |
Nick Lewycky | Elf_Word is not POD! Stop using it in a DenseMap.
|
commit | commitdiff | tree |
2011-10-13 |
Nick Lewycky | If MI is deleted then remove it from the set. If a...
|
commit | commitdiff | tree |
2011-10-13 |
Nick Lewycky | Tabs to spaces.
|
commit | commitdiff | tree |
2011-10-13 |
Nick Lewycky | Add missing braces to pacify GCC's -Wparentheses.
|
commit | commitdiff | tree |
2011-10-12 |
Nick Lewycky | Hoist vector.size() computation out of the loop. No...
|
commit | commitdiff | tree |
2011-10-12 |
Nick Lewycky | Add missing space.
|
commit | commitdiff | tree |
next |