summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* 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
* Fix the build of KillTheDoctor.Rafael Espindola2014-06-12
* [modules] The LLVM C API does not require C++!Richard Smith2014-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
* Move test for r210734 to Feature/aliases.ll.Bob Wilson2014-06-12
* Delete trailing whitespace.Matt Arsenault2014-06-12
* Update test case to use "not" instead of "XFAIL".Juergen Ributzka2014-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
* LangRef: clarify that global declarations can have section and alignment info.Bob Wilson2014-06-12
* [FastISel][X86] Argument lowering test caseJuergen Ributzka2014-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
* Add missing "InitializerConstant" to global variable syntax in LangRef.Bob Wilson2014-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