index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CellSPU
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-129
/
+11
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-136
/
+8
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-8
/
+8
*
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
2
-3
/
+3
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
2
-0
/
+5
*
Use the correct register class for Cell varargs spilling. This fixes all of the
Cameron Zwarich
2011-05-19
1
-1
/
+1
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
2
-8
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
2
-2
/
+2
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
2
-8
/
+8
*
Allow vector shifts (shl,lshr,ashr) on SPU.
Kalle Raiskila
2011-03-04
1
-48
/
+16
*
Allow load from constant on SPU.
Kalle Raiskila
2011-03-04
1
-1
/
+6
*
Add branch hinting for SPU.
Kalle Raiskila
2011-02-28
4
-5
/
+94
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
2
-5
/
+6
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-1
/
+1
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-1
/
+1
*
Fix vector sign extend to put the source and destination types in the
David Greene
2011-01-31
1
-3
/
+3
*
Null initialize a few variables flagged by
Ted Kremenek
2011-01-23
1
-1
/
+1
*
Allow sign-extending of i8 and i16 to i128 on SPU.
Kalle Raiskila
2011-01-20
2
-1
/
+7
*
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-18
1
-9
/
+0
*
Split up RotateShift itinerary in SPU.
Kalle Raiskila
2011-01-17
2
-38
/
+40
*
Don't crash SPU BE with memory accesses with big alignmnet.
Kalle Raiskila
2011-01-17
1
-4
/
+4
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-2
/
+2
*
Fix a thinko in 123226 that caused test failures on "other" platforms.
Kalle Raiskila
2011-01-11
1
-1
/
+1
*
Add a "nop filler" pass to SPU.
Kalle Raiskila
2011-01-11
6
-1
/
+166
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-2
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
8
-44
/
+44
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
5
-10
/
+19
*
whitespace
Andrew Trick
2010-12-24
1
-1
/
+1
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-4
/
+4
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Don't feed 19 bit immediates to ILA.
Kalle Raiskila
2010-12-17
1
-3
/
+3
*
Dont' feed ILA two inputs - it takes just one.
Kalle Raiskila
2010-12-09
1
-1
/
+1
*
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
1
-2
/
+5
*
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
2
-0
/
+25
*
Allow machine LICM to do its job on SPU.
Kalle Raiskila
2010-11-29
2
-1
/
+9
*
Add missing i128 case.
Kalle Raiskila
2010-11-29
1
-0
/
+3
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
4
-21
/
+21
*
Use i8 as SETCC result type for i1 in SPU.
Kalle Raiskila
2010-11-24
1
-4
/
+14
*
Allow for 'fcmp ogt' in SPU.
Kalle Raiskila
2010-11-24
1
-2
/
+2
*
Division by pow-of-2 is not cheap on SPU, do it with
Kalle Raiskila
2010-11-23
1
-2
/
+0
*
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-23
2
-134
/
+134
*
Fix a bug with extractelement on SPU.
Kalle Raiskila
2010-11-22
1
-1
/
+1
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
4
-12
/
+10
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
4
-21
/
+15
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
1
-2
/
+1
*
Improve code layout, mostly indentation.
Kalle Raiskila
2010-11-15
1
-166
/
+150
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
5
-224
/
+237
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
5
-27
/
+2
[next]