aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-221-1/+2
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-221-8/+8
* include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi2011-04-221-1/+1
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-221-0/+4
* Remove unused argument.Rafael Espindola2011-04-212-6/+4
* Add DW_OP_bit_piece.Devang Patel2011-04-211-0/+1
* Refactor.Devang Patel2011-04-211-0/+3
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-13/+8
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-211-2/+1
* Don't allow per-register spill size and alignment.Jakob Stoklund Olesen2011-04-211-11/+0
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-212-2/+2
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-201-4/+0
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-202-0/+14
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-202-1/+16
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-202-32/+61
* Remove unused arguments.Rafael Espindola2011-04-201-2/+1
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-201-6/+6
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-191-4/+2
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-191-2/+4
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-191-0/+13
* add a helper method.Chris Lattner2011-04-191-0/+4
* ADT/Triple: Add helper function for OS X version checks.Daniel Dunbar2011-04-191-1/+24
* ADT/Triple: Add isOSVersionLT helper function.Daniel Dunbar2011-04-191-0/+14
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-191-10/+20
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-191-0/+2
* Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson2011-04-191-0/+8
* Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem...Ted Kremenek2011-04-181-0/+3
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-1/+2
* Make the empty StructType::get overload use an empty ArrayRef.Anders Carlsson2011-04-181-1/+1
* Add a new bit that ImmLeaf's can opt into, which allows them to duck out ofChris Lattner2011-04-181-1/+7
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-181-8/+8
* Use an empty ArrayRef instead of an empty std::vector for the Function::get o...Anders Carlsson2011-04-181-1/+1
* since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m...Chris Lattner2011-04-171-2/+1
* now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner2011-04-171-0/+17
* Rework our internal representation of node predicates to expose moreChris Lattner2011-04-171-1/+13
* Fix rdar://9289512 - not folding load into compare at -O0Chris Lattner2011-04-171-1/+2
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-162-0/+9
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-163-4/+4
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-163-1/+63
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-151-0/+1
* Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng2011-04-151-3/+3
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-151-0/+6
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-151-0/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-1533-44/+44
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-151-2/+0
* Add 3DNow! intrinsics.Michael J. Spencer2011-04-151-0/+77
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-141-0/+2
* Fix whitespace and tabs.Michael J. Spencer2011-04-141-52/+52
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-141-3/+4
* Add an option to not print the alias of an instruction. It defaults to "printBill Wendling2011-04-131-1/+2