| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a method to indicate section address re-assignment is finished. | Andrew Kaylor | 2012-11-05 | 1 | -0/+7 |
* | Implement the cost of abnormal x86 instruction lowering as a table. | Nadav Rotem | 2012-11-05 | 1 | -1/+4 |
* | Add missing this->. Fixes pr14238. | Rafael Espindola | 2012-11-05 | 1 | -1/+1 |
* | PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ... | Eli Bendersky | 2012-11-05 | 1 | -1/+1 |
* | Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue here | Duncan Sands | 2012-11-03 | 1 | -4/+4 |
* | X86 CostModel: Add support for a some of the common arithmetic instructions f... | Nadav Rotem | 2012-11-03 | 1 | -1/+1 |
* | CostModel: add support for Vector Insert and Extract. | Nadav Rotem | 2012-11-02 | 1 | -1/+2 |
* | Add a cost model analysis that allows us to estimate the cost of IR-level ins... | Nadav Rotem | 2012-11-02 | 3 | -0/+9 |
* | OutputArg: added an index of the original argument to match the change to | Manman Ren | 2012-11-01 | 1 | -2/+12 |
* | Add a getAddressSpace method to the GEP instruction to mirror that of | Chandler Carruth | 2012-11-01 | 1 | -1/+8 |
* | Add some consistent doxygen comments for the address space helpers. | Chandler Carruth | 2012-11-01 | 1 | -0/+5 |
* | Normalize the API and doxygen comments for the ptrtoint instruction. | Chandler Carruth | 2012-11-01 | 1 | -2/+9 |
* | Remove a weird static helper from the GEP instruction and just directly | Chandler Carruth | 2012-11-01 | 1 | -9/+5 |
* | As I'm going to be touching several comments in this file, update the | Chandler Carruth | 2012-11-01 | 1 | -106/+106 |
* | Teach Type::getPointerAddressSpace to look through pointer vectors | Chandler Carruth | 2012-11-01 | 2 | -34/+10 |
* | Revert the majority of the next patch in the address space series: | Chandler Carruth | 2012-11-01 | 2 | -6/+13 |
* | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 5 | -23/+7 |
* | Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. | Andrew Kaylor | 2012-11-01 | 2 | -33/+19 |
* | Generate a table-driven version of TRI::composeSubRegIndices(). | Jakob Stoklund Olesen | 2012-11-01 | 1 | -3/+13 |
* | Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. | Rafael Espindola | 2012-10-31 | 1 | -5/+0 |
* | Fix a couple of comment typos. | Benjamin Kramer | 2012-10-31 | 1 | -9/+9 |
* | Add IRBuilderBase::getIntPtrTy. | Evgeniy Stepanov | 2012-10-31 | 1 | -0/+5 |
* | Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW... | James Molloy | 2012-10-31 | 1 | -3/+8 |
* | xlc supports __attribute__((aligned(x))), use it. | Rafael Espindola | 2012-10-31 | 1 | -1/+1 |
* | Add extra declarations of hash_value needed to build llvm with xlc 12.1. | Rafael Espindola | 2012-10-31 | 3 | -0/+10 |
* | [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand. | Chad Rosier | 2012-10-30 | 1 | -5/+13 |
* | [inline asm] Implement mayLoad and mayStore for inline assembly. In general, | Chad Rosier | 2012-10-30 | 2 | -3/+7 |
* | Change ForceSizeOpt attribute into MinSize attribute | Quentin Colombet | 2012-10-30 | 1 | -3/+3 |
* | Fix isEliminableCastPair to work correctly in the presence of pointers | Duncan Sands | 2012-10-30 | 1 | -1/+3 |
* | Add a helper for telling whether a type is a pointer or vector of pointer type. | Duncan Sands | 2012-10-30 | 1 | -3/+9 |
* | Use TargetTransformInfo to control switch-to-lookup table transformation | Hans Wennborg | 2012-10-30 | 3 | -1/+10 |
* | * Add e_flags enum for Hexagon | Sid Manning | 2012-10-30 | 1 | -1/+29 |
* | In various places throughout the code generator, there were special | Ulrich Weigand | 2012-10-29 | 2 | -6/+0 |
* | APFloat cleanup: Remove now unused fields "sign2" and "exponent2". | Ulrich Weigand | 2012-10-29 | 1 | -7/+0 |
* | Rename the BB-vectorize flag to match the dragonegg name | Nadav Rotem | 2012-10-29 | 1 | -1/+1 |
* | Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the | Duncan Sands | 2012-10-29 | 1 | -5/+6 |
* | Remove code to saturate profile counts. | Bob Wilson | 2012-10-29 | 1 | -3/+0 |
* | Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector... | Nadav Rotem | 2012-10-29 | 1 | -1/+2 |
* | Minor style fixes for TargetTransformationInfo and TargetTransformImpl | Hans Wennborg | 2012-10-29 | 1 | -6/+6 |
* | llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments. | NAKAMURA Takumi | 2012-10-29 | 1 | -3/+1 |
* | Rather than duplicating the getPointerSize code just call getPointerSize. | Duncan Sands | 2012-10-29 | 1 | -5/+1 |
* | Add interface for querying object files for symbol values. | Tim Northover | 2012-10-29 | 4 | -0/+21 |
* | va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support. | Evgeniy Stepanov | 2012-10-29 | 2 | -0/+49 |
* | Remove TargetELFWriterInfo. | Rafael Espindola | 2012-10-28 | 2 | -127/+0 |
* | 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ... | Nadav Rotem | 2012-10-27 | 1 | -0/+3 |
* | Refactor the VectorTargetTransformInfo interface. | Nadav Rotem | 2012-10-26 | 3 | -2/+56 |
* | MCRegisterClass should be returned by const ref, not by value. | Lang Hames | 2012-10-26 | 1 | -1/+1 |
* | Remove the canCombineSubRegIndices() target hook. | Jakob Stoklund Olesen | 2012-10-26 | 1 | -12/+0 |
* | Remove LoopDependenceAnalysis. | Benjamin Kramer | 2012-10-26 | 4 | -133/+0 |
* | Remove the unneeded initializers. | Bill Wendling | 2012-10-26 | 1 | -29/+29 |