aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-111-1/+10
* Add more functions to the target library information.Meador Inge2012-11-101-0/+29
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-091-0/+1
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-091-8/+4
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-091-4/+8
* Add support of RTM from TSX extensionMichael Liao2012-11-081-0/+12
* Fix up comment typo and 80-col.Eric Christopher2012-11-071-4/+4
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-073-1/+142
* misched: Heuristics based on the machine model.Andrew Trick2012-11-071-1/+8
* misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick2012-11-071-1/+2
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+15
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-064-8/+68
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-061-34/+29
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-051-2/+1
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+7
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-051-1/+4
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-051-1/+1
* PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky2012-11-051-1/+1
* Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands2012-11-031-4/+4
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-031-1/+1
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-021-1/+2
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-023-0/+9
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-011-2/+12
* Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth2012-11-011-1/+8
* Add some consistent doxygen comments for the address space helpers.Chandler Carruth2012-11-011-0/+5
* Normalize the API and doxygen comments for the ptrtoint instruction.Chandler Carruth2012-11-011-2/+9
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-011-9/+5
* As I'm going to be touching several comments in this file, update theChandler Carruth2012-11-011-106/+106
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-012-34/+10
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-012-6/+13
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-015-23/+7
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-012-33/+19
* Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen2012-11-011-3/+13
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-311-5/+0
* Fix a couple of comment typos.Benjamin Kramer2012-10-311-9/+9
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-311-0/+5
* Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy2012-10-311-3/+8
* xlc supports __attribute__((aligned(x))), use it.Rafael Espindola2012-10-311-1/+1
* Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola2012-10-313-0/+10
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-301-5/+13
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-302-3/+7
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-301-3/+3
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-301-1/+3
* Add a helper for telling whether a type is a pointer or vector of pointer type.Duncan Sands2012-10-301-3/+9
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-303-1/+10
* * Add e_flags enum for HexagonSid Manning2012-10-301-1/+29
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-292-6/+0
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-291-7/+0
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-291-1/+1
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-5/+6