summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Add new InstrItinClass to support timing classes.Jyotsna Verma2014-05-085-138/+216
* [Hexagon] Add New TSFlags to be used in the upcoming patches.Jyotsna Verma2014-05-074-67/+102
* Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...Pranav Bhandarkar2014-05-012-16/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-2922-209/+208
* [C++] Use 'nullptr'.Craig Topper2014-04-286-14/+16
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-1/+1
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-8/+5
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-2515-86/+87
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-2213-16/+26
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-222-6/+7
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-213-0/+6
* Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie2014-04-212-3/+4
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-211-1/+0
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-044-10/+9
* Enable CFI on Hexagon.Krzysztof Parzyszek2014-03-181-1/+0
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-0/+2
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-5/+5
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-2/+1
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-7/+6
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-072-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-025-16/+16
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-022-10/+9
* Fix typosAlp Toker2014-02-251-3/+3
* Pass the Mangler by reference.Rafael Espindola2014-02-082-4/+5
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-081-5/+5
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-2/+2
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-282-4/+5
* Fix known typosAlp Toker2014-01-243-6/+6
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-232-5/+4
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-072-2/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-0713-70/+65
* Remove unnecessary #includes.Bill Wendling2014-01-061-1/+0
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-061-4/+1
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-051-0/+7
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-282-20/+23
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-0/+1
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-161-1/+1
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-1/+1
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-131-3/+1
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-121-1/+1
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-101-1/+1
* Correct word hyphenationsAlp Toker2013-12-055-5/+5
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* Remove dead code.Rafael Espindola2013-12-021-7/+0
* Remove leftovers from a non-MC asm printer.Rafael Espindola2013-12-022-168/+0
* Remove #if 0 declarations.Rafael Espindola2013-12-021-8/+0
OpenPOWER on IntegriCloud