Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / VMCore /
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Dan GohmanAdd IRBuilder code for adding !tbaa.struct metadata...
2012-09-26 Bill WendlingQuery the parameter attributes directly instead of...
2012-09-26 Bill WendlingInitial commit for the AttributesImpl class.
2012-09-26 Craig TopperReplace calls to getSizeInBits with getExtendedSizeInBi...
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-23 Nick LewyckyDon't do actual work inside an assert statement. Fixes...
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-21 Bill WendlingEncapsulate the "construct*AlignmentFromInt" functions.
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRemove more bare uses of the different Attribute enums.
2012-09-20 Bill WendlingMake the 'getAsString' function a method of the Attribu...
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-09-19 Duncan SandsAdd support for accessing an MDNode's operands via...
2012-09-19 Nadav Rotemwhitespace.
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.
next