2010-09-07 |
Nick Lewycky | Fix major bug in thunk detection. Also verify the calling...
|
commit | commitdiff | tree |
2010-09-06 |
Nick Lewycky | Add a new isSignWrappedSet() method to ConstantRange.
|
commit | commitdiff | tree |
2010-09-05 |
Nick Lewycky | Fix warning reported by MSVC++ builder.
|
commit | commitdiff | tree |
2010-09-05 |
Nick Lewycky | Switch FnSet to containing the ComparableFunction instead...
|
commit | commitdiff | tree |
2010-09-05 |
Nick Lewycky | Fix many bugs when merging weak-strong and weak-weak...
|
commit | commitdiff | tree |
2010-09-02 |
Nick Lewycky | Fix compile errors.
|
commit | commitdiff | tree |
2010-08-31 |
Nick Lewycky | Fix an infinite loop; merging two functions will create...
|
commit | commitdiff | tree |
2010-08-31 |
Nick Lewycky | Switch to DenseSet, simplifying much more code. We...
|
commit | commitdiff | tree |
2010-08-22 |
Nick Lewycky | Verify the predicates on icmp/fcmp. Suggested by Jeff...
|
commit | commitdiff | tree |
2010-08-17 |
Nick Lewycky | When creating a JIT, try to load the program so that...
|
commit | commitdiff | tree |
2010-08-11 |
Nick Lewycky | Clean up ConstantRange a bit:
|
commit | commitdiff | tree |
2010-08-09 |
Nick Lewycky | Fix a use after free error caught by the valgrind builders.
|
commit | commitdiff | tree |
2010-08-09 |
Nick Lewycky | Stop the JIT from refusing to work just because the...
|
commit | commitdiff | tree |
2010-08-08 |
Nick Lewycky | Add optimization to Target/README.txt.
|
commit | commitdiff | tree |
2010-08-08 |
Nick Lewycky | Reject unrepresentable pointer types in intrinsics...
|
commit | commitdiff | tree |
2010-08-08 |
Nick Lewycky | Do more to modernize MergeFunctions. Refactor in response...
|
commit | commitdiff | tree |
2010-08-07 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2010-08-06 |
Nick Lewycky | Fix uninitialized variable warning.
|
commit | commitdiff | tree |
2010-08-06 |
Nick Lewycky | Work in progress, cleaning up MergeFuncs.
|
commit | commitdiff | tree |
2010-08-02 |
Nick Lewycky | Work in progress.
|
commit | commitdiff | tree |
2010-08-02 |
Nick Lewycky | Fix this condition; it has an else clause attached...
|
commit | commitdiff | tree |
2010-08-01 |
Nick Lewycky | Fix word choice.
|
commit | commitdiff | tree |
2010-07-30 |
Nick Lewycky | Add missing newline to debug statement.
|
commit | commitdiff | tree |
2010-07-30 |
Nick Lewycky | LibCallAliasAnalysis uses multiple inheritance, so...
|
commit | commitdiff | tree |
2010-07-25 |
Nick Lewycky | Don't pass -export-dynamic to the linker on Cygwin...
|
commit | commitdiff | tree |
2010-07-24 |
Nick Lewycky | Revert this because we can't clone cyclic MDNodes which...
|
commit | commitdiff | tree |
2010-07-24 |
Nick Lewycky | Whether function-local or not, a MDNode may reference...
|
commit | commitdiff | tree |
2010-07-16 |
Nick Lewycky | Arrays and vectors with different numbers of elements...
|
commit | commitdiff | tree |
2010-07-15 |
Nick Lewycky | This is a full sentence.
|
commit | commitdiff | tree |
2010-07-15 |
Nick Lewycky | Disable aliases on all platforms.
|
commit | commitdiff | tree |
2010-07-11 |
Nick Lewycky | If it's safe to speculatively execute load(alloca)...
|
commit | commitdiff | tree |
2010-07-06 |
Nick Lewycky | Alphabetize the list of function parameters.
|
commit | commitdiff | tree |
2010-07-06 |
Nick Lewycky | Detabify this file.
|
commit | commitdiff | tree |
2010-07-06 |
Nick Lewycky | Add default value to setIsNoInline for parity with...
|
commit | commitdiff | tree |
2010-07-06 |
Nick Lewycky | Fix typo 'getter' where 'setter' was intended.
|
commit | commitdiff | tree |
2010-06-23 |
Nick Lewycky | Don't link against libm and libpthread which don't...
|
commit | commitdiff | tree |
2010-06-20 |
Nick Lewycky | Fix warning in no-asserts build.
|
commit | commitdiff | tree |
2010-06-07 |
Nick Lewycky | Plug a leak in the non-error case by removing one level...
|
commit | commitdiff | tree |
2010-06-03 |
Nick Lewycky | Perfer !string.empty() over string != "".
|
commit | commitdiff | tree |
2010-06-03 |
Nick Lewycky | Whitespace cleanup.
|
commit | commitdiff | tree |
2010-05-31 |
Nick Lewycky | The memcpy intrinsic only takes i8* for %src and %dst...
|
commit | commitdiff | tree |
2010-05-29 |
Nick Lewycky | Document aggregate operation constant expressions.
|
commit | commitdiff | tree |
2010-05-29 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2010-05-20 |
Nick Lewycky | Fix typo in comment.
|
commit | commitdiff | tree |
2010-05-15 |
Nick Lewycky | Teach the always inliner to release its inline cost...
|
commit | commitdiff | tree |
2010-05-15 |
Nick Lewycky | Clean up, no functional change.
|
commit | commitdiff | tree |
2010-05-14 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2010-05-13 |
Nick Lewycky | Actually run the test. Thanks Daniel Dunbar!
|
commit | commitdiff | tree |
2010-05-13 |
Nick Lewycky | Remove heinous tabs.
|
commit | commitdiff | tree |
2010-05-13 |
Nick Lewycky | Add testcase for r103653.
|
commit | commitdiff | tree |
2010-05-13 |
Nick Lewycky | Replace the core comparison login in merge functions...
|
commit | commitdiff | tree |
2010-05-12 |
Nick Lewycky | Clear CachedFunctionInfo upon Pass::releaseMemory....
|
commit | commitdiff | tree |
2010-05-07 |
Nick Lewycky | Revert r103133 and add testcase from PR7066.
|
commit | commitdiff | tree |
2010-05-03 |
Nick Lewycky | Fix function prototype mismatch in LLVMUnionType()...
|
commit | commitdiff | tree |
2010-04-29 |
Nick Lewycky | The llc -f flag was removed.
|
commit | commitdiff | tree |
2010-04-29 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2010-04-24 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2010-04-24 |
Nick Lewycky | Use provided llvm-defined variables instead of twisting...
|
commit | commitdiff | tree |
2010-04-24 |
Nick Lewycky | Don't touch CXXFLAGS. If it's set in the environment...
|
commit | commitdiff | tree |
2010-04-22 |
Nick Lewycky | The -condprop pass has been deleted.
|
commit | commitdiff | tree |
2010-04-18 |
Nick Lewycky | This is horrible. Split the difference, and declare...
|
commit | commitdiff | tree |
2010-04-18 |
Nick Lewycky | Revert r101701, Darwin doesn't have 'environ'. Go figure.
|
commit | commitdiff | tree |
2010-04-18 |
Nick Lewycky | Fix linux build. posix_spawn doesn't inherit the environment...
|
commit | commitdiff | tree |
2010-04-17 |
Nick Lewycky | Fix declarations in a few more tests.
|
commit | commitdiff | tree |
2010-04-17 |
Nick Lewycky | Fix intrinsic signature in this test.
|
commit | commitdiff | tree |
2010-04-17 |
Nick Lewycky | Refresh this documentation. Things have changed a bit...
|
commit | commitdiff | tree |
2010-04-16 |
Nick Lewycky | Revert r64616 which worked around http://gcc.gnu.org...
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Enable RTTI again. While this works fine for LLVM,...
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Don't forget cmake!
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Turn off RTTI for VMCore. Yay!
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | I don't know how, but I managed to goof the revert...
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Revert r101213.
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Remove accidentally committed cruft.
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Fix 80 column ruler.
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Bugpoint no longer uses exceptions.
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Remove tab.
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | Commit testcase for r101213.
|
commit | commitdiff | tree |
2010-04-14 |
Nick Lewycky | While DAE can't modify the function signature of an...
|
commit | commitdiff | tree |
2010-04-12 |
Nick Lewycky | Remove use of exceptions from bugpoint. No deliberate...
|
commit | commitdiff | tree |
2010-04-10 |
Nick Lewycky | Remove dead argument and clean whitespace. No functionality...
|
commit | commitdiff | tree |
2010-04-05 |
Nick Lewycky | Add MC and LTO, two terms I just had to explain on...
|
commit | commitdiff | tree |
2010-04-01 |
Nick Lewycky | Clean up this file a little, no functionality change...
|
commit | commitdiff | tree |
2010-03-31 |
Nick Lewycky | Small fixes to this documentation. Remove mention of...
|
commit | commitdiff | tree |
2010-03-13 |
Nick Lewycky | Teach this test not to leak. Also, clean up all the...
|
commit | commitdiff | tree |
2010-03-06 |
Nick Lewycky | Add verification of union types.
|
commit | commitdiff | tree |
2010-03-04 |
Nick Lewycky | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred...
|
commit | commitdiff | tree |
2010-02-25 |
Nick Lewycky | Make the side-numbering of instructions used by metadata...
|
commit | commitdiff | tree |
2010-02-25 |
Nick Lewycky | Dump the presence of attached metadata even if we don...
|
commit | commitdiff | tree |
2010-02-25 |
Nick Lewycky | Modernize comment.
|
commit | commitdiff | tree |
2010-02-25 |
Nick Lewycky | Correct whitespace.
|
commit | commitdiff | tree |
2010-02-15 |
Nick Lewycky | Teach the verifier to check the condition on a branch...
|
commit | commitdiff | tree |
2010-02-15 |
Nick Lewycky | Fix crash in VerifyType when checking Contexts. Because...
|
commit | commitdiff | tree |
2010-02-15 |
Nick Lewycky | Don't try to materialize a function that isn't materializabl...
|
commit | commitdiff | tree |
2010-02-15 |
Nick Lewycky | A function with no Module owner isn't materializable...
|
commit | commitdiff | tree |
2010-02-07 |
Nick Lewycky | Make the destructor for TypeMapBase protected. Spotted...
|
commit | commitdiff | tree |
2010-01-23 |
Nick Lewycky | Speculatively revert r94322 to see if it fixes darwin...
|
commit | commitdiff | tree |
2010-01-23 |
Nick Lewycky | Teach DAE that even though it can't modify the function...
|
commit | commitdiff | tree |
2010-01-21 |
Nick Lewycky | Fix a crasher trying to fold each element in a comparison...
|
commit | commitdiff | tree |
2010-01-03 |
Nick Lewycky | Small cleanups, refactor some duplicated code into...
|
commit | commitdiff | tree |
2010-01-03 |
Nick Lewycky | Cleanup.
|
commit | commitdiff | tree |