| Commit message (Expand) | Author | Age | Files | Lines |
* | Recommit the fix for rdar://9289512 with a couple tweaks to | Chris Lattner | 2011-04-22 | 1 | -1/+2 |
* | Comment out some unused parameter names to silence out-of-tree -Wunused warni... | Frits van Bommel | 2011-04-22 | 1 | -8/+8 |
* | include/llvm/Target/TargetAsmInfo.h: Fix a warning. | NAKAMURA Takumi | 2011-04-22 | 1 | -1/+1 |
* | Compute the size of the FDE encoding instead of hard coding it. Update | Rafael Espindola | 2011-04-22 | 1 | -0/+4 |
* | Remove unused argument. | Rafael Espindola | 2011-04-21 | 2 | -6/+4 |
* | Add DW_OP_bit_piece. | Devang Patel | 2011-04-21 | 1 | -0/+1 |
* | Refactor. | Devang Patel | 2011-04-21 | 1 | -0/+3 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -13/+8 |
* | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar | 2011-04-21 | 1 | -2/+1 |
* | Don't allow per-register spill size and alignment. | Jakob Stoklund Olesen | 2011-04-21 | 1 | -11/+0 |
* | Add independent controls for whether GCOV profiling should emit .gcno files or | Nick Lewycky | 2011-04-21 | 2 | -2/+2 |
* | Remove -use-divmod-libcall. Let targets opt in when they are available. | Evan Cheng | 2011-04-20 | 1 | -4/+0 |
* | Prefer cheap registers for busy live ranges. | Jakob Stoklund Olesen | 2011-04-20 | 2 | -0/+14 |
* | ARM byval support. Will be enabled by another patch to the FE. <rdar://prob... | Stuart Hastings | 2011-04-20 | 2 | -1/+16 |
* | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski | 2011-04-20 | 2 | -32/+61 |
* | Remove unused arguments. | Rafael Espindola | 2011-04-20 | 1 | -2/+1 |
* | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar | 2011-04-20 | 1 | -6/+6 |
* | ADT/Triple: Drop support for -osx style triples, we are going with -macosx | Daniel Dunbar | 2011-04-19 | 1 | -4/+2 |
* | ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove | Daniel Dunbar | 2011-04-19 | 1 | -2/+4 |
* | ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. | Daniel Dunbar | 2011-04-19 | 1 | -0/+13 |
* | add a helper method. | Chris Lattner | 2011-04-19 | 1 | -0/+4 |
* | ADT/Triple: Add helper function for OS X version checks. | Daniel Dunbar | 2011-04-19 | 1 | -1/+24 |
* | ADT/Triple: Add isOSVersionLT helper function. | Daniel Dunbar | 2011-04-19 | 1 | -0/+14 |
* | ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion. | Daniel Dunbar | 2011-04-19 | 1 | -10/+20 |
* | ADT/Triple: Add support for more explicit "osx" and "ios" OS names. | Daniel Dunbar | 2011-04-19 | 1 | -0/+2 |
* | Avoid write-after-write issue hazards for Cortex-A9. | Bob Wilson | 2011-04-19 | 1 | -0/+8 |
* | Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem... | Ted Kremenek | 2011-04-18 | 1 | -0/+3 |
* | Reduce clutter in asm output. Do not emit source location as comment for each... | Devang Patel | 2011-04-18 | 1 | -1/+2 |
* | Make the empty StructType::get overload use an empty ArrayRef. | Anders Carlsson | 2011-04-18 | 1 | -1/+1 |
* | Add a new bit that ImmLeaf's can opt into, which allows them to duck out of | Chris Lattner | 2011-04-18 | 1 | -1/+7 |
* | 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 |