summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-06
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-06
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-05
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-05
* PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky2012-11-05
* Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands2012-11-03
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-03
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-01
* Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth2012-11-01
* Add some consistent doxygen comments for the address space helpers.Chandler Carruth2012-11-01
* Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth2012-11-01
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-01
* As I'm going to be touching several comments in this file, update theChandler Carruth2012-11-01
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-01
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen2012-11-01
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-31
* Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy2012-10-31
* xlc supports __attribute__((aligned(x))), use it.Rafael Espindola2012-10-31
* Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola2012-10-31
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-30
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-30
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands2012-10-30
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* * Add e_flags enum for HexagonSid Manning2012-10-30
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-29
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-29
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* Remove code to saturate profile counts.Bob Wilson2012-10-29
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-29
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-29
* llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments.NAKAMURA Takumi2012-10-29
* Rather than duplicating the getPointerSize code just call getPointerSize.Duncan Sands2012-10-29
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov2012-10-29
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem2012-10-27
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-26