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
*
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
*
Add normal and trunc stores
Anton Korobeynikov
2009-05-03
3
-1
/
+30
*
Basic support for mem=>reg moves
Anton Korobeynikov
2009-05-03
4
-11
/
+115
*
Add 8-bit insts. zext behaviour is not modelled yet
Anton Korobeynikov
2009-05-03
2
-8
/
+79
*
Add 8-bit regclass and pattern for sext_inreg
Anton Korobeynikov
2009-05-03
4
-46
/
+105
*
Add pattern for OR
Anton Korobeynikov
2009-05-03
3
-2
/
+11
*
Add reg-imm variants
Anton Korobeynikov
2009-05-03
1
-2
/
+35
*
Add hint to nop
Anton Korobeynikov
2009-05-03
1
-0
/
+1
*
Add more instructions
Anton Korobeynikov
2009-05-03
1
-4
/
+38
*
Cleanup
Anton Korobeynikov
2009-05-03
1
-2
/
+1
*
Add dummy lowering for shifts
Anton Korobeynikov
2009-05-03
3
-3
/
+49
*
We don't have any div at all - thus mark it as expensive
Anton Korobeynikov
2009-05-03
1
-0
/
+5
*
We're not going to spend 100% of time in interrupts, do we? :)
Anton Korobeynikov
2009-05-03
1
-1
/
+1
*
Add simple reg-reg add.
Anton Korobeynikov
2009-05-03
1
-0
/
+14
*
gas uses lower letter for register names
Anton Korobeynikov
2009-05-03
1
-16
/
+16
*
Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...
Anton Korobeynikov
2009-05-03
7
-11
/
+97
*
Add function body printing routine
Anton Korobeynikov
2009-05-03
1
-1
/
+21
*
Add 'msp430' target triple recognizer
Anton Korobeynikov
2009-05-03
2
-4
/
+16
*
Make emit{Prologue,Epilogue}() noop for now
Anton Korobeynikov
2009-05-03
1
-2
/
+2
*
Add callee-saved regs & reg classes getter hooks
Anton Korobeynikov
2009-05-03
1
-2
/
+16
*
Add simple FP indicator for given function hook
Anton Korobeynikov
2009-05-03
1
-1
/
+3
*
Provide set of reserved registers
Anton Korobeynikov
2009-05-03
2
-5
/
+17
*
Add proper ISD::RET lowering
Anton Korobeynikov
2009-05-03
3
-0
/
+83
*
Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_A...
Anton Korobeynikov
2009-05-03
4
-0
/
+142
*
Fix register names, fix register allocation order, handle frame pointer.
Anton Korobeynikov
2009-05-03
2
-11
/
+21
*
Clearify the usage and add some debug stuff
Anton Korobeynikov
2009-05-03
1
-1
/
+49
*
Cleanup
Anton Korobeynikov
2009-05-03
1
-2
/
+1
*
Add cmake script. No idea whether it works or not :)
Anton Korobeynikov
2009-05-03
1
-0
/
+23
*
Add a note
Anton Korobeynikov
2009-05-03
1
-0
/
+1
*
Typo
Anton Korobeynikov
2009-05-03
1
-1
/
+1
*
Dummy MSP430 backend
Anton Korobeynikov
2009-05-03
21
-1
/
+995
*
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argiris Kirtzidis
2009-05-03
6
-194
/
+165
*
Revert r70645 for now; it's causing a variety of regressions.
Dan Gohman
2009-05-03
9
-52
/
+119
*
Revert r70630. Go back to appending ".b" to internal globals when shrinking
Nick Lewycky
2009-05-03
1
-4
/
+2
*
Add an svn:ignore for unittests/VMCore.
Dan Gohman
2009-05-02
0
-0
/
+0
*
Convert ScalarEvolution to use CallbackVH for its internal map. This
Dan Gohman
2009-05-02
9
-119
/
+52
*
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
Dan Gohman
2009-05-02
3
-3
/
+191
*
Include <limits.h> to get the definition of CHAR_BIT.
Dan Gohman
2009-05-02
1
-0
/
+1
*
The second argument to RecursivelyDeleteTriviallyDeadInstructions has
Dan Gohman
2009-05-02
1
-2
/
+2
*
Previously, RecursivelyDeleteDeadInstructions provided an option
Dan Gohman
2009-05-02
9
-51
/
+121
*
When ScalarEvolution is told to forget the trip count for a loop, have
Dan Gohman
2009-05-02
2
-3
/
+16
*
Tell ScalarEvolution that the loop is being deleted before actually
Dan Gohman
2009-05-02
1
-3
/
+5
*
Don't append ".b" to the names of globals that are being shrunk to booleans.
Nick Lewycky
2009-05-02
1
-2
/
+4
*
Don't split critical edges during the AddUsersIfInteresting phase
Dan Gohman
2009-05-02
1
-14
/
+1
*
Add Base.td to svn:ignore.
Dan Gohman
2009-05-02
0
-0
/
+0
*
'The attached patch fixes an issue where llc -march=cpp fails with
Chris Lattner
2009-05-01
2
-3
/
+17
[next]