index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate an extra copy from R1 that Nate noticed on function calls that
Chris Lattner
2005-07-28
1
-1
/
+2
*
Specify the correct number of operands
Chris Lattner
2005-07-28
1
-3
/
+3
*
Fold constant adds into loads and stores to frame indices.
Nate Begeman
2005-07-28
1
-17
/
+37
*
Fix some comments
Nate Begeman
2005-07-27
2
-4
/
+2
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
37
-912
/
+912
*
Implement the optimization for the Red Zone on Darwin. This removes the
Nate Begeman
2005-07-27
2
-4
/
+8
*
fix some warnings when compiled with 32-bit hosts
Chris Lattner
2005-07-27
1
-2
/
+2
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
49
-3750
/
+3750
*
add a note about the red zone
Chris Lattner
2005-07-26
1
-0
/
+2
*
Wrap some long lines, fix emission of weak global variables
Chris Lattner
2005-07-26
1
-8
/
+9
*
Update the PPC readme
Nate Begeman
2005-07-26
1
-6
/
+4
*
Fix an optimization put in for accessing static globals. This obviates
Nate Begeman
2005-07-25
1
-5
/
+6
*
fix compile error
Andrew Lenharth
2005-07-23
1
-1
/
+1
*
PowerPC no-pic code is not quite ready for prime-time
Chris Lattner
2005-07-22
1
-0
/
+1
*
Handle more imm forms, and load small negative i32 constants without hitting ...
Andrew Lenharth
2005-07-22
1
-2
/
+45
*
finally found the gcc defined constants
Andrew Lenharth
2005-07-22
2
-2
/
+2
*
Alpha JIT (beta)
Andrew Lenharth
2005-07-22
9
-3
/
+673
*
simpilfy instruction encoding (and make the lines way shorter, aka Misha happ...
Andrew Lenharth
2005-07-22
3
-223
/
+281
*
update interface
Andrew Lenharth
2005-07-22
6
-6
/
+6
*
Support building non-PIC
Nate Begeman
2005-07-21
8
-123
/
+179
*
revert to using 4-byte alignment for doubles, as specified by the ABI
Chris Lattner
2005-07-21
1
-1
/
+1
*
Support assembling fsqrt on darwin. This will be implemented better when
Nate Begeman
2005-07-21
1
-0
/
+9
*
Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5.
Nate Begeman
2005-07-20
5
-22
/
+54
*
Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being
Nate Begeman
2005-07-19
3
-346
/
+242
*
For: memory operations -> stores
Reid Spencer
2005-07-19
2
-0
/
+7
*
Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that
Nate Begeman
2005-07-16
1
-45
/
+20
*
Teach the register allocator that movaps is also a move instruction
Nate Begeman
2005-07-16
1
-1
/
+1
*
A couple more darwinisms
Nate Begeman
2005-07-16
1
-2
/
+5
*
Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the
Chris Lattner
2005-07-16
1
-53
/
+27
*
Get closer to fully working scalar FP in SSE regs. This gets singlesource
Nate Begeman
2005-07-15
3
-52
/
+53
*
Add support for printing the sse scalar comparison instruction mnemonics.
Nate Begeman
2005-07-14
4
-0
/
+34
*
Fixed PR#596:
John Criswell
2005-07-14
1
-2
/
+2
*
Check in the last of the darwin-specific code necessary to get shootout
Nate Begeman
2005-07-12
1
-11
/
+11
*
Remove some code that moved to the generic asm printer a long time ago.
Nate Begeman
2005-07-12
1
-84
/
+0
*
Fix povray and minor cleanups
Andrew Lenharth
2005-07-12
1
-25
/
+11
*
I don't know how this ever compiled with gcc, but VC++ correctly rejects it.
Jeff Cohen
2005-07-12
1
-1
/
+1
*
Clean up the TargetSubtarget class a bit, removing an unnecessary argument
Nate Begeman
2005-07-12
1
-1
/
+1
*
Minor changes to improve comments and fix the build on _WIN32 systems.
Chris Lattner
2005-07-12
2
-12
/
+13
*
Add a note
Chris Lattner
2005-07-12
1
-1
/
+1
*
Implement Subtarget support
Nate Begeman
2005-07-12
6
-4
/
+170
*
Commit some pending darwin changes before subtarget support.
Nate Begeman
2005-07-12
2
-11
/
+13
*
fix a warning
Chris Lattner
2005-07-11
1
-1
/
+1
*
Output .size directives to tell the assembler the size of each function.
Chris Lattner
2005-07-11
1
-0
/
+1
*
Fix crazy indentation
Chris Lattner
2005-07-11
1
-75
/
+73
*
Refactor things a bit to allow the ELF code emitter to run the X86 machine co...
Chris Lattner
2005-07-11
4
-24
/
+32
*
Remove prototype for non-existant function
Chris Lattner
2005-07-11
1
-6
/
+0
*
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
6
-38
/
+34
*
Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode
Chris Lattner
2005-07-10
6
-13
/
+14
*
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-08
4
-7
/
+95
*
clean up prolouge and epilouge
Andrew Lenharth
2005-07-07
2
-28
/
+39
[next]