aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0937-2234/+3053
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2361-11336/+12481
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0263-387/+1017
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2113-453/+437
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2943-586/+702
* Update to LLVM 3.5a.Stephen Hines2014-04-2435-365/+152
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-199-5/+31
* Revert r194865 and r194874.Alexey Samsonov2013-11-189-31/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-159-2/+31
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-131-2/+5
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-292-3/+3
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-281-1/+0
* Hexagon: Remove global state.Benjamin Kramer2013-10-271-10/+25
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-072-12/+0
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-283-3/+3
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-1/+3
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-201-4/+12
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-151-1/+1
* Rename variables for consistency.Eli Friedman2013-09-111-3/+3
* Fix unused variables.Eli Friedman2013-09-102-4/+0
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-302-6/+6
* Remove use of forbidden 'iostream' header.Bill Wendling2013-08-211-13/+11
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* Refactor isInTailCallPosition handlingTim Northover2013-08-062-0/+15
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-2/+2
* Fix a memory leak in the hexagon scheduler. We call initialize here moreChandler Carruth2013-07-271-0/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-144-11/+11
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-5/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+5
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-5/+0
* Hexagon: Avoid unused variable warnings in Release builds.Benjamin Kramer2013-07-021-6/+2
* Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...Richard Trieu2013-07-011-7/+5
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-281-2/+2
* Fix broken asserts that never fire.Richard Trieu2013-06-281-2/+2
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-3/+3
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-193-12/+12
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-162-15/+0
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-151-2/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-079-19/+25
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-2/+2
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-2/+2
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Hexagon: Typo fix.Jyotsna Verma2013-05-281-5/+5
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-255-45/+45
* Hexagon: Make helper functions static.Benjamin Kramer2013-05-232-3/+5
* Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.Jyotsna Verma2013-05-211-1/+0
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* Don't cast away constness.Benjamin Kramer2013-05-171-2/+2
* Remove dead calls to addFrameMove.Rafael Espindola2013-05-161-25/+0