MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
[oota-llvm.git] / lib / CodeGen /
2013-10-18 Eric ChristopherRevert the rest of r192749 to bring back the buildbot...
2013-10-18 Bill Schmidt[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE...
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-10-18 Eric ChristopherTemporarily revert r192749 as it is causing problems...
2013-10-17 David BlaikieDIEHash: Add more things (and remove one character...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-10-17 Andrea Di BiagioFix edge condition in DAGCombiner to improve codegen...
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-17 Jack Carter[projects/test-suite] White space and long line fixes.
2013-10-17 Eric ChristopherAdd the subprogram DIEs to the context they're created...
2013-10-17 David BlaikieDIEHash: Include the type's context in the type hash.
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieRemove ambiguity introduced in r192836
2013-10-16 David BlaikieDIEHash: Include the trailing zero byte after the child...
2013-10-16 Andrew TrickAfter PostRA scheduling, don't set kill flags on undef...
2013-10-16 Benjamin KramerDAGCombiner: Don't fold xor into not if getNOT would...
2013-10-16 Richard SandifordHandle (shl (anyext (shr ...))) in SimpilfyDemandedBits
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-16 David BlaikieSimplify zero initialization of DIEAttrs variable.
2013-10-15 Eric ChristopherMake sure we're not attempting to construct a subprogra...
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-15 Pekka JaaskelainenGuard the debug temp variable with NDEBUG to avoid...
2013-10-15 Pekka JaaskelainenDo not assert when trying to add a meta data operand...
2013-10-15 Andrew TrickImprove on r192635, ExeDepsFix for avx, and add a test...
2013-10-14 Andrew TrickFix the ExecutionDepsFix pass to handle AVX instructions.
2013-10-14 Andrew TrickLiveRegUnits: Use *MBB for consistency and convenience.
2013-10-14 Andrew TrickLiveRegUnits::removeRegsInMask safety.
2013-10-14 Andrew TrickUse a SparseSet in LiveRegUnits.
2013-10-14 Andrew TrickMove LiveRegUnits implementation into .cpp. Comment...
2013-10-14 Andrew TrickConvert LiveRegUnits methods to the current convention...
2013-10-14 Manman RenDebug Info: static member DIE creation.
2013-10-14 David BlaikieFix indenting.
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-10-14 Rafael EspindolaRemove the now unused strong phi elimination pass.
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-13 Will DietzTargetLowering: Don't index into empty string.
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-11 Benjamin KramerfConversion: Attempt #2 at fixing the MSVC build.
2013-10-11 Benjamin KramerIfConversion: Try to unbreak the MSVC build.
2013-10-11 Matthias BraunRemove kill flags after if conversion if necessary
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-11 Matthias Braunfix typo in comment
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-11 NAKAMURA TakumiLiveRangeCalc.h: Update a description corresponding...
2013-10-10 Matthias BraunPrint register in LiveInterval::print()
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2013-10-10 Matthias BraunWork on LiveRange instead of LiveInterval where possible
2013-10-10 Matthias BraunChange MachineVerifier to work on LiveRange + LiveInterval
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-10-10 Matthias BraunRefactor LiveInterval: introduce new LiveRange class
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-10-10 Matthias BraunRename parameter: defined regs are not incoming.
2013-10-10 Matt ArsenaultUse getPointerSizeInBits() rather than 8 * getPointerSize()
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-08 Reid KlecknerExplicitly request unsigned enum types when desired
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-08 Manman RenDebug Info: rename getOriginalTypeSize to getBaseTypeSize.
2013-10-08 Manman RenDebug Info: take advantage of the existing CU::resolve.
2013-10-08 Eric ChristopherGrammar.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-10-06 Craig TopperFix some assert messages to say the correct opcode...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-05 Benjamin KramerEmit a better error when running out of registers on...
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-05 Eric ChristopherReorganize some member variables and update a comment.
2013-10-05 Eric ChristopherFix one comment and update another. Slightly reformat.
2013-10-05 Eric ChristopherAdd a resolve method on CompileUnit that forwards to...
2013-10-05 Adrian PrantlDebug info: Don't crash in SelectionDAGISel when a...
2013-10-05 Eric ChristopherMake a bunch of CompileUnit member functions private.
2013-10-04 David BlaikieMinor formatting/comment rewording/etc.
2013-10-04 Eric ChristopherRemove odd use of this.
2013-10-04 Eric ChristopherReformat some odd formattings.
2013-10-04 Eric ChristopherTighten up some type arguments to functions. Where...
2013-10-04 David BlaikieRemove some dead code.
2013-10-04 David BlaikieSimplify setting of DIE tag for type DIEs by setting...
2013-10-04 Eric ChristopherPrune includes.
2013-10-04 Eric ChristopherUse addFlag to add the enum class attribute.
2013-10-04 Eric ChristopherUse Die->addValue and DIEIntegerOne directly when we...
2013-10-04 Hal FinkelFix DAGCombiner::visitFP_EXTEND to ignore indexed loads
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-04 Matthias BraunFix comment
2013-10-04 Matthias BraunFix indentation
2013-10-04 Matthias BraunFix typo
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-04 David BlaikieDebugInfo: Fix ordering of members after r191928
2013-10-03 Richard MittonFixed a bug with section names containing special chara...
2013-10-03 David BlaikieDebugInfo: Avoid redundantly adding child DIEs to parents.
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-10-03 Eric ChristopherMake sure we emit a section for pubnames even if that...
2013-10-03 Eric ChristopherFix cut and paste typo.
next