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
*
Fix cmp emission on msp430: we definitely should turn stuff like
Anton Korobeynikov
2010-01-15
2
-25
/
+27
*
Remove pseudo-MI in custom inserter.
Anton Korobeynikov
2010-01-14
1
-0
/
+1
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-34
/
+33
*
Mark variable used by 'assert' as 'unused'.
Bill Wendling
2009-12-28
1
-2
/
+2
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Mark FPW as allocable when frame address is taken.
Anton Korobeynikov
2009-12-21
1
-5
/
+43
*
Pass the error string directly to llvm_unreachable instead of the residual
John McCall
2009-12-18
1
-1
/
+1
*
Do not allow uninitialize access during debug printing
Anton Korobeynikov
2009-12-13
1
-2
/
+2
*
Implement variable-width shifts.
Anton Korobeynikov
2009-12-12
3
-7
/
+170
*
Lower setcc branchless, if this is profitable.
Anton Korobeynikov
2009-12-11
2
-2
/
+86
*
Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...
Anton Korobeynikov
2009-12-08
1
-1
/
+65
*
Some pretty-printing
Anton Korobeynikov
2009-12-07
1
-0
/
+1
*
Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...
Anton Korobeynikov
2009-12-07
3
-1
/
+65
*
Initial codegen support for MSP430 ISRs
Anton Korobeynikov
2009-12-07
4
-8
/
+54
*
Add ability to select hw multiplier mode and select appropriate libcalls.
Anton Korobeynikov
2009-12-07
1
-0
/
+29
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
2
-12
/
+0
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
2
-5
/
+5
*
Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...
Anton Korobeynikov
2009-11-22
1
-0
/
+8
*
Drop unsupported imm operands
Anton Korobeynikov
2009-11-22
1
-31
/
+0
*
Use 2-byte alignment for functions. 4 bytes are clear overkill here.
Anton Korobeynikov
2009-11-22
1
-1
/
+1
*
Use semicolon as assembler comment string
Anton Korobeynikov
2009-11-22
1
-0
/
+1
*
Update for new getBlockAddress signature.
Dan Gohman
2009-11-20
1
-2
/
+2
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-1
/
+1
*
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-11-12
1
-1
/
+1
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
2
-3
/
+3
*
Set isBarrier = 1 on return instructions, as they are control barriers.
Dan Gohman
2009-11-11
1
-1
/
+1
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!
Anton Korobeynikov
2009-11-08
1
-1
/
+31
*
Move OR patterns upper to all logical stuff. No functionality change.
Anton Korobeynikov
2009-11-08
1
-56
/
+56
*
Some nice peephole patterns. Based on patch by Brian Lucas!
Anton Korobeynikov
2009-11-08
1
-0
/
+7
*
Print tab before operand of jcc
Anton Korobeynikov
2009-11-08
1
-1
/
+1
*
Fix invalid operand updates & implement post-inc memory operands
Anton Korobeynikov
2009-11-08
2
-16
/
+94
*
indicate what the native integer types for the target are.
Chris Lattner
2009-11-07
1
-1
/
+1
*
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
3
-11
/
+87
*
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
4
-4
/
+97
*
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
1
-0
/
+11
*
Add few pseudo-source-values
Anton Korobeynikov
2009-11-07
1
-4
/
+20
*
Initial support for addrmode handling. Tests by Brian Lucas!
Anton Korobeynikov
2009-11-07
3
-68
/
+239
*
Some preliminary variable asmprinting
Anton Korobeynikov
2009-11-07
3
-7
/
+92
*
Use '.L' for global private prefix (as mspgcc)
Anton Korobeynikov
2009-11-07
1
-0
/
+1
*
Drop old asmprinter stuff
Anton Korobeynikov
2009-11-07
3
-17
/
+20
*
Factor out the printing of the leading tab into printInlineAsm.
Dan Gohman
2009-11-06
1
-1
/
+0
*
Remove uninteresting and confusing debug output.
Dan Gohman
2009-11-05
1
-2
/
+0
*
Print out an informative comment for KILL instructions.
Jakob Stoklund Olesen
2009-11-04
1
-0
/
+1
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
1
-1
/
+1
*
Update CMake files.
Ted Kremenek
2009-10-26
1
-1
/
+1
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Shift art to the right to keep GCC from complaining about multi-line comments.
Benjamin Kramer
2009-10-22
1
-14
/
+14
*
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-22
1
-19
/
+149
[next]