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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
6
-39
/
+36
*
MMX parameters aren't handled here yet.
Dale Johannesen
2010-09-27
1
-0
/
+3
*
Don't try to make a vector of x86mmx; this won't work,
Dale Johannesen
2010-09-27
1
-2
/
+4
*
Delete an unused function.
Dan Gohman
2010-09-27
1
-2
/
+0
*
Delete an unused declaration.
Dan Gohman
2010-09-27
1
-2
/
+0
*
Add support for viewing graphviz graphs with xdot.py.
Dan Gohman
2010-09-27
1
-0
/
+26
*
Make this code 65-bit clean.
Dan Gohman
2010-09-27
1
-1
/
+1
*
MC-COFF: Drop empty sections, and label symbols. Convert relocations
Michael J. Spencer
2010-09-27
1
-82
/
+163
*
yet more aliases.
Chris Lattner
2010-09-27
1
-0
/
+3
*
add a couple more aliases, rdar://8456378
Chris Lattner
2010-09-27
1
-0
/
+2
*
fix rdar://8470918 - llvm-mc can't assemble smovl
Chris Lattner
2010-09-27
1
-0
/
+4
*
Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.
Chris Lattner
2010-09-27
1
-5
/
+4
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
3
-2
/
+25
*
improve indentation
Chris Lattner
2010-09-27
1
-3
/
+3
*
Insert missing coherency in comment. Add a quick check for hardware
Eric Christopher
2010-09-27
1
-3
/
+7
*
Mass rename for Jim.
Eric Christopher
2010-09-27
1
-33
/
+33
*
This code should never fire on non-darwin subtargets.
Eric Christopher
2010-09-27
1
-3
/
+3
*
implement support for 'clr' alias. This is part of rdar://8416805,
Chris Lattner
2010-09-27
1
-0
/
+11
*
Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...
Lang Hames
2010-09-26
3
-9
/
+8
*
Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.
Jakob Stoklund Olesen
2010-09-25
1
-10
/
+6
*
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-25
10
-76
/
+75
*
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-25
8
-2
/
+42
*
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-25
3
-11
/
+78
*
LoadPRE was not properly checking that the load it was PRE'ing post-dominated...
Owen Anderson
2010-09-25
1
-1
/
+7
*
Fix IIC_iEXTAr itinerary class of Cortex-A9.
Evan Cheng
2010-09-25
1
-1
/
+1
*
Remove a unused instruction itinerary class.
Evan Cheng
2010-09-25
4
-4
/
+0
*
If we're changing the source of a memcpy we need to use the alignment
Eric Christopher
2010-09-25
1
-3
/
+5
*
Fix zero and sign extension instructions scheduling itineraries.
Evan Cheng
2010-09-25
5
-31
/
+45
*
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
Jakob Stoklund Olesen
2010-09-25
3
-11
/
+4
*
Remove the only use of SlotIndex::isPHI. This bit is not being set consistently
Jakob Stoklund Olesen
2010-09-25
1
-1
/
+1
*
Terminator gaps were unused. Might as well delete them.
Jakob Stoklund Olesen
2010-09-24
1
-16
/
+1
*
More pseudo instruction scheduling itinerary fixes.
Evan Cheng
2010-09-24
5
-3
/
+25
*
Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash.
John Thompson
2010-09-24
1
-0
/
+20
*
Fix scheduling itinerary for pseudo mov immediate instructions which expand i...
Evan Cheng
2010-09-24
5
-5
/
+12
*
Reapply 114678 and 114667. Reverting them did not fix the bot:
Rafael Espindola
2010-09-24
1
-2
/
+5
*
Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence.
Jim Grosbach
2010-09-24
1
-0
/
+95
*
Get rid of pop_macro warnings on MSVC.
Michael J. Spencer
2010-09-24
3
-15
/
+20
*
Enable code placement optimization pass for ARM.
Evan Cheng
2010-09-24
1
-7
/
+1
*
We can't return SSE/MMX vectors if SSE is disabled.
Dale Johannesen
2010-09-24
1
-3
/
+5
*
Revert 114678 and 114667 to see if
Rafael Espindola
2010-09-24
1
-5
/
+2
*
Attach a DebugLoc to a GC point in order to get precise information in the JI...
Nicolas Geoffray
2010-09-24
1
-6
/
+8
*
MC/AsmParser: Handle a missed case of floating literals in the lexer.
Daniel Dunbar
2010-09-24
1
-1
/
+1
*
Fix a potential null dereference bug.
Evan Cheng
2010-09-24
1
-4
/
+12
*
MC/AsmParser: Support .single and .double for embedding floating point literals.
Daniel Dunbar
2010-09-24
1
-0
/
+56
*
MC/Lexer: Add 'Real' token type for floating point literals.
Daniel Dunbar
2010-09-24
1
-5
/
+24
*
MC: Add missing ')' in diagnostic.
Daniel Dunbar
2010-09-24
1
-1
/
+1
*
Revert r114703 and r114702, removing the isConditionalMove flag from instruct...
Owen Anderson
2010-09-23
5
-10
/
+10
*
Set alignment operand for NEON VST instructions.
Bob Wilson
2010-09-23
1
-14
/
+22
*
ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion
Jim Grosbach
2010-09-23
1
-0
/
+77
*
#+4 --> #4 for consistency with other asm output
Jim Grosbach
2010-09-23
1
-2
/
+2
[next]