| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the StringMaps attached to MCContext use the MCContext's allocator; | Eli Friedman | 2011-04-18 | 1 | -8/+8 |
* | Use an empty ArrayRef instead of an empty std::vector for the Function::get o... | Anders Carlsson | 2011-04-18 | 1 | -1/+1 |
* | since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m... | Chris Lattner | 2011-04-17 | 1 | -2/+1 |
* | now that predicates have a decent abstraction layer on them, introduce a new | Chris Lattner | 2011-04-17 | 1 | -0/+17 |
* | Rework our internal representation of node predicates to expose more | Chris Lattner | 2011-04-17 | 1 | -1/+13 |
* | Fix rdar://9289512 - not folding load into compare at -O0 | Chris Lattner | 2011-04-17 | 1 | -1/+2 |
* | Put each personality function in a section. This fixes the gnu ld warning: | Rafael Espindola | 2011-04-16 | 2 | -0/+9 |
* | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky | 2011-04-16 | 3 | -4/+4 |
* | Introduce support to encode Objective-C property information in debugging inf... | Devang Patel | 2011-04-16 | 3 | -1/+63 |
* | Some refactoring suggested by Anton Korobeynikov. | Rafael Espindola | 2011-04-15 | 1 | -0/+1 |
* | Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta... | Evan Cheng | 2011-04-15 | 1 | -3/+3 |
* | Implements StringRef::compare with bounds. It is behaves similarly to strncmp... | Lenny Maiorani | 2011-04-15 | 1 | -0/+6 |
* | Add 129518 back with a fix for when we are producing eh just because of debug... | Rafael Espindola | 2011-04-15 | 1 | -0/+2 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 33 | -44/+44 |
* | Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T... | NAKAMURA Takumi | 2011-04-15 | 1 | -2/+0 |
* | Add 3DNow! intrinsics. | Michael J. Spencer | 2011-04-15 | 1 | -0/+77 |
* | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola | 2011-04-14 | 1 | -0/+2 |
* | Fix whitespace and tabs. | Michael J. Spencer | 2011-04-14 | 1 | -52/+52 |
* | In the pre-RA scheduler, maintain cmp+br proximity. | Andrew Trick | 2011-04-14 | 1 | -3/+4 |
* | Add an option to not print the alias of an instruction. It defaults to "print | Bill Wendling | 2011-04-13 | 1 | -1/+2 |
* | Use positive values since the value type is unsigned. Fixes a warning on the | Nick Lewycky | 2011-04-13 | 1 | -2/+2 |
* | Passing unroll parameters (unroll-count, threshold, and partial unroll) via L... | Junjie Gu | 2011-04-13 | 1 | -1/+1 |
* | Add the alias analysis to the C api. | Rafael Espindola | 2011-04-13 | 1 | -0/+7 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Remove some redundant llvm:: prefixes. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Fix a comment. | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. | Jay Foad | 2011-04-13 | 1 | -4/+1 |
* | Fix typo in comment. | Jay Foad | 2011-04-13 | 1 | -2/+2 |
* | Like the coding standards say, do not use "using namespace std". | Jay Foad | 2011-04-13 | 1 | -2/+0 |
* | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick | 2011-04-13 | 1 | -3/+7 |
* | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 1 | -14/+0 |
* | Be consistent about being virtual and returning void in the cfi methods. | Rafael Espindola | 2011-04-12 | 1 | -14/+13 |
* | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling | 2011-04-12 | 1 | -0/+14 |
* | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling | 2011-04-12 | 1 | -14/+0 |
* | MCJIT lazy relocation resolution and symbol address re-assignment. | Jim Grosbach | 2011-04-12 | 1 | -1/+5 |
* | Remove LastOffset from the asm parser. | Rafael Espindola | 2011-04-12 | 1 | -0/+1 |
* | Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. | Rafael Espindola | 2011-04-12 | 2 | -1/+7 |
* | Implement .cfi_same_value. | Rafael Espindola | 2011-04-12 | 2 | -1/+6 |
* | Add support for line profiling. Very work-in-progress. | Nick Lewycky | 2011-04-12 | 3 | -1/+5 |
* | Make IRBuilder support StringRef for building strings. | Nick Lewycky | 2011-04-12 | 1 | -4/+6 |
* | Tidy up a bit now that we're using the MemoryManager interface. | Jim Grosbach | 2011-04-12 | 1 | -3/+0 |
* | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner | 2011-04-11 | 3 | -3/+0 |
* | Skip a binary search when possible. | Jakob Stoklund Olesen | 2011-04-11 | 1 | -0/+2 |
* | Adding support for printing operands symbolically to llvm's public 'C' | Kevin Enderby | 2011-04-11 | 2 | -1/+70 |
* | Fix or remove code which seemed to think that the operand of a Constant | Jay Foad | 2011-04-11 | 1 | -13/+0 |
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 3 | -1/+2 |
* | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 2011-04-10 | 2 | -9/+2 |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 2 | -2/+9 |
* | drive by bug fix: DenseMapInfo::isEqual should be determined according to | Chris Lattner | 2011-04-09 | 1 | -1/+4 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 1 | -0/+1 |