summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* [x86] Begin a significant overhaul of how vector lowering is done in theChandler Carruth2014-06-27
* [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocationsUlrich Weigand2014-06-27
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-27
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-27
* Remove the caching of the target machine from SystemZTargetLowering.Eric Christopher2014-06-27
* Remove target machine caching from SystemZInstrInfo andEric Christopher2014-06-27
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* ArgumentPromotion: Propagate debug locations on calls for which arguments are...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Rename getX86ConditonCode -> getX86ConditionCodeCraig Topper2014-06-27
* Left out the NDEBUG in the previous checkin.Andrew Trick2014-06-27
* MachineScheduler: add some book-keeping to fix an assert.Andrew Trick2014-06-27
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-27
* Have MipsSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-27
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-27
* Use the target lowering we can get off of the DAG rather than offEric Christopher2014-06-27
* Fix missing newline and simplify debug printing.Matt Arsenault2014-06-27
* R600: Move load/store ReplaceNodeResults to common code.Matt Arsenault2014-06-27
* Move the constructor for NVPTXFrameLowering into the implementationEric Christopher2014-06-27
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-27
* Rework the logic for setting the TargetName. This appears toEric Christopher2014-06-27
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-27
* Remove comment that duplicated information in the constructorEric Christopher2014-06-27
* Remove commented out code.Eric Christopher2014-06-27
* Remove extraneous parens and extraneous const cast (and fix theEric Christopher2014-06-27
* Move the subtarget dependent features from the target machine toEric Christopher2014-06-27
* Remove uses and caches of the target machine and subtarget fromEric Christopher2014-06-27
* Remove caching of an unused subtarget from MSP430FrameLowering.Eric Christopher2014-06-27
* [X86] AVX512: Add vbroadcasti*Adam Nemet2014-06-27
* Remove unnecessary caching of variables by MSP430TargetLowering andEric Christopher2014-06-27
* Have MSP430SelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Move all of the hexagon subtarget dependent variables from the targetEric Christopher2014-06-27
* Have HexagonSelectionDAGInfo take a DataLayout rather than aEric Christopher2014-06-27
* Make HexagonISelLowering not dependent upon a HexagonTargetMachine,Eric Christopher2014-06-27
* Reduce indentation.Eric Christopher2014-06-27
* Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...Eric Christopher2014-06-27
* InstrItineraryData is already on the subtarget, no reason toEric Christopher2014-06-27
* [StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka2014-06-26
* [Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka2014-06-26
* [RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger uponLang Hames2014-06-26
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Move the various Subtarget dependent members down to the subtargetEric Christopher2014-06-26
* Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric Christopher2014-06-26
* Remove the storage and use of the subtarget out of the sparc frameEric Christopher2014-06-26
* GVN: Preserve invariant.load metadataArnold Schwaighofer2014-06-26
* Remove extraneous includes from the target machines.Eric Christopher2014-06-26
* Move all of the ARM subtarget features down onto the subtargetEric Christopher2014-06-26
* Move the frame lowering constructors out of line to avoid circularEric Christopher2014-06-26