LNT builders have picked up new SROA, disable it to get the remaining builders green...
[oota-llvm.git] / lib / VMCore /
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-13 Dan GohmanDefine an official slot for the new !tbaa.struct metada...
2012-09-13 Micah VillmowUnify the emission of the calling conventions into...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Duncan SandsWhen calling print directly on a global (eg from the...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Benjamin Kramerc bindings: revert LLVMConstInlineAsm to always use...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Emit the (new) inline asm Non-Standard...
2012-09-04 Chad Rosier[ms-inline asm] Add the inline assembly dialect, AsmDia...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-31 Bill WendlingMove the GCOVFormat enums into their own namespace...
2012-08-30 NAKAMURA TakumiApply "/Og-" also to MSC15(aka VS9) on VMCore/Function...
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Rafael EspindolaAssert that dominates is not given a multiple edge...
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-15 Nick LewyckyFix a typo that led to a failure to correctly verify...
2012-08-14 Eric ChristopherTypo.
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-10 Rafael EspindolaMove BasicBlockEdge to the cpp file. No functionality...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-07 Rafael EspindolaThe dominance computation already has logic for computi...
2012-08-04 Benjamin KramerPostpone the deletion of the old name in StructType...
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-07-26 Micah VillmowAdd support for v16i32/v16i64 into the code generator...
2012-07-20 Chandler CarruthFix a dangling StringRef bug in the auto upgrader....
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Victor OliveiraAdding some debug information to PassManager
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-16 Aaron BallmanMSVC's implementation of isalnum will assert on charact...
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Galina KistanovaFixed few warnings; trimmed empty lines.
2012-07-07 Bill WendlingUse the DebugInfo wrappers instead of mucking about...
2012-07-06 Bill WendlingPrint the name last.
2012-07-06 Bill WendlingCheck if it's a scope last, because several things...
2012-07-06 Bill WendlingAdd a print method to the ObjC property object.
2012-07-06 Bill WendlingRemove trailing comma in array initialization list.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Eric ChristopherUntabify and move a function near similar functions...
2012-07-03 Nuno LopesPHINode::hasConstantValue(): return undef if the PHI...
2012-07-03 Bill WendlingUse the DebugInfo's 'print()' method to emit the comments.
2012-07-03 Nuno Lopesimprove PHINode::hasConstantValue() to detect recursive...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Nuno Lopesmake the verifier accept @llvm.donothing as the only...
2012-06-28 Benjamin KramerDevirtualize DIScope and subclasses.
2012-06-28 Hal FinkelRefactor operation equivalence checking in BBVectorize...
2012-06-28 Bill WendlingOnly print out the tag if it's there.
2012-06-28 Bill WendlingDon't output an empty string.
2012-06-28 Bill WendlingUse the interface through DIDescriptor to get the tag...
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 NAKAMURA TakumiVMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to...
2012-06-23 Hans WennborgClean-up after r159077.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-16 Hal FinkelMove the Metadata merging methods from GVN and make...
2012-06-13 Duncan SandsWhen linearizing a multiplication, return at once if...
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
2012-06-09 Craig TopperReplace XOP vpcom intrinsics with fewer intrinsics...
2012-06-03 Craig TopperSimplify the fma4 renaming code.
2012-06-03 Craig TopperAutoupgrade support the rename of x86.fma4 intrinsics...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Rafael EspindolaUse dominates(Instruction, Use) in the verifier.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-28 Chris Lattnersimplify code.
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-23 Patrik HägglundFixed typo in r156905.
2012-05-23 Chris Lattnersmall refinement to r157218 to save a tiny amount of...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Manuel KlimekFix compile error.
2012-05-17 Chris LattnerGenericize the intrinsics descriptor decoding a bit...
next