summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAge
...
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, addVenkatraman Govindaraju2013-07-30
* [Sparc] Use call's debugloc for the unimp instruction.Venkatraman Govindaraju2013-07-30
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* [Sparc]: Add memory operands for the frame references in the storeRegToStackSlotVenkatraman Govindaraju2013-06-26
* 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
* [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju2013-06-08
* Remember the anyext patterns.Jakob Stoklund Olesen2013-06-07
* Add missing zextloadi1 to i64 patterns. PR16721.Jakob Stoklund Olesen2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Fix a typo in asm string of BP* family of instructions. With this fixRoman Divacky2013-06-07
* [Sparc]: Use cmp instruction instead of subcc to compare integers.Venkatraman Govindaraju2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-04
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-03
* Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju2013-06-03
* Sparc: Combine add/or/sethi instruction with restore if possible.Venkatraman Govindaraju2013-06-02
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-02
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-01
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-01
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-func...NAKAMURA Takumi2013-05-29
* [Sparc] Add support for leaf functions in sparc backend. Venkatraman Govindaraju2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Also expand 64-bit bitcasts.Jakob Stoklund Olesen2013-05-20
* Implement spill and fill of I64Regs.Jakob Stoklund Olesen2013-05-20
* Mark i64 SETCC as expand so it is turned into a SELECT_CC.Jakob Stoklund Olesen2013-05-20
* Don't use %g0 to materialize 0 directly.Jakob Stoklund Olesen2013-05-19
* Select i64 values with %icc conditions.Jakob Stoklund Olesen2013-05-19
* Add floating point selects on %xcc predicates.Jakob Stoklund Olesen2013-05-19
* Implement SPselectfcc for i64 operands.Jakob Stoklund Olesen2013-05-19
* [Sparc] Rearrange integer registers' allocation order so that register alloca...Venkatraman Govindaraju2013-05-19
* Handle i64 FrameIndex nodes in SPARC v9 mode.Jakob Stoklund Olesen2013-05-19
* [Sparc] Implements hasReservedCallFrame and hasFP.Venkatraman Govindaraju2013-05-17
* [Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s...Venkatraman Govindaraju2013-05-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-21
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-16
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-14
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-14
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-14
* Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen2013-04-14
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-14