aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-11-12misched: Target-independent support for MacroFusion.Andrew Trick
2012-11-12misched: Target-independent support for load/store clustering.Andrew Trick
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge
2012-11-10Add more functions to the target library information.Meador Inge
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-09Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-09Add support for -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-08Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interfaceMark Seaborn
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-07Fix up comment typo and 80-col.Eric Christopher
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-11-07misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-06misched: TargetSchedule interface for machine resources.Andrew Trick
2012-11-06ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick
2012-11-05Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-11-05Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem
2012-11-05Add missing this->. Fixes pr14238.Rafael Espindola
2012-11-05PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky
2012-11-03Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands
2012-11-03X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem
2012-11-02CostModel: add support for Vector Insert and Extract.Nadav Rotem
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem
2012-11-01OutputArg: added an index of the original argument to match the change toManman Ren
2012-11-01Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth
2012-11-01Add some consistent doxygen comments for the address space helpers.Chandler Carruth
2012-11-01Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth
2012-11-01Remove a weird static helper from the GEP instruction and just directlyChandler Carruth
2012-11-01As I'm going to be touching several comments in this file, update theChandler Carruth
2012-11-01Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-11-01Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen
2012-10-31Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola
2012-10-31Fix a couple of comment typos.Benjamin Kramer
2012-10-31Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov
2012-10-31Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy
2012-10-31xlc supports __attribute__((aligned(x))), use it.Rafael Espindola
2012-10-31Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola
2012-10-30[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier
2012-10-30[inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier
2012-10-30Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet
2012-10-30Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands
2012-10-30Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands