summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix build on windows.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* [FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.Juergen Ributzka2014-06-13
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* R600: Drop use of cached TargetMachine in R600InstrInfo.cppTom Stellard2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* R600: Drop use of cached TargetMachine in AMDGPUInstrInfo.cppTom Stellard2014-06-13
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-13
* Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.Eric Christopher2014-06-13
* Move to a private function to initialize subtarget dependenciesEric Christopher2014-06-13
* [DWARF parser] Fix broken address ranges construction.Alexey Samsonov2014-06-12
* Have ARMSelectionDAGInfo take a DataLayout as it's argument as theEric Christopher2014-06-12
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* Move the PPCSelectionDAGInfo off the TargetMachine and onto theEric Christopher2014-06-12
* Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachineEric Christopher2014-06-12
* Move PPCTargetLowering off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Remove an extraneous this-> to access the subtarget.Eric Christopher2014-06-12
* Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.Eric Christopher2014-06-12
* Fix the scheduler's MaxObservedStall computation.Andrew Trick2014-06-12
* Move PPCJITInfo off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Remove the use of TargetMachine from PPCJITInfo and replace withEric Christopher2014-06-12
* Move PPCInstrInfo off of the target machine and onto the subtarget.Eric Christopher2014-06-12
* Try to fix the windows build.Rafael Espindola2014-06-12
* Remove TargetMachine from PPCInstrInfo and all dependencies andEric Christopher2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* GVN: Enable value forwarding for callocDuncan P. N. Exon Smith2014-06-12
* R600: Mostly remove remaining AMDIL intrinsics.Matt Arsenault2014-06-12
* Move DataLayout from the PPCTargetMachine to the subtarget.Eric Christopher2014-06-12
* Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. UseEric Christopher2014-06-12
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-12
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-12
* Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...Juergen Ributzka2014-06-12
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12
* Revert r210721 as it causes breakage in internal builds (and possibly GDB).Eli Bendersky2014-06-12
* X86: stifle GCC warningSaleem Abdulrasool2014-06-12
* Trying to fix the windows build.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* adding re-include guards into lib/Support/reg*.hArtyom Skrobov2014-06-12
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-12
* Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y))...Tom Stellard2014-06-12
* Disable the load/store optimization pass for Thumb-1.James Molloy2014-06-12
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* This removes TODO added in http://reviews.llvm.org/D3658Dinesh Dwivedi2014-06-12
* [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] 80 col corrections that should have been in r210777.Daniel Sanders2014-06-12
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12