summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Extract some methods from verifyLiveIntervals.Jakob Stoklund Olesen2012-08-02
* Also verify RegUnit intervals at uses.Jakob Stoklund Olesen2012-08-01
* X86: mark GATHER instructios as mayLoadManman Ren2012-08-01
* Compute instruction heights through a trace.Jakob Stoklund Olesen2012-08-01
* ARM: Remove redundant instalias.Jim Grosbach2012-08-01
* Clean up formatting.Jim Grosbach2012-08-01
* Tidy up.Jim Grosbach2012-08-01
* Whitespace.Chad Rosier2012-08-01
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-01
* remove tabs from my previous commit.Nuno Lopes2012-08-01
* (hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes2012-08-01
* Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen2012-08-01
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-01
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-01
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-01
* Remove unused variable.Akira Hatanaka2012-08-01
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31
* Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.Akira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka2012-07-31
* Delete mips64 target machine classes. mips target machines can be used in placeAkira Hatanaka2012-07-31