Emit the ctors in the proper order on ARM/EABI.
[oota-llvm.git] / include / llvm / Target /
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...
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
2011-07-21 Benjamin KramerSink parts of TargetRegisterClass into MCRegisterClass.
2011-07-20 Bill WendlingRemove the now defunct getCompactUnwindEncoding method...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Eli FriedmanMake isLoadExtLegal and isTruncStoreLegal check what...
2011-07-18 Evan ChengEliminate TargetAsmInfo::getCompactUnwindEncoding....
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-12 Bill WendlingThere is a cyclic dependency between MC and Target...
2011-07-12 Tobias GrosserRemove IntegerType constness from TargetData
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Cameron ZwarichAdd an fma TableGen node.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Bill WendlingMove a function out-of-line.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-07-06 Bill WendlingConstify getCompactUnwindRegNum.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-01 Evan ChengAdd MCSubtargetInfo target registry stuff.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
next