2011-06-03 |
Nick Lewycky | Rework the logic to not rely on undefined behaviour...
|
commit | commitdiff | tree |
2011-06-03 |
Nick Lewycky | Bail on unswitching a switch statement for a case with...
|
commit | commitdiff | tree |
2011-05-31 |
Nick Lewycky | Also remove -lLTO which should have been in r132349...
|
commit | commitdiff | tree |
2011-05-31 |
Nick Lewycky | Make the gold plugin build on Cygwin as well as Linux...
|
commit | commitdiff | tree |
2011-05-29 |
Nick Lewycky | Add testcase for r132290, to check for the crasher...
|
commit | commitdiff | tree |
2011-05-29 |
Nick Lewycky | Don't crash owhen ComputeLoadResult can't compute the...
|
commit | commitdiff | tree |
2011-05-29 |
Nick Lewycky | Obey the isVolatile bit on memory intrinsics when analyzing...
|
commit | commitdiff | tree |
2011-05-22 |
Nick Lewycky | Commit test change, forgotten as part of r131838.
|
commit | commitdiff | tree |
2011-05-22 |
Nick Lewycky | Teach the inliner to emit llvm.lifetime.start/end,...
|
commit | commitdiff | tree |
2011-05-22 |
Nick Lewycky | Fix grammar in test.
|
commit | commitdiff | tree |
2011-05-21 |
Nick Lewycky | Add CreateLifetimeStart and CreateLifetimeEnd to the...
|
commit | commitdiff | tree |
2011-05-16 |
Nick Lewycky | Fix errors in this llvm ir example.
|
commit | commitdiff | tree |
2011-05-15 |
Nick Lewycky | Declare this function here so that it doesn't get C...
|
commit | commitdiff | tree |
2011-05-10 |
Nick Lewycky | Remove empty file.
|
commit | commitdiff | tree |
2011-05-10 |
Nick Lewycky | Revert r131155 for now. It makes VMCore depend on Analysis...
|
commit | commitdiff | tree |
2011-05-06 |
Nick Lewycky | It's valid to take the blockaddress of a different...
|
commit | commitdiff | tree |
2011-05-05 |
Nick Lewycky | The computation of string length is not that complicated...
|
commit | commitdiff | tree |
2011-05-05 |
Nick Lewycky | Fix typo. No functional change.
|
commit | commitdiff | tree |
2011-05-05 |
Nick Lewycky | Update the gcov version used slightly, to make it stop...
|
commit | commitdiff | tree |
2011-05-05 |
Nick Lewycky | Remove dead function.
|
commit | commitdiff | tree |
2011-05-05 |
Nick Lewycky | When the path wasn't emitted by the frontend, discard...
|
commit | commitdiff | tree |
2011-05-04 |
Nick Lewycky | Create the parent directories to place the .gcda files...
|
commit | commitdiff | tree |
2011-05-04 |
Nick Lewycky | Emit gcov data files to the directory specified in...
|
commit | commitdiff | tree |
2011-05-04 |
Nick Lewycky | Fix crash when not setting GCOV_PREFIX.
|
commit | commitdiff | tree |
2011-05-04 |
Nick Lewycky | The system suppression file should catch these, but...
|
commit | commitdiff | tree |
2011-05-02 |
Nick Lewycky | In option typo correction, consider -foo=VALUE flags...
|
commit | commitdiff | tree |
2011-05-02 |
Nick Lewycky | Remove dead variable pointed out by GCC 4.6 warnings...
|
commit | commitdiff | tree |
2011-04-29 |
Nick Lewycky | Rename profile_rt.so to libprofile_rt.so under configure...
|
commit | commitdiff | tree |
2011-04-28 |
Nick Lewycky | Only read *predecessor once so as to fix a theoretical...
|
commit | commitdiff | tree |
2011-04-27 |
Nick Lewycky | Use static inline to do the right thing when built...
|
commit | commitdiff | tree |
2011-04-26 |
Nick Lewycky | Add cmakefiles to build profile_rt.so!
|
commit | commitdiff | tree |
2011-04-26 |
Nick Lewycky | Rename everything to follow LLVM style ... I think.
|
commit | commitdiff | tree |
2011-04-21 |
Nick Lewycky | In gcov profiling, give all functions an extra unified...
|
commit | commitdiff | tree |
2011-04-21 |
Nick Lewycky | Fix think-o: emit all 8 bytes of the EOF marker. Also...
|
commit | commitdiff | tree |
2011-04-21 |
Nick Lewycky | Add independent controls for whether GCOV profiling...
|
commit | commitdiff | tree |
2011-04-21 |
Nick Lewycky | Fix typo in comment.
|
commit | commitdiff | tree |
2011-04-20 |
Nick Lewycky | Structs have elements not parameters. I'm surprised...
|
commit | commitdiff | tree |
2011-04-20 |
Nick Lewycky | This should always be signed chars, so use int8_t....
|
commit | commitdiff | tree |
2011-04-16 |
Nick Lewycky | Don't use C++ comments in C code.
|
commit | commitdiff | tree |
2011-04-16 |
Nick Lewycky | Move the re-stemming function up top and use it where...
|
commit | commitdiff | tree |
2011-04-16 |
Nick Lewycky | Rename LineProfiling to GCOVProfiling to more accurately...
|
commit | commitdiff | tree |
2011-04-13 |
Nick Lewycky | Use positive values since the value type is unsigned...
|
commit | commitdiff | tree |
2011-04-13 |
Nick Lewycky | Use %ull here.
|
commit | commitdiff | tree |
2011-04-12 |
Nick Lewycky | Print our uint64_t with the more portable (C99 and...
|
commit | commitdiff | tree |
2011-04-12 |
Nick Lewycky | The counters are unsigned.
|
commit | commitdiff | tree |
2011-04-12 |
Nick Lewycky | Add support for line profiling. Very work-in-progress.
|
commit | commitdiff | tree |
2011-04-12 |
Nick Lewycky | Consider ConstantAggregateZero as well as ConstantArray...
|
commit | commitdiff | tree |
2011-04-12 |
Nick Lewycky | Make IRBuilder support StringRef for building strings.
|
commit | commitdiff | tree |
2011-04-11 |
Nick Lewycky | Just because a GlobalVariable's initializer is [N x...
|
commit | commitdiff | tree |
2011-04-08 |
Nick Lewycky | Add a function for profiling to run at shutdown. Unlike...
|
commit | commitdiff | tree |
2011-04-08 |
Nick Lewycky | llvm.global_[cd]tor is defined to be either external...
|
commit | commitdiff | tree |
2011-04-07 |
Nick Lewycky | Set unnamed_addr on strings created through the IRBuilder.
|
commit | commitdiff | tree |
2011-04-07 |
Nick Lewycky | Add support for ArrayRef in IRBuilder's CreateCall.
|
commit | commitdiff | tree |
2011-04-06 |
Nick Lewycky | Fix typo in doxy-comment.
|
commit | commitdiff | tree |
2011-04-06 |
Nick Lewycky | Fix comment to use llvm 2.x syntax.
|
commit | commitdiff | tree |
2011-04-06 |
Nick Lewycky | Replace const std::vector& with ArrayRef in the type...
|
commit | commitdiff | tree |
2011-04-06 |
Nick Lewycky | Add an empty key for DebugLoc so that you can store...
|
commit | commitdiff | tree |
2011-04-06 |
Nick Lewycky | Support using DebugLoc's in a DenseMap.
|
commit | commitdiff | tree |
2011-04-05 |
Nick Lewycky | Fix typos. Adjust some whitespace for style. No functionalit...
|
commit | commitdiff | tree |
2011-03-31 |
Nick Lewycky | Pick better examples. "fpext float 3.1415 to double...
|
commit | commitdiff | tree |
2011-03-31 |
Nick Lewycky | Fix typo in generated HTML.
|
commit | commitdiff | tree |
2011-03-28 |
Nick Lewycky | Remove tabs I accidentally added.
|
commit | commitdiff | tree |
2011-03-27 |
Nick Lewycky | Teach the transformation that moves binary operators...
|
commit | commitdiff | tree |
2011-03-27 |
Nick Lewycky | Add a small missed optimization: turn X == C ? X :...
|
commit | commitdiff | tree |
2011-03-25 |
Nick Lewycky | No functionality change, just adjust some whitespace...
|
commit | commitdiff | tree |
2011-03-25 |
Nick Lewycky | No functionality change. Fix up some whitespace and...
|
commit | commitdiff | tree |
2011-03-21 |
Nick Lewycky | Fix INT_MIN gotcha pointed out by Eli Friedman.
|
commit | commitdiff | tree |
2011-03-21 |
Nick Lewycky | Fix comments
|
commit | commitdiff | tree |
2011-03-17 |
Nick Lewycky | Add comments for the demanglings. Correct mangled form...
|
commit | commitdiff | tree |
2011-03-17 |
Nick Lewycky | Add "swi" which is an obsolete mnemonic for "svc".
|
commit | commitdiff | tree |
2011-03-15 |
Nick Lewycky | Add C++ global operator {new,new[],delete,delete[]...
|
commit | commitdiff | tree |
2011-03-11 |
Nick Lewycky | Teach ComputeMaskedBits about nsw on add. I don't think...
|
commit | commitdiff | tree |
2011-03-09 |
Nick Lewycky | Fix two cases I forgot to update when doing a mental...
|
commit | commitdiff | tree |
2011-03-09 |
Nick Lewycky | Add another micro-optimization. Apologies for the lack...
|
commit | commitdiff | tree |
2011-03-08 |
Nick Lewycky | Reorder comments to put them the right way around.
|
commit | commitdiff | tree |
2011-03-07 |
Nick Lewycky | Tweak this test. We can analyze what happens and show...
|
commit | commitdiff | tree |
2011-03-07 |
Nick Lewycky | Add more analysis of the sign bit of an srem instruction...
|
commit | commitdiff | tree |
2011-03-06 |
Nick Lewycky | ConstantInt has some getters which return ConstantInt...
|
commit | commitdiff | tree |
2011-03-05 |
Nick Lewycky | Thread comparisons over udiv/sdiv/ashr/lshr exact and...
|
commit | commitdiff | tree |
2011-03-05 |
Nick Lewycky | Try once again to optimize "icmp (srem X, Y), Y" by...
|
commit | commitdiff | tree |
2011-03-04 |
Nick Lewycky | Revert broken srem logic from r126991.
|
commit | commitdiff | tree |
2011-03-04 |
Nick Lewycky | Fold "icmp pred (srem X, Y), Y" like we do for urem...
|
commit | commitdiff | tree |
2011-03-04 |
Nick Lewycky | Teach instruction simplify to use constant ranges to...
|
commit | commitdiff | tree |
2011-03-02 |
Nick Lewycky | Quiet a compiler warning about unused variable 'ExtVNI'.
|
commit | commitdiff | tree |
2011-03-01 |
Nick Lewycky | Optimize "icmp pred (urem X, Y), Y" --> true/false...
|
commit | commitdiff | tree |
2011-02-28 |
Nick Lewycky | Fix comment.
|
commit | commitdiff | tree |
2011-02-28 |
Nick Lewycky | srem doesn't actually have the same resulting sign...
|
commit | commitdiff | tree |
2011-02-28 |
Nick Lewycky | Teach InstCombine to fold "(shr exact X, Y) == 0" ...
|
commit | commitdiff | tree |
2011-02-28 |
Nick Lewycky | Teach value tracking to make use of flags in more situations.
|
commit | commitdiff | tree |
2011-02-28 |
Nick Lewycky | Teach ValueTracking to look at the dividend when determining...
|
commit | commitdiff | tree |
2011-02-28 |
Nick Lewycky | The sign of an srem instruction is the sign of its...
|
commit | commitdiff | tree |
2011-02-25 |
Nick Lewycky | Update the NoFolder to work with current IRBuilder.
|
commit | commitdiff | tree |
2011-02-24 |
Nick Lewycky | Remove dead variable.
|
commit | commitdiff | tree |
2011-02-22 |
Nick Lewycky | Fix C++0x incompatibility. The signature of std::make_pair...
|
commit | commitdiff | tree |
2011-02-20 |
Nick Lewycky | Make RecursivelyDeleteDeadPHINode delete a phi node...
|
commit | commitdiff | tree |
2011-02-20 |
Nick Lewycky | Teach RecursivelyDeleteDeadPHINodes to handle multiple...
|
commit | commitdiff | tree |
2011-02-20 |
Nick Lewycky | Instead of keeping two Value*->id# mappings, keep one...
|
commit | commitdiff | tree |
2011-02-20 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2011-02-17 |
Nick Lewycky | Fix thinko, basic blocks are SESE. The exits may have...
|
commit | commitdiff | tree |
2011-02-15 |
Nick Lewycky | Teach PatternMatch that splat vectors could be floating...
|
commit | commitdiff | tree |
next |