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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r70803 for now, it causes a regression.
Argiris Kirtzidis
2009-05-03
3
-2
/
+16
*
-Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.
Argiris Kirtzidis
2009-05-03
3
-16
/
+2
*
Typo.
Evan Cheng
2009-05-03
1
-1
/
+1
*
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-05-03
8
-144
/
+427
*
Handle implicit zext in a better way. Shamelessly stolen from x86 backend.
Anton Korobeynikov
2009-05-03
1
-0
/
+16
*
Fix typo
Anton Korobeynikov
2009-05-03
1
-1
/
+1
*
Update due to mainline API change
Anton Korobeynikov
2009-05-03
5
-19
/
+29
*
Add TODO list :)
Anton Korobeynikov
2009-05-03
1
-0
/
+42
*
Make handling of conditional stuff much more straightforward
Anton Korobeynikov
2009-05-03
3
-95
/
+60
*
Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (sele...
Anton Korobeynikov
2009-05-03
1
-18
/
+82
*
Expand divisions into libcalls
Anton Korobeynikov
2009-05-03
1
-0
/
+5
*
Properly handle sdiv / udiv / srem / urem libcalls
Anton Korobeynikov
2009-05-03
2
-7
/
+15
*
Custom lower SIGN_EXTEND
Anton Korobeynikov
2009-05-03
2
-0
/
+16
*
Some eye-candy
Anton Korobeynikov
2009-05-03
3
-10
/
+11
*
Print function header / footer
Anton Korobeynikov
2009-05-03
1
-0
/
+45
*
Fix printing: je => jeq
Anton Korobeynikov
2009-05-03
1
-1
/
+1
*
Add 8bit shifts
Anton Korobeynikov
2009-05-03
4
-15
/
+28
*
Handle logical shift right (at least I hope so :) )
Anton Korobeynikov
2009-05-03
3
-4
/
+33
*
Handle anyext
Anton Korobeynikov
2009-05-03
1
-0
/
+3
*
Expand all sorts of indirect branches
Anton Korobeynikov
2009-05-03
1
-0
/
+2
*
Add InsertBranch() hook for tail mergeing
Anton Korobeynikov
2009-05-03
2
-0
/
+30
*
Implement bswap
Anton Korobeynikov
2009-05-03
1
-5
/
+4
*
Properly handle ExternalSymbol's
Anton Korobeynikov
2009-05-03
5
-1
/
+36
*
Expand muls (all mulls!) to libcalls for now
Anton Korobeynikov
2009-05-03
1
-0
/
+7
*
Proper name 16 bit libcalls
Anton Korobeynikov
2009-05-03
1
-4
/
+4
*
Add libcall expansion for 16 and 128 bit muls
Anton Korobeynikov
2009-05-03
1
-0
/
+4
*
Provide addc and subc
Anton Korobeynikov
2009-05-03
1
-0
/
+45
*
Add left shift
Anton Korobeynikov
2009-05-03
3
-5
/
+17
*
Add direct branch
Anton Korobeynikov
2009-05-03
1
-5
/
+13
*
It's error-prone to maintain two separate variants of asmprinting stuff, one ...
Anton Korobeynikov
2009-05-03
1
-104
/
+104
*
Lower select with custom inserted and make condjumps generic
Anton Korobeynikov
2009-05-03
5
-36
/
+168
*
Add first draft for conditions, conditional branches, etc
Anton Korobeynikov
2009-05-03
4
-2
/
+202
*
Hanle i8 returns
Anton Korobeynikov
2009-05-03
1
-0
/
+3
*
Small tweaking
Anton Korobeynikov
2009-05-03
2
-2
/
+6
*
Add prologue/epilogue emission. Fix frame pointer handling.
Anton Korobeynikov
2009-05-03
3
-6
/
+138
*
Add code for save/restore of callee-saved registers
Anton Korobeynikov
2009-05-03
4
-1
/
+101
*
Two more hooks for RA and FP registers
Anton Korobeynikov
2009-05-03
1
-2
/
+2
*
Proper handle loading of effective address of stack slot stuff
Anton Korobeynikov
2009-05-03
3
-14
/
+44
*
Match frame indexes
Anton Korobeynikov
2009-05-03
1
-9
/
+11
*
First draft of stack slot loads / stores lowering
Anton Korobeynikov
2009-05-03
5
-4
/
+80
*
Reverse order of memory arguments
Anton Korobeynikov
2009-05-03
3
-14
/
+14
*
Remove bogus pattern
Anton Korobeynikov
2009-05-03
1
-2
/
+0
*
Correct asmprinting of memory operands
Anton Korobeynikov
2009-05-03
2
-21
/
+25
*
Match wrapper node for address
Anton Korobeynikov
2009-05-03
1
-2
/
+17
*
Add lowering for global address nodes. Not pretty efficient though.
Anton Korobeynikov
2009-05-03
3
-1
/
+27
*
Some early full call lowering draft for direct calls
Anton Korobeynikov
2009-05-03
2
-11
/
+33
*
Add call frame setup instruction elimination and lowerid for bunch of call-re...
Anton Korobeynikov
2009-05-03
5
-11
/
+127
*
Add CALL lowering.
Anton Korobeynikov
2009-05-03
3
-4
/
+193
*
Add bunch of mem-whatever patterns
Anton Korobeynikov
2009-05-03
1
-0
/
+213
*
Add bunch of reg-mem inst patterns
Anton Korobeynikov
2009-05-03
1
-41
/
+99
[next]