summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-09
* Don't print bundle flags.Jakob Stoklund Olesen2013-01-09
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-09
* Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin2013-01-09
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Move the string pools down into the units. No functional change.Eric Christopher2013-01-08
* Add fp128 rtlib function names to LLVMTim Northover2013-01-08
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-08
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-08
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Pack MachineOperand bitfields better.Jakob Stoklund Olesen2013-01-07
* Pack MachineInstr fields better.Jakob Stoklund Olesen2013-01-07
* Whitespace and 80-col.Eric Christopher2013-01-07
* Add more comments to what's going on here.Eric Christopher2013-01-07
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-07
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-05
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-05
* Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen2013-01-05
* Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen2013-01-05
* Add MachineRegisterInfo::moveOperands().Jakob Stoklund Olesen2013-01-05
* Move an assertion so it doesn't dereference end().Jakob Stoklund Olesen2013-01-04
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-04
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-04
* Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen2013-01-03
* DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-30
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-30
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-27
* For the dwarf5 split debug info code split out the string sectionEric Christopher2012-12-27
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-25
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Remove a special case that doesn't seem necessary any longer.Jakob Stoklund Olesen2012-12-22