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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typo.
Devang Patel
2011-03-03
1
-1
/
+1
*
Fix thinko in previous check-in.
Devang Patel
2011-03-03
1
-1
/
+3
*
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-03
1
-1
/
+4
*
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
2
-7
/
+13
*
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin
2011-03-03
4
-480
/
+662
*
Fix typo in comment.
Richard Osborne
2011-03-03
1
-1
/
+1
*
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
4
-8
/
+53
*
PTX: Fix Emacs renaming a symbol
Justin Holewinski
2011-03-03
1
-1
/
+1
*
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
4
-10
/
+56
*
PTX: Fix a couple of lint violations
Justin Holewinski
2011-03-03
4
-4
/
+8
*
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
4
-11
/
+78
*
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
6
-12
/
+2
*
PR9352: Always emit a relocation for weak symbols. Not emitting relocations
Eli Friedman
2011-03-03
2
-0
/
+34
*
TableGen should not ignore BX instructions for the ARM disassembler. pr9368.
Bob Wilson
2011-03-03
2
-1
/
+4
*
Add a readme entry for the redundant movw issue for pr9370.
Bob Wilson
2011-03-03
1
-0
/
+24
*
Renumber slot indexes uniformly instead of spacing according to the number of...
Jakob Stoklund Olesen
2011-03-03
1
-15
/
+1
*
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
2
-85
/
+8
*
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
3
-6
/
+5
*
Optimize SlotIndex equality tests.
Jakob Stoklund Olesen
2011-03-03
1
-2
/
+2
*
Avoid comparing invalid slot indexes.
Jakob Stoklund Olesen
2011-03-03
1
-4
/
+6
*
Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...
Jakob Stoklund Olesen
2011-03-03
3
-50
/
+42
*
Check the ASM, not LLVM IR.
Bill Wendling
2011-03-03
1
-1
/
+2
*
pr9367: Add missing predicated BLX instructions.
Bob Wilson
2011-03-03
4
-4
/
+27
*
Testcase for r126913.
Bill Wendling
2011-03-03
1
-0
/
+10
*
Change the SplitEditor interface to a single instance can be shared for multi...
Jakob Stoklund Olesen
2011-03-03
3
-41
/
+51
*
Only run the updateSSA loop when we have actually seen multiple values.
Jakob Stoklund Olesen
2011-03-03
1
-3
/
+23
*
Fix PHI handling in LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-03-03
1
-1
/
+1
*
Test case for r126864. Radar 9056407.
Stuart Hastings
2011-03-02
1
-0
/
+51
*
Avoid exponential blow-up when printing DAGs.
Bob Wilson
2011-03-02
1
-2
/
+5
*
Turn the Edit member into a pointer so it can change dynamically.
Jakob Stoklund Olesen
2011-03-02
2
-44
/
+44
*
Test case for r126672. Radar 9055247.
Stuart Hastings
2011-03-02
1
-0
/
+2
*
Fixes an assertion failure while disassembling ARM rsbs reg/reg form.
Kevin Enderby
2011-03-02
2
-0
/
+16
*
Transfer simply defined values directly without recomputing liveness and SSA.
Jakob Stoklund Olesen
2011-03-02
3
-29
/
+75
*
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-02
2
-27
/
+28
*
Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.
Renato Golin
2011-03-02
1
-1
/
+1
*
add some slice helper methods.
Chris Lattner
2011-03-02
1
-2
/
+13
*
Remove DIFactory. Patch by Devang.
Duncan Sands
2011-03-02
2
-871
/
+12
*
Can't introduce floating-point immediate constants after legalization.
Stuart Hastings
2011-03-02
1
-2
/
+6
*
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
6
-1
/
+18
*
Support for parallel compilation (/MP) when using the VS IDE.
Oscar Fuentes
2011-03-02
2
-0
/
+41
*
[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implement
David Greene
2011-03-02
9
-24
/
+163
*
ptx: fix lint and compiler warnings
Che-Liang Chiou
2011-03-02
3
-9
/
+13
*
Add 64-bit addressing to PTX backend
Che-Liang Chiou
2011-03-02
9
-44
/
+121
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
7
-82
/
+336
*
Fix some typos.
Cameron Zwarich
2011-03-02
1
-3
/
+3
*
Teach the clang attribute emitter about InheritableParamAttr.
John McCall
2011-03-02
1
-2
/
+16
*
Remove some more unused code that I missed.
Cameron Zwarich
2011-03-02
1
-19
/
+0
*
Eliminate the unused CodeGenPrepare option to split critical edges.
Cameron Zwarich
2011-03-02
3
-130
/
+3
*
Extend initial support for primitive types in PTX backend
Che-Liang Chiou
2011-03-02
19
-375
/
+1323
*
Small cleanup.
Bill Wendling
2011-03-02
1
-6
/
+11
[prev]
[next]