Age | Commit message (Expand) | Author |
2012-12-04 | Merging MIPS GOT changeset into 3.2 release branch. | Pawel Wodnicki |
2012-11-22 | Merging r168354: into 3.2 release branch | Pawel Wodnicki |
2012-11-21 | Reverting 168457 | Pawel Wodnicki |
2012-11-21 | Merging r168354, r168355 and r168379 into the 3.2 release branch. | Pawel Wodnicki |
2012-11-20 | Merge in PPC internal-as fixes: r167861, r167862, r167863, r167875, r167860, ... | Hal Finkel |
2012-11-16 | Merge r168037 from trunk: | Hans Wennborg |
2012-11-15 | Bugzilla bug 14357 | Guy Benyei |
2012-11-11 | Add method for replacing instructions to LibCallSimplifier | Meador Inge |
2012-11-10 | Add more functions to the target library information. | Meador Inge |
2012-11-09 | Add ARM TARGET2 relocation. The testcase will follow with actualy use-case. | Anton Korobeynikov |
2012-11-09 | Revert r167620; this can be implemented using an existing CL option. | Chad Rosier |
2012-11-09 | Add support for -mstrict-align compiler option for ARM targets. | Chad Rosier |
2012-11-08 | Add support of RTM from TSX extension | Michael Liao |
2012-11-07 | Fix up comment typo and 80-col. | Eric Christopher |
2012-11-07 | Add a relocation visitor to lib object. This works via caching relocated | Eric Christopher |
2012-11-07 | misched: Heuristics based on the machine model. | Andrew Trick |
2012-11-07 | misched: handle on-the-fly regpressure queries better for 2-addr | Andrew Trick |
2012-11-06 | Add interface for object-based JIT events. | Andrew Kaylor |
2012-11-06 | misched: TargetSchedule interface for machine resources. | Andrew Trick |
2012-11-06 | ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies. | Andrew Trick |
2012-11-05 | Refactor the getTypeLegalizationCost interface. No functionality change. | Nadav Rotem |
2012-11-05 | Add a method to indicate section address re-assignment is finished. | Andrew Kaylor |
2012-11-05 | Implement the cost of abnormal x86 instruction lowering as a table. | Nadav Rotem |
2012-11-05 | Add missing this->. Fixes pr14238. | Rafael Espindola |
2012-11-05 | PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ... | Eli Bendersky |
2012-11-03 | Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue here | Duncan Sands |
2012-11-03 | X86 CostModel: Add support for a some of the common arithmetic instructions f... | Nadav Rotem |
2012-11-02 | CostModel: add support for Vector Insert and Extract. | Nadav Rotem |
2012-11-02 | Add a cost model analysis that allows us to estimate the cost of IR-level ins... | Nadav Rotem |
2012-11-01 | OutputArg: added an index of the original argument to match the change to | Manman Ren |
2012-11-01 | Add a getAddressSpace method to the GEP instruction to mirror that of | Chandler Carruth |
2012-11-01 | Add some consistent doxygen comments for the address space helpers. | Chandler Carruth |
2012-11-01 | Normalize the API and doxygen comments for the ptrtoint instruction. | Chandler Carruth |
2012-11-01 | Remove a weird static helper from the GEP instruction and just directly | Chandler Carruth |
2012-11-01 | As I'm going to be touching several comments in this file, update the | Chandler Carruth |
2012-11-01 | Teach Type::getPointerAddressSpace to look through pointer vectors | Chandler Carruth |
2012-11-01 | Revert the majority of the next patch in the address space series: | Chandler Carruth |
2012-11-01 | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth |
2012-11-01 | Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. | Andrew Kaylor |
2012-11-01 | Generate a table-driven version of TRI::composeSubRegIndices(). | Jakob Stoklund Olesen |
2012-10-31 | Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now. | Rafael Espindola |
2012-10-31 | Fix a couple of comment typos. | Benjamin Kramer |
2012-10-31 | Add IRBuilderBase::getIntPtrTy. | Evgeniy Stepanov |
2012-10-31 | Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW... | James Molloy |
2012-10-31 | xlc supports __attribute__((aligned(x))), use it. | Rafael Espindola |
2012-10-31 | Add 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-30 | Change ForceSizeOpt attribute into MinSize attribute | Quentin Colombet |
2012-10-30 | Fix isEliminableCastPair to work correctly in the presence of pointers | Duncan Sands |