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
/
Target
/
MSP430
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence warning when building without assertions.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
2
-2
/
+2
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
3
-7
/
+4
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
3
-4
/
+9
*
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
1
-4
/
+2
*
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-16
1
-0
/
+5
*
Add explicit keywords.
Dan Gohman
2009-06-05
1
-1
/
+2
*
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-23
1
-1
/
+2
*
Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...
Anton Korobeynikov
2009-05-17
1
-0
/
+4
*
Typo
Anton Korobeynikov
2009-05-17
2
-3
/
+3
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
2
-4
/
+4
*
Add imm-reg and imm-mem patters for cmp on msp430
Anton Korobeynikov
2009-05-10
1
-0
/
+14
*
Allow 8 bit select in custom inserter
Anton Korobeynikov
2009-05-08
1
-1
/
+2
*
Expand UREM / SREM into libcalls
Anton Korobeynikov
2009-05-08
1
-0
/
+2
*
Add 8 bit select
Anton Korobeynikov
2009-05-08
1
-0
/
+4
*
Fix code emission for conditional branches.
asl
2009-05-04
1
-2
/
+0
*
Handle implicit zext in a better way. Shamelessly stolen from x86 backend.
Anton Korobeynikov
2009-05-03
1
-0
/
+16
*
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
*
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
*
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
[next]