Delete trailing whitespace to clean up.
[oota-llvm.git] / lib /
2012-03-06 Evan ChengAvoid finalizeBundles infinite looping.
2012-03-06 Owen AndersonMake it possible for a target to mark FSUB as Expand...
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-05 Eli FriedmanA few more cases of missing masking in ComputeMaskedBit...
2012-03-05 Jim GrosbachARM vpush/vpop assembler mnemonics accept an optional...
2012-03-05 Eli FriedmanMake sure we don't return bits outside the mask in...
2012-03-05 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM Remove a bit of dead code.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Bill WendlingFix warnings about adding a bool to a string.
2012-03-05 Chad RosierAddress Evan's comments for r151877.
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-03-05 Sebastian Popfix typos
2012-03-05 Sebastian Popremove spaces on empty lines
2012-03-05 Duncan SandsThis is not a common case, in fact it never happens!
2012-03-05 Chandler CarruthSwitch mem2reg to use the new hashing infrastructure.
2012-03-05 Chandler CarruthReplace the ad-hoc hashing in GVN with the new hashing...
2012-03-05 Chandler CarruthSwitch the TableGen record's string-based DenseMap...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-05 Eli FriedmanMake aliases for shld and shrd match gas. PR12173.
2012-03-04 Jakob Stoklund OlesenStop fixing bad machine code in LiveIntervalAnalysis.
2012-03-04 Jakob Stoklund OlesenStop adding <imp-def> operands when coalescing sub...
2012-03-04 Jakob Stoklund OlesenUse <def,undef> operands when spilling NEON bundles.
2012-03-04 Duncan SandsNick pointed out on IRC that GVN's propagateEquality...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
2012-03-04 Bill WendlingDo trivial CSE of dead BBs during codegen preparation.
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-03-03 Rafael EspindolaCorrectly initialize LineSectionSymbol. Thanks to Dunca...
2012-03-03 Duncan SandsInclude cctype for isdigit. Patch by Stephen Hines.
2012-03-02 Benjamin KramerLVI: Recognize the form instcombine canonicalizes range...
2012-03-02 Evgeniy StepanovASan: use getTypeAllocSize instead of getTypeStoreSize.
2012-03-02 Chad RosierPrevent obscure and incorrect tail-call optimization.
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-03-02 Eric ChristopherGrammar.
2012-03-02 Eric ChristopherIf the linkage name doesn't exist we're supposed to...
2012-03-02 Dan GohmanFix an iterator invalidation problem. operator[] on...
2012-03-02 Dan GohmanMisc micro-optimizations.
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Evan ChengNeuter the optimization I implemented with r107852...
2012-03-01 Chandler CarruthSwitch FoldingSet over to the new hashing infrastructur...
2012-03-01 Jakob Stoklund OlesenHandle regmasks in Thumb1RegisterInfo::saveScavengerReg...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 Jim GrosbachARM use the right opcode for FP<->Integer move in fast...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
2012-03-01 David Meyer[Object]
2012-03-01 Kevin EnderbyChange ARMInstPrinter::printPredicateOperand() so it...
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
2012-03-01 Argyrios KyrtzidisIf BumpPtrAllocator is requested to allocate a size...
2012-03-01 Chandler CarruthAdd the source file with trivial definitions in it...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-03-01 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-03-01 Akira HatanakaPass endian information to constructors. Define separat...
2012-03-01 Jakob Stoklund OlesenMake InlineSpiller bundle-aware.
2012-03-01 David Meyer[Object]
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-03-01 Lang HamesDon't redundantly copy implicit operands when remateria...
2012-03-01 Sean CallananFixed the 32-bit runtime dynamic loader to allocate
2012-02-29 Kevin EnderbyAdded annotations for x86 pc relative loads to llvm...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-29 Andrew TrickIntel Atom instruction itineraries for mov sign extensi...
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-29 Duncan SandsHave GVN also do condition propagation when the right...
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-29 Bill WendlingRestrict this transformation to equality conditions.
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-29 Daniel DunbarSupport/PathV2: Fix namespace qualifier in make_absolut...
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-29 Daniel DunbarSupport/PathV2: Fix make_absolute() to match is_absolut...
2012-02-29 Derek SchuffFix PR12080 by ensuring that MaterializeModule actually...
2012-02-29 Michael J. Spencer[PathV2] Fix bug in relative_path.
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Lang HamesKill off LiveRangeEdit::getNewVRegs and LiveRangeEdit...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-28 Jim GrosbachARM vbit/vbif/vbsl assembly optional size suffix.
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Benjamin KramerFix off-by one in comment.
2012-02-28 Roman DivackyProperly MCize the section switch, removing a FIXME.
2012-02-28 Benjamin KramerLegalizeIntegerTypes: Reenable the large shift with...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Daniel DunbarRemove stray semi-colon.
2012-02-28 Nadav RotemCode cleanup following CR by Duncan.
2012-02-28 Nadav RotemFix a bug in the code that builds SDNodes from vector...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Pete CooperReverted r152620 - DSE: Shorten memset when a later...
2012-02-28 Pete CooperDSE: Shorten memset when a later store overwrites the...
2012-02-28 Bill WendlingOops...Don't commit the other stuff..
next