summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add XOP Intrinsics and testsJan Sjödin2012-01-11
* Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...Andrew Trick2012-01-11
* Detect when a value is undefined on an edge to a landing pad.Jakob Stoklund Olesen2012-01-11
* Exclusively use SplitAnalysis::getLastSplitPoint().Jakob Stoklund Olesen2012-01-11
* If the global variable is removed by the linker, then don't constant merge itBill Wendling2012-01-11
* Let asm parser query asm syntax dialect.Devang Patel2012-01-10
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-10
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Enable LSR IV Chains with sufficient heuristics.Andrew Trick2012-01-10
* Remove the logging streamer.Rafael Espindola2012-01-10
* Split AsmParser into two components - AsmParser and AsmParserVariantDevang Patel2012-01-09
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Make clever use of alignment and padding to shrink GlobalValue.Benjamin Kramer2012-01-07
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-07
* Port the trick to skip the check for empty buckets from StringMap to DenseMap.Benjamin Kramer2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-07
* Extended replaceCongruentPhis to handle mixed phi types.Andrew Trick2012-01-07
* Expose isNonConstantNegative to users of ScalarEvolution.Andrew Trick2012-01-07
* Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...Andrew Trick2012-01-06
* Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.Benjamin Kramer2012-01-05
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-05
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* allow clients of SmallSet to specify their own comparison function for the set.Chris Lattner2012-01-05
* comment cleanupAndrew Trick2012-01-05
* Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen2012-01-05
* Generalize isSafeToSpeculativelyExecute to work on arbitraryDan Gohman2012-01-04
* Simplify more DenseMap.find users.Benjamin Kramer2012-01-04
* StringMap.find never points to an empty bucket or tombstone, skip the check.Benjamin Kramer2012-01-04
* Simplify code. No functionality change.Benjamin Kramer2012-01-04
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* generalize LLVMContext::emitError to take a twine instead of a StringRef.Chris Lattner2012-01-03
* Fix for PR11652: assertion failures when Type.cpp is compiled with -OsStepan Dyatkovskiy2012-01-03
* Type: replaced usage of ID with getTypeID().Stepan Dyatkovskiy2012-01-03
* PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...Benjamin Kramer2012-01-01
* PatternMatch: Simplify code by reusing the Operator class.Benjamin Kramer2012-01-01
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Fix grammar error noticed by Duncan.Rafael Espindola2011-12-29
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-28
* Switch StringMap from an array of structures to a structure of arrays.Benjamin Kramer2011-12-27
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Define trivial destructor inline.Rafael Espindola2011-12-24
* Make GetRelocType pure virtual.Rafael Espindola2011-12-24
* When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang2011-12-23