summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon
Commit message (Expand)AuthorAge
...
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Correct word hyphenationsAlp Toker2013-12-05
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Remove leftovers from a non-MC asm printer.Rafael Espindola2013-12-02
* Remove #if 0 declarations.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Remove dead declarations.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-13
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-28
* Hexagon: Remove global state.Benjamin Kramer2013-10-27
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-20
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-15
* Rename variables for consistency.Eli Friedman2013-09-11
* Fix unused variables.Eli Friedman2013-09-10
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* Remove use of forbidden 'iostream' header.Bill Wendling2013-08-21
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Refactor isInTailCallPosition handlingTim Northover2013-08-06
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Fix a memory leak in the hexagon scheduler. We call initialize here moreChandler Carruth2013-07-27
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* Hexagon: Avoid unused variable warnings in Release builds.Benjamin Kramer2013-07-02
* Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...Richard Trieu2013-07-01
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-28
* Fix broken asserts that never fire.Richard Trieu2013-06-28
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31