summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some odd whitespace and formatting errors while makingEric Christopher2015-05-181-35/+23
* Extract the load/store type verification to a separate function.Filipe Cabecinhas2015-05-181-0/+4
* [Verifier] Assert gc_relocate always return a pointer type Chen Li2015-05-181-2/+12
* While in GlobalValue fix the function(s) that don't follow theEric Christopher2015-05-152-5/+5
* Add a speculative execution passJingyue Wu2015-05-151-0/+8
* [opaque pointer type] Use GlobalVariable::getValueType rather than accessing ...David Blaikie2015-05-131-1/+1
* [Safepoints][Verifier] Fix a tautological Assert.Sanjoy Das2015-05-131-1/+1
* [opaque pointer type] Constant Folding: Use GEPOperator to access the pointee...David Blaikie2015-05-131-2/+2
* [opaque pointer type] Pass the explicit function type down to the instruction...David Blaikie2015-05-131-3/+4
* Add function entry count metadata.Diego Novillo2015-05-133-0/+62
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-122-40/+64
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+2
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-121-1/+1
* Rename variables in gc_relocate related functions to follow LLVM's naming con...Sanjoy Das2015-05-111-8/+8
* Simplify a return expression and an access to an alloca's allocated typeDavid Blaikie2015-05-111-3/+3
* [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...Sanjoy Das2015-05-111-4/+2
* AVX-512: Changed CC parameter in "cmp" intrinsicElena Demikhovsky2015-05-111-89/+0
* Revert r236912.Quentin Colombet2015-05-091-4/+4
* [opaque pointer type] Cleanup a few references to pointee types using nearby ...David Blaikie2015-05-081-4/+4
* Replace branch-to-unreachable with assertion.David Blaikie2015-05-081-4/+2
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-082-8/+33
* [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.David Blaikie2015-05-085-19/+53
* Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...David Blaikie2015-05-073-12/+34
* AVX-512: Added all forms of FP compare instructions for KNL and SKX.Elena Demikhovsky2015-05-071-23/+0
* Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...David Blaikie2015-05-063-34/+12
* Let llc and opt override "-target-cpu" and "-target-features" via command lineAkira Hatanaka2015-05-061-0/+13
* [IRBuilder] Add a CreateGCStatepointInvoke.Sanjoy Das2015-05-061-21/+76
* [opaque pointer type] Pass explicit pointer type through GEP constant foldingDavid Blaikie2015-05-063-12/+34
* Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...Pete Cooper2015-05-062-4/+5
* Add remove method to operate on AttrBuilder instead of AttributeSet.Pete Cooper2015-05-061-3/+76
* Remove unnecessary #ifndef NDEBUG guard around assert. NFC.Pete Cooper2015-05-061-2/+0
* Add missing dereferenceable_or_null gettersSanjoy Das2015-05-063-0/+19
* [DomTree] verifyDomTree to unconditionally perform DT verificationAdam Nemet2015-05-061-4/+4
* [IRBuilder] Fix indentation. NFC.Sanjoy Das2015-05-061-20/+19
* [Statepoint] Clean up Statepoint.h: accessor names.Sanjoy Das2015-05-062-4/+4
* [opaque pointer type] Track explicit GEP pointee type through in-memory IRDavid Blaikie2015-05-051-4/+5
* Emit comment for gc.relocate showing base and derived pointers in human reada...Igor Laevsky2015-05-051-0/+21
* [IR/Diagnostic] Assert that DebugLoc is valid before accessing.Davide Italiano2015-05-041-0/+1
* [opaque pointer type] Store the value type of an allocaDavid Blaikie2015-04-291-8/+6
* [NFC] Converting to range-based for.Chris Bieneman2015-04-291-2/+1
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-292-21/+15
* Temporarily relax a check in the debug info verifier.Adrian Prantl2015-04-291-0/+9
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-298-640/+639
* DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-04-281-5/+2
* Constfold insertelement to undef when index is out-of-boundsPawel Bylica2015-04-271-7/+14
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-3/+13
* Verifier: Function metadata attachments require a bodyDuncan P. N. Exon Smith2015-04-241-0/+13
* IR: Add Function metadata attachmentsDuncan P. N. Exon Smith2015-04-243-0/+82
* [opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType:...David Blaikie2015-04-242-17/+11
* AsmWriter: Parameterize the syntactic separator for attachmentsDuncan P. N. Exon Smith2015-04-241-8/+10
OpenPOWER on IntegriCloud