summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky2012-08-06
* Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper2012-08-06
* Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...Craig Topper2012-08-05
* Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...Craig Topper2012-08-05
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-04
* Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...Anton Korobeynikov2012-08-04
* Add stack spill / reload instructions for DTriple and DQuad register classes,...Anton Korobeynikov2012-08-04
* Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer2012-08-04
* Delete a dead variable.Jakob Stoklund Olesen2012-08-04
* TwoAddressInstructionPass refactoring: Extract another method.Jakob Stoklund Olesen2012-08-03
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-03
* TwoAddressInstructionPass refactoring: Extract a method.Jakob Stoklund Olesen2012-08-03
* Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-08-03
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-03
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-03
* Delete merged physreg copies in joinReservedPhysReg().Jakob Stoklund Olesen2012-08-03
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-03
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-03
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-03
* Fix a couple of loops that were processing unused value numbers.Jakob Stoklund Olesen2012-08-03
* Silence unused variable warning in -asserts buildMatt Beaumont-Gay2012-08-03
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-03
* Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen2012-08-03
* Delete dead function.Jakob Stoklund Olesen2012-08-03
* Don't delete dead code in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-08-03
* allow 'make CPPFLAGS=<something>' work againGabor Greif2012-08-03
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-03
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-03
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* ARM: Tidy up. Remove unused template parameters.Jim Grosbach2012-08-02
* ARM: More InstAlias refactors to use #NAME#.Jim Grosbach2012-08-02
* ARM: Refactor instaliases using TableGen support for #NAME#.Jim Grosbach2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-02
* Compute the critical path length through a trace.Jakob Stoklund Olesen2012-08-02
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-02
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-02
* Verify regunit intervals along with virtreg intervals.Jakob Stoklund Olesen2012-08-02
* Avoid creating dangling physreg live ranges during DCE.Jakob Stoklund Olesen2012-08-02
* Add report() functions that take a LiveInterval argument.Jakob Stoklund Olesen2012-08-02
* Implement the block_iterator of Region based on df_iterator.Hongbin Zheng2012-08-02
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-02
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-02
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02