index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-04
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
4
-5
/
+35
2013-04-03
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
5
-5
/
+34
2013-04-02
Add 64-bit load and store instructions.
Jakob Stoklund Olesen
1
-0
/
+68
2013-04-02
Basic 64-bit ALU operations.
Jakob Stoklund Olesen
1
-0
/
+38
2013-04-02
Materialize 64-bit immediates.
Jakob Stoklund Olesen
1
-0
/
+88
2013-04-02
Add 64-bit shift instructions.
Jakob Stoklund Olesen
3
-0
/
+86
2013-04-02
Add predicates for distinguishing 32-bit and 64-bit modes.
Jakob Stoklund Olesen
1
-0
/
+6
2013-04-02
Add support for 64-bit calling convention.
Jakob Stoklund Olesen
3
-11
/
+115
2013-04-02
Add an I64Regs register class for 64-bit registers.
Jakob Stoklund Olesen
6
-11
/
+36
2013-03-24
Clean up Sparc patterns.
Jakob Stoklund Olesen
1
-5
/
+5
2013-03-24
Give Sparc instruction patterns direct types instead of register classes.
Jakob Stoklund Olesen
1
-81
/
+68
2013-03-23
Use direct types in Sparc def : Pat patterns.
Jakob Stoklund Olesen
1
-10
/
+10
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
1
-1
/
+2
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
1
-6
/
+3
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
4
-17
/
+20
2013-02-05
Move MRI liveouts to Sparc return instructions.
Jakob Stoklund Olesen
2
-16
/
+13
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2
-14
/
+10
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
1
-0
/
+2
2013-01-23
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
1
-2
/
+3
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2
-10
/
+1
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
6
-9
/
+9
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
1
-3
/
+3
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
9
-23
/
+23
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
1
-1
/
+1
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2
-1
/
+10
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2
-10
/
+1
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2
-1
/
+10
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
4
-6
/
+6
2012-08-24
Add missing SDNP properties on the flushw node.
Jakob Stoklund Olesen
1
-1
/
+1
2012-08-06
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
1
-3
/
+0
2012-07-19
Remove tabs.
Bill Wendling
1
-4
/
+4
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
1
-3
/
+3
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
1
-1
/
+3
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
1
-0
/
+2
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
1
-3
/
+2
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
1
-7
/
+4
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2
-13
/
+13
2012-05-04
Initialize SparcInstrInfo before SparcTargetLowering.
Jakob Stoklund Olesen
2
-2
/
+3
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
1
-3
/
+3
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2
-10
/
+10
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2
-7
/
+3
2012-03-27
Prune some includes
Craig Topper
1
-1
/
+1
2012-03-22
Remove some unnecessary forward declarations.
Craig Topper
1
-2
/
+0
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
4
-5
/
+5
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
1
-3
/
+3
2012-03-11
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
1
-4
/
+4
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
1
-1
/
+1
2012-03-04
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2
-3
/
+3
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2
-4
/
+3
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2
-3
/
+4
[next]