summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer2012-01-15
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Add TRI::getCallPreservedMask() hook.Jakob Stoklund Olesen2012-01-14
* Fixed comment. Thanks Duncan!Pete Cooper2012-01-13
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* whitespaceAndrew Trick2012-01-13
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-13
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-13
* Added MVT::v2f16Pete Cooper2012-01-12
* Allow targets to select source order pre-RA scheduler.Evan Cheng2012-01-12
* Move Sched::Preference out of TargetMachine.h where it is not referenced.Evan Cheng2012-01-12
* Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...Eli Friedman2012-01-11
* 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