aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-02-14Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...Lang Hames
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany
2012-02-13v2f16 is a floating point type. Add symbolic floating point type ranges to p...Owen Anderson
2012-02-13add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith
2012-02-13Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles
2012-02-12Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky
2012-02-12Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI callsNick Lewycky
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-11Make the EDis tables const.Benjamin Kramer
2012-02-11[WIP] Initial code for module flags.Bill Wendling
2012-02-11Add TargetPassConfig hooks for scheduling/bundling.Andrew Trick
2012-02-11commentAndrew Trick
2012-02-10Clean up comment.Jakob Stoklund Olesen
2012-02-10Add a static MachineOperand::clobbersPhysReg().Jakob Stoklund Olesen
2012-02-10Make aliasesPointer and aliasesUnknownInst public members of AliasSet.Hal Finkel
2012-02-10Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands
2012-02-10Put instruction names into an indexed string table on the side, removing a po...Benjamin Kramer
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick
2012-02-10Remove unused 'isAlias' parameter.Lang Hames
2012-02-10Cache basic block boundaries for faster RegMaskSlots access.Jakob Stoklund Olesen
2012-02-10Optimize LiveIntervals::intervalIsInOneMBB().Jakob Stoklund Olesen
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2012-02-09Store just the SimpleValueType in the generated VT tables for each register c...Benjamin Kramer
2012-02-09Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per ...Benjamin Kramer
2012-02-09Improve TargetPassConfig. No intended functionality.Andrew Trick
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick
2012-02-08Move pass configuration out of pass constructors: MachineLICM.Andrew Trick
2012-02-08Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick
2012-02-08Move pass configuration out of pass constructors: PostRAScheduler.Andrew Trick
2012-02-08Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick
2012-02-08Added TargetPassConfig::setOptAndrew Trick
2012-02-08Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick
2012-02-08Move pass configuration out of pass constructors: TailDuplicate::PreRegAllocAndrew Trick
2012-02-08Keep track of register masks in LiveIntervalAnalysis.Jakob Stoklund Olesen
2012-02-08Value initialize MCRegisterClasses. Not sure how could miss this during the M...Benjamin Kramer
2012-02-08Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...Craig Topper
2012-02-08Added MachineInstr::isBundled() to check if an instruction is part of a bundle.Andrew Trick
2012-02-08whitespaceAndrew Trick
2012-02-08Don't use static CTORs for the Attributes constants, while still keeping the ...Kostya Serebryany
2012-02-08Add support for a temporary forward decl type. We want this so weEric Christopher
2012-02-08Remove tabs.Devang Patel
2012-02-07Correct use of const in ParseCommandLineOptionsDavid Blaikie
2012-02-07Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi
2012-02-06Fix comment-rulers.Nick Lewycky
2012-02-06Remove some unused functions.Jakob Stoklund Olesen
2012-02-06System headers after llvm headers.Nick Lewycky
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-02-06Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner
2012-02-06[unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling