StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include /
2012-02-19 Ahmed CharlesStringRef'ize EmitSourceFileHeader().
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-17 Jakob Stoklund OlesenTransfer regmasks to MRI.
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2012-02-17 Lang HamesRefactor 'handleMove' code in live intervals. Clients...
2012-02-17 David ChisnallGenerate the correct EH frame section types on Solaris...
2012-02-17 David ChisnallRevert r150814. It turns out that there is a good...
2012-02-17 Richard OsborneFix typo in comment.
2012-02-17 David ChisnallDon't lazily allocate eh_frame. We're not lazily alloc...
2012-02-16 Bill Wendlings/ModAttrBehavior/ModFlagBehavior/g to be consistent...
2012-02-16 Pete CooperTemplate specialize SmallVector::push_back based on...
2012-02-15 Andrew TrickFix library visibility problems with VLIWPacketizer.
2012-02-15 Bill WendlingUse the enum instead of 'unsigned'.
2012-02-15 Lang HamesMake LiveIntervals::handleMove() bundle aware.
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-15 Bill WendlingAdd a module flags accessor method which returns the...
2012-02-15 Kaelyn UhrainAdd function for computing the edit distance of two...
2012-02-15 Andrew TrickDon't expose DefaultVLIWScheduler
2012-02-15 Andrew TrickGeneric "VLIW" packetizer based on a DFA generated...
2012-02-15 Eric ChristopherAdd a way to replace a field inside a metadata node...
2012-02-15 Lang HamesAdd a check to make sure we don't assign slot indexes...
2012-02-15 Andrew TrickAllow CodeGen (llc) command line options to work as...
2012-02-15 Andrew TrickAdded TargetPassConfig::disablePass/substitutePass...
2012-02-15 Andrew Trickcomment
2012-02-15 Lang HamesDisentangle moving a machine instr from updating LiveIn...
2012-02-14 Jakob Stoklund OlesenHandle regmasks in findRegisterDefOperandIdx().
2012-02-14 Dmitri GribenkoSilence the new -Wempty-body warning. It appeared...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-14 Lang HamesRename getExceptionAddressRegister() to getExceptionPoi...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-13 Owen Andersonv2f16 is a floating point type. Add symbolic floating...
2012-02-13 Dylan Noblesmithadd LLVM_VERSION_MAJOR and _MINOR defines
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
2012-02-12 Nick LewyckyRemove redundant getAnalysis<> calls in GlobalOpt....
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-02-11 Andrew TrickAdd TargetPassConfig hooks for scheduling/bundling.
2012-02-11 Andrew Trickcomment
2012-02-10 Jakob Stoklund OlesenClean up comment.
2012-02-10 Jakob Stoklund OlesenAdd a static MachineOperand::clobbersPhysReg().
2012-02-10 Hal FinkelMake aliasesPointer and aliasesUnknownInst public membe...
2012-02-10 Duncan SandsRevert commit 149912 (lattner) and add a testcase that...
2012-02-10 Benjamin KramerPut instruction names into an indexed string table...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-10 Lang HamesRemove unused 'isAlias' parameter.
2012-02-10 Jakob Stoklund OlesenCache basic block boundaries for faster RegMaskSlots...
2012-02-10 Jakob Stoklund OlesenOptimize LiveIntervals::intervalIsInOneMBB().
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2012-02-09 Benjamin KramerStore just the SimpleValueType in the generated VT...
2012-02-09 Benjamin KramerMove the Name field in MCInstrDesc to the end, saving...
2012-02-09 Andrew TrickImprove TargetPassConfig. No intended functionality.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Machi...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Stack...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: PostR...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Branc...
2012-02-08 Andrew TrickAdded TargetPassConfig::setOpt
2012-02-08 Andrew TrickAdded Pass::createPass(ID) to handle pass configuration...
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: TailD...
2012-02-08 Jakob Stoklund OlesenKeep track of register masks in LiveIntervalAnalysis.
2012-02-08 Benjamin KramerValue initialize MCRegisterClasses. Not sure how could...
2012-02-08 Craig TopperRemove GCC builtins for vpermilp* intrinsics as clang...
2012-02-08 Andrew TrickAdded MachineInstr::isBundled() to check if an instruct...
2012-02-08 Andrew Trickwhitespace
2012-02-08 Kostya SerebryanyDon't use static CTORs for the Attributes constants...
2012-02-08 Eric ChristopherAdd support for a temporary forward decl type. We want...
2012-02-08 Devang PatelRemove tabs.
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-02-07 NAKAMURA TakumiBitcode/BitstreamReader.h: Tweak for big endian hosts.
2012-02-06 Nick LewyckyFix comment-rulers.
2012-02-06 Jakob Stoklund OlesenRemove some unused functions.
2012-02-06 Nick LewyckySystem headers after llvm headers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-06 Craig TopperMove some llvm_unreachable's from r149849 out of switch...
2012-02-05 Benjamin KramerSmallVector's construct_range is the same thing as...
2012-02-05 Benjamin KramerSimplify code. No functionality change.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 TalinEfficient Constant Uniquing.
2012-02-05 Chandler CarruthBegin fleshing out more convenience predicates in llvm...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Jakob Stoklund OlesenDrop the REDEF_BY_EC VNInfo flag.
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-04 Devang PatelIntroduce DIObjCProperty. This will be used to encode...
2012-02-04 Jakob Stoklund OlesenDrop ZeroIndex and InvalidIndex.
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2012-02-03 Jakob Stoklund OlesenDelete some dead code.
2012-02-03 Jakob Stoklund OlesenHandle register mask operands in setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund OlesenArrayRef'ize MI::setPhysRegsDeadExcept().
next