StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / Target /
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-14 Lang HamesRename getExceptionAddressRegister() to getExceptionPoi...
2012-02-12 Nick LewyckyRemove redundant getAnalysis<> calls in GlobalOpt....
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-09 Benjamin KramerStore just the SimpleValueType in the generated VT...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-02-01 Jakob Stoklund OlesenSpecify SubRegIndex components on the index itself.
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-17 Jakob Stoklund OlesenAdd TableGen support for callee saved registers.
2012-01-17 Andrew TrickMoving options declarations around.
2012-01-14 Jakob Stoklund OlesenAdd TRI::getCallPreservedMask() hook.
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-13 Andrew Trickwhitespace
2012-01-12 Evan ChengAllow targets to select source order pre-RA scheduler.
2012-01-12 Evan ChengMove Sched::Preference out of TargetMachine.h where...
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-19 Evan ChengAdd a if-conversion optimization that allows 'true...
2011-12-19 Eli FriedmanAdd "using" to silence warnings.
2011-12-19 Eli FriedmanAttempt to fix PR11607 by shuffling around which class...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-10 Nick LewyckyMinimize #include's and forward-declares in Target.
2011-12-09 Evan ChengMove isUnpredicatedTerminator() default implementation...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-06 Jim GrosbachExtend AsmMatcher token literal matching to allow aliasing.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Dylan NoblesmithTargetMachine: document unnamed bool argument
2011-12-01 Chad RosierAdd a few more functions to TargetLibraryInfo. More...
2011-11-30 Chad RosierAdd a few functions to TargetLibraryInfo.
2011-11-30 Chad RosierAlphabetize TargetLibraryInfo enum and fix doxygen...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-13 Craig TopperFix comment for LegalizeTypeAction enum.
2011-11-07 Richard OsborneDon't introduce custom nodes after legalization in...
2011-11-04 Eli FriedmanAdd missing includes/decls.
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-24 Dan GohmanDelete the Latency scheduling preference.
2011-10-20 Lang HamesHaven't yet found a nice way to handle TargetData verif...
2011-10-20 Duncan SandsComment out or remove unused parameter names so as...
2011-10-18 Andrew TrickUse ARM/t2PseudoInst class from ARM/Thumb2 special...
2011-10-18 Andrew Trickwhitespace
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-17 Hal FinkelAdd comments to TargetLowering.h indicating that the...
2011-10-11 Chris Lattnerimprove some of the documentation around target data...
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-10-10 Jakob Stoklund OlesenMark the standard pseudos as isPseudo = 1.
2011-10-06 Evan ChengCosmetic change.
2011-10-06 Jakob Stoklund OlesenRemove the TRI::getSubRegisterRegClass() hook.
2011-10-05 Jakob Stoklund OlesenAdd TRI::getSubClassWithSubReg(RC, Idx) function.
2011-09-30 Jakob Stoklund OlesenStore sub-class lists as a bit vector.
2011-09-30 Jakob Stoklund OlesenMove getCommonSubClass() into TRI.
2011-09-29 Jakob Stoklund OlesenExpand the x86 V_SET0* pseudos right after register...
2011-09-27 Jakob Stoklund OlesenPromote the X86 Get/SetSSEDomain functions to TargetIns...
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-11 Nadav RotemCR fixes per Bruno's request.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-08-30 Rafael EspindolaCommand line option to enable support for segmented...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-09 Jakob Stoklund OlesenTrim an unneeded header.
2011-08-08 Jakob Stoklund OlesenHoist hasLoadFromStackSlot and hasStoreToStackSlot.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-04 Duncan SandsFix a place that was clearly forgotten when the type...
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
2011-07-23 Benjamin KramerGive TargetRegisterClass a pointer to the MCRegisterCla...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
next