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 |
2011-10-12 |
Nick Lewycky | Fix indent in comment.
|
commit | commitdiff | tree |
2011-10-11 |
Nick Lewycky | Apparently, sometimes llvm-nm doesn't put the undefined...
|
commit | commitdiff | tree |
2011-10-11 |
Nick Lewycky | Also create a shndx even if there are no symbols. This...
|
commit | commitdiff | tree |
2011-10-11 |
Nick Lewycky | Reapply r141605 with fixes for appropriate handling...
|
commit | commitdiff | tree |
2011-10-11 |
Nick Lewycky | Add support for .symtab_shnidx. Unfortunately, doing...
|
commit | commitdiff | tree |
2011-10-11 |
Nick Lewycky | Revert r141605 as it broke tests for llvm-nm.
|
commit | commitdiff | tree |
2011-10-11 |
Nick Lewycky | Add support for reading many-section ELF files.
|
commit | commitdiff | tree |
2011-10-10 |
Nick Lewycky | Add support for dumping section headers to llvm-objdump...
|
commit | commitdiff | tree |
2011-10-07 |
Nick Lewycky | Don't emit the symbol table entry for the .symtab_shndx...
|
commit | commitdiff | tree |
2011-10-07 |
Nick Lewycky | Remove extraneous curlies. No functionality change.
|
commit | commitdiff | tree |
2011-10-07 |
Nick Lewycky | Don't emit a shstrtabindex in the reserved range. Spotted...
|
commit | commitdiff | tree |
2011-10-07 |
Nick Lewycky | Clarify/fix typo. No functionality change.
|
commit | commitdiff | tree |
2011-10-04 |
Nick Lewycky | The product of two chrec's can always be represented...
|
commit | commitdiff | tree |
2011-10-03 |
Nick Lewycky | Fix typo in comments.
|
commit | commitdiff | tree |
2011-10-03 |
Nick Lewycky | Reapply r140979 with fix! We never did get a testcase...
|
commit | commitdiff | tree |
2011-10-03 |
Nick Lewycky | Revert r140979 due to reports of bootstrap failure.
|
commit | commitdiff | tree |
2011-10-03 |
Nick Lewycky | Add one more case we compute a max trip count.
|
commit | commitdiff | tree |
2011-10-02 |
Nick Lewycky | Add a new icmp+select optz'n. Also shows off the load...
|
commit | commitdiff | tree |
2011-10-02 |
Nick Lewycky | Enhance a couple places where we were doing constant...
|
commit | commitdiff | tree |
2011-09-30 |
Nick Lewycky | Promote comment to doxycomment. Adjust whitespace....
|
commit | commitdiff | tree |
2011-09-29 |
Nick Lewycky | Fold two identical set lookups into one. No functionality...
|
commit | commitdiff | tree |
2011-09-29 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2011-09-15 |
Nick Lewycky | Despite what the GCC wiki says, a quick search shows...
|
commit | commitdiff | tree |
2011-09-15 |
Nick Lewycky | Add some more DWARF extensions from:
|
commit | commitdiff | tree |
2011-09-15 |
Nick Lewycky | Update Dwarf enums list for DWARF 4.
|
commit | commitdiff | tree |
2011-09-15 |
Nick Lewycky | Give structs with virtual methods a virtual destructor.
|
commit | commitdiff | tree |
2011-09-11 |
Nick Lewycky | s/SequeuentiallyConsistent/SequentiallyConsistent/g
|
commit | commitdiff | tree |
2011-09-11 |
Nick Lewycky | Fix verb tense agreement.
|
commit | commitdiff | tree |
2011-09-09 |
Nick Lewycky | Fix release build:
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Disable these tests harder. They're XFAIL'd, but that...
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | This transform only handles two-operand AddRec's. Prevent...
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Fix typo in comment again.
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Apparently we compile the code, not the comments. Thanks...
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Fix typo in comment.
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Nope! I had it right the first time. Revert the operative...
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Fix flipped sign. While there, show my math.
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | No no no, fix typo properly!
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | The logic inside getMulExpr to simplify {a,+,b}*{c...
|
commit | commitdiff | tree |
2011-09-06 |
Nick Lewycky | Revert r139126 due to selfhost failures reported by...
|
commit | commitdiff | tree |
2011-09-05 |
Nick Lewycky | Teach SCEV to report a max backedge count in one interesting...
|
commit | commitdiff | tree |
2011-09-05 |
Nick Lewycky | Add a new MC bit for NaCl (Native Client) mode. NaCl...
|
commit | commitdiff | tree |
2011-09-05 |
Nick Lewycky | Update the C++ backend to use the new ArrayRef'ified...
|
commit | commitdiff | tree |
2011-09-05 |
Nick Lewycky | Fix typo in comment.
|
commit | commitdiff | tree |
2011-09-01 |
Nick Lewycky | Fix the build for us -Werror users.
|
commit | commitdiff | tree |
2011-08-28 |
Nick Lewycky | Fix integer overflow bug in raw_ostream::write. This...
|
commit | commitdiff | tree |
2011-08-25 |
Nick Lewycky | Remove stray fullstop.
|
commit | commitdiff | tree |
2011-08-23 |
Nick Lewycky | PerformSubCombine to work on integers larger than i128...
|
commit | commitdiff | tree |
2011-08-22 |
Nick Lewycky | Be less redundant.
|
commit | commitdiff | tree |
2011-08-19 |
Nick Lewycky | Eli points out that this is what report_fatal_error...
|
commit | commitdiff | tree |
2011-08-19 |
Nick Lewycky | This is not actually unreachable, so don't use llvm_unreacha...
|
commit | commitdiff | tree |
2011-08-18 |
Nick Lewycky | The edge from DISubprogram to DICompileUnit has been...
|
commit | commitdiff | tree |
2011-08-14 |
Nick Lewycky | This transform is not safe. Thanks to Eli for pointing...
|
commit | commitdiff | tree |
2011-08-14 |
Nick Lewycky | Don't attempt to add 'nsw' when intermediate instructions...
|
commit | commitdiff | tree |
2011-08-14 |
Nick Lewycky | Teach instcombine to preserve the nsw bit by doing...
|
commit | commitdiff | tree |
2011-08-13 |
Nick Lewycky | Remove the last improper use of getGlobalContext()...
|
commit | commitdiff | tree |
2011-08-12 |
Nick Lewycky | Fix bugpoint fallout from the new type system.
|
commit | commitdiff | tree |
2011-08-12 |
Nick Lewycky | A virtual destructor for the class with virtual methods!
|
commit | commitdiff | tree |
2011-08-03 |
Nick Lewycky | Small cleanups:
|
commit | commitdiff | tree |
2011-08-03 |
Nick Lewycky | Fix logical error when detecting lifetime intrinsics.
|
commit | commitdiff | tree |
2011-08-02 |
Nick Lewycky | Teach InstCombine that lifetime intrincs aren't a real...
|
commit | commitdiff | tree |
2011-08-02 |
Nick Lewycky | Lifetime intrinsics on undef are dead.
|
commit | commitdiff | tree |
2011-08-02 |
Nick Lewycky | Bail from FastISel when we encounter a volatile memset...
|
commit | commitdiff | tree |
2011-07-29 |
Nick Lewycky | Don't look at $PWD in GetCurrentDirectory.
|
commit | commitdiff | tree |
2011-07-29 |
Nick Lewycky | Teach Path::GetCurrentDirectory to use $PWD, to support...
|
commit | commitdiff | tree |
2011-07-29 |
Nick Lewycky | Fix a lot of typos, improve (but not necessarily fix...
|
commit | commitdiff | tree |
2011-07-28 |
Nick Lewycky | In DenseMapInfo<pair<T, U>> tombstone key, use the...
|
commit | commitdiff | tree |
2011-07-27 |
Nick Lewycky | Teach the ConstantMerge pass about alignment. Fixes...
|
commit | commitdiff | tree |
2011-07-26 |
Nick Lewycky | Don't try to dereference syms[0] on an empty vector...
|
commit | commitdiff | tree |
2011-07-25 |
Nick Lewycky | Finish adding support for lifetime intrinsics to SROA...
|
commit | commitdiff | tree |
2011-07-25 |
Nick Lewycky | Add missing space (this line is no longer pushing the...
|
commit | commitdiff | tree |
2011-07-25 |
Nick Lewycky | 80 columns.
|
commit | commitdiff | tree |
2011-07-25 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
next |