aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-141-5/+15
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-121-3/+3
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-122-1/+33
* Precompute some information about register costs.Jakob Stoklund Olesen2013-01-121-2/+22
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-111-1/+25
* Remove some accidentaly duplicated code. This needs urgent cleanup :(Benjamin Kramer2013-01-111-270/+0
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-1110-992/+1301
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-111-12/+21
* For inline asm:Eric Christopher2013-01-113-4/+18
* Follow-up typo correction from building the wrong branch.Andrew Trick2013-01-111-2/+2
* Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick2013-01-111-2/+2
* Simplify writing floating types to assembly.Tim Northover2013-01-111-74/+32
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-101-2/+3
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-101-1/+1
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-101-0/+1
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-101-7/+5
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-103-20/+34
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-091-0/+5
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-091-12/+18
* Don't print bundle flags.Jakob Stoklund Olesen2013-01-091-1/+2
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-091-10/+5
* Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin2013-01-091-1/+1
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-096-337/+367
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-094-8/+8
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-10/+2
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-093-5/+5
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-095-25/+23
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-091-0/+5
* Move the string pools down into the units. No functional change.Eric Christopher2013-01-082-22/+14
* Add fp128 rtlib function names to LLVMTim Northover2013-01-082-18/+138
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-081-9/+12
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-082-21/+21
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-2/+1
* Pack MachineOperand bitfields better.Jakob Stoklund Olesen2013-01-071-1/+1
* Pack MachineInstr fields better.Jakob Stoklund Olesen2013-01-071-5/+3
* Whitespace and 80-col.Eric Christopher2013-01-073-5/+6
* Add more comments to what's going on here.Eric Christopher2013-01-071-1/+3
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-075-6/+63
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-072-2/+2
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-071-1/+1
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+3
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-073-3/+3
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-075-0/+486
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-052-5/+9
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-051-2/+0
* Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen2013-01-053-30/+13
* Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen2013-01-052-74/+98
* Add MachineRegisterInfo::moveOperands().Jakob Stoklund Olesen2013-01-051-0/+49
* Move an assertion so it doesn't dereference end().Jakob Stoklund Olesen2013-01-041-4/+3
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-041-0/+3