aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-07Fix a serious typo in InstCombine's optimization of comparisons.Bob Wilson
2012-08-07X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng
2012-08-07For non-Darwin platforms, we want to generate stack protectors only forBill Wendling
2012-08-07Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen
2012-08-07Enable lazy compilation in MCJITAndrew Kaylor
2012-08-07Fix a couple of typos.Jakob Stoklund Olesen
2012-08-07Remove empty directory.Eli Friedman
2012-08-07Add trace accessor methods, implement primitive if-conversion heuristic.Jakob Stoklund Olesen
2012-08-07Tidy up a bit.Jim Grosbach
2012-08-07The dominance computation already has logic for computing if an edge dominatesRafael Espindola
2012-08-07Add a comment about mftb vs. mfspr on PPC.Hal Finkel
2012-08-07Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov
2012-08-07PR13095: Give an inline cost bonus to functions using byval arguments.Benjamin Kramer
2012-08-07Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth
2012-08-07Add a much more conservative strategy for aligning branch targets.Chandler Carruth
2012-08-07MachineCSE: Update the heuristics for isProfitableToCSE.Manman Ren
2012-08-07Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling
2012-08-07The define for 64 bit sign extension neglected to Jack Carter
2012-08-07Constify the Type parameter to some methods (which are const anyway).Bill Wendling
2012-08-07Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick
2012-08-07Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter
2012-08-06The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter
2012-08-06Reduce indentation by early exiting.Bill Wendling
2012-08-06Fix typo.Jakob Stoklund Olesen
2012-08-06Add a way to grab the target options from the LTO command line.Bill Wendling
2012-08-06Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter
2012-08-06MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-08-06Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan
2012-08-06Put up warning signs around MO::getNextOperandForReg().Jakob Stoklund Olesen
2012-08-06Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky
2012-08-06Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper
2012-08-05Update test to check for r161305Craig Topper
2012-08-05Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...Craig Topper
2012-08-05Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...Craig Topper
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-08-04Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov
2012-08-04Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...Anton Korobeynikov
2012-08-04Add stack spill / reload instructions for DTriple and DQuad register classes,...Anton Korobeynikov
2012-08-04Remove extraneous ';'.Bill Wendling
2012-08-04Update cmake build.Benjamin Kramer
2012-08-04Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer
2012-08-04[CMake] add_lit_target: Remove comments about add_dependencies. It is not a b...NAKAMURA Takumi
2012-08-04llc: Try to suppress failures since r161262 .NAKAMURA Takumi
2012-08-04Delete a dead variable.Jakob Stoklund Olesen
2012-08-03TwoAddressInstructionPass refactoring: Extract another method.Jakob Stoklund Olesen
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2012-08-03TwoAddressInstructionPass refactoring: Extract a method.Jakob Stoklund Olesen
2012-08-03Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.Jakob Stoklund Olesen
2012-08-031. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka