aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth2012-08-071-11/+17
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-071-15/+49
* MachineCSE: Update the heuristics for isProfitableToCSE.Manman Ren2012-08-071-0/+23
* Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling2012-08-071-12/+12
* The define for 64 bit sign extension neglected to Jack Carter2012-08-071-7/+8
* Constify the Type parameter to some methods (which are const anyway).Bill Wendling2012-08-071-12/+12
* Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick2012-08-071-3/+3
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-072-0/+4
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-062-14/+10
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-064-2/+30
* MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel2012-08-061-2/+2
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-065-9/+14
* Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky2012-08-063-10/+0
* Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper2012-08-065-55/+187
* Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...Craig Topper2012-08-052-24/+2
* Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...Craig Topper2012-08-051-2/+1
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-042-1/+8
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-041-2/+8
* Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...Anton Korobeynikov2012-08-041-0/+4
* Add stack spill / reload instructions for DTriple and DQuad register classes,...Anton Korobeynikov2012-08-041-3/+43
* Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer2012-08-041-10/+20
* Delete a dead variable.Jakob Stoklund Olesen2012-08-041-12/+0
* TwoAddressInstructionPass refactoring: Extract another method.Jakob Stoklund Olesen2012-08-031-121/+134
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-032-83/+30
* TwoAddressInstructionPass refactoring: Extract a method.Jakob Stoklund Olesen2012-08-031-48/+60
* Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-08-031-0/+23
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-032-54/+269
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-032-0/+10
* Delete merged physreg copies in joinReservedPhysReg().Jakob Stoklund Olesen2012-08-031-0/+5
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-032-43/+59
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-031-1/+1
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-032-5/+2
* Fix a couple of loops that were processing unused value numbers.Jakob Stoklund Olesen2012-08-031-1/+5
* Silence unused variable warning in -asserts buildMatt Beaumont-Gay2012-08-031-0/+1
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-034-32/+2
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-032-4/+25
* Delete dead function.Jakob Stoklund Olesen2012-08-031-28/+0
* Don't delete dead code in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-08-031-104/+0
* allow 'make CPPFLAGS=<something>' work againGabor Greif2012-08-031-1/+1
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-038-18/+44
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-031-37/+56
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-031-0/+62
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-036-148/+160
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-035-0/+54
* ARM: Tidy up. Remove unused template parameters.Jim Grosbach2012-08-021-20/+16
* ARM: More InstAlias refactors to use #NAME#.Jim Grosbach2012-08-021-42/+27
* ARM: Refactor instaliases using TableGen support for #NAME#.Jim Grosbach2012-08-021-31/+23
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-022-15/+20
* TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-021-11/+21
* Compute the critical path length through a trace.Jakob Stoklund Olesen2012-08-022-5/+75