test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.
[oota-llvm.git] / include /
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Eric ChristopherFix comment.
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-22 Frits van BommelComment out some unused parameter names to silence...
2011-04-22 NAKAMURA Takumiinclude/llvm/Target/TargetAsmInfo.h: Fix a warning.
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-21 Devang PatelRefactor.
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-21 Jakob Stoklund OlesenDon't allow per-register spill size and alignment.
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Chris Lattneradd a helper method.
2011-04-19 Daniel DunbarADT/Triple: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-18 Ted KremenekAdd BumpPtrAllocator::getTotalMemory() to allow clients...
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-18 Anders CarlssonMake the empty StructType::get overload use an empty...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-04-18 Anders CarlssonUse an empty ArrayRef instead of an empty std::vector...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Evan ChengIncrease SubtargetFeatureKV Value and Implies fields...
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-15 Michael J. SpencerAdd 3DNow! intrinsics.
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Michael J. SpencerFix whitespace and tabs.
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-04-13 Nick LewyckyUse positive values since the value type is unsigned...
2011-04-13 Junjie GuPassing unroll parameters (unroll-count, threshold...
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
2011-04-13 Jay FoadRemove some redundant llvm:: prefixes.
2011-04-13 Jay FoadFix a comment.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getWithOperands() to...
2011-04-13 Jay FoadFix typo in comment.
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Rafael EspindolaBe consistent about being virtual and returning void...
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Jakob Stoklund OlesenSkip a binary search when possible.
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-09 Chris Lattnerdrive by bug fix: DenseMapInfo::isEqual should be deter...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Chris Lattnerfix a potentially serious bug in AliasSet::removeCallSite
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-09 Chris Lattnerfix doc comment bug, noticed by Jochen
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-07 Nick LewyckyAdd support for ArrayRef in IRBuilder's CreateCall.
2011-04-06 Nick LewyckyFix typo in doxy-comment.
2011-04-06 Nick LewyckyReplace const std::vector& with ArrayRef in the type...
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
next