summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Partition use lists so defs always come before uses.Jakob Stoklund Olesen2012-08-09
* Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen2012-08-09
* Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-09
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-09
* Fix a future TwoAddressInstructionPass crash.Jakob Stoklund Olesen2012-08-09
* Don't modify MO while use_iterator is still pointing to it.Jakob Stoklund Olesen2012-08-09
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-09
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-09
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-08-09
* Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly Nadav Rotem2012-08-09
* This field isn't used anymore, use it with HWEncoding instead.Eric Christopher2012-08-09
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Don't use getNextOperandForReg().Jakob Stoklund Olesen2012-08-08
* Don't use getNextOperandForReg() in RAFast.Jakob Stoklund Olesen2012-08-08
* Deal with irreducible control flow when building traces.Jakob Stoklund Olesen2012-08-08
* Heed -stress-early-ifcvt.Jakob Stoklund Olesen2012-08-08
* Get the MispredictPenalty from MCSchedModel.Jakob Stoklund Olesen2012-08-08
* Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.Rafael Espindola2012-08-08
* Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov2012-08-08
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-08
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-08
* Minor cleanup of defaultDefLatency APIAndrew Trick2012-08-08
* whitespaceAndrew Trick2012-08-08
* isAllocLikeFn is allowed to return true for functions which read memory; makeEli Friedman2012-08-08
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-08
* X86: enable CSE between CMP and SUBManman Ren2012-08-08
* Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen2012-08-08
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-08
* Avoid recomputing the unique exit blocks and their insert points when doingDan Gohman2012-08-08
* Skip tied operand pairs that already have the same register.Jakob Stoklund Olesen2012-08-07
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-07
* Fix a serious typo in InstCombine's optimization of comparisons.Bob Wilson2012-08-07
* X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng2012-08-07
* For non-Darwin platforms, we want to generate stack protectors only forBill Wendling2012-08-07
* Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen2012-08-07
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-07
* Fix a couple of typos.Jakob Stoklund Olesen2012-08-07
* Add trace accessor methods, implement primitive if-conversion heuristic.Jakob Stoklund Olesen2012-08-07
* The dominance computation already has logic for computing if an edge dominatesRafael Espindola2012-08-07
* Add a comment about mftb vs. mfspr on PPC.Hal Finkel2012-08-07
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-07
* PR13095: Give an inline cost bonus to functions using byval arguments.Benjamin Kramer2012-08-07
* Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth2012-08-07
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-07
* MachineCSE: Update the heuristics for isProfitableToCSE.Manman Ren2012-08-07
* Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling2012-08-07
* The define for 64 bit sign extension neglected to Jack Carter2012-08-07
* Constify the Type parameter to some methods (which are const anyway).Bill Wendling2012-08-07
* Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick2012-08-07
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-07