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
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
2
-3
/
+5
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
2
-5
/
+3
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+3
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
6
-30
/
+32
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-8
/
+8
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-4
/
+4
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
4
-51
/
+56
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
5
-33
/
+37
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
6
-146
/
+218
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-1
/
+1
*
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
Jim Grosbach
2010-10-05
9
-4
/
+4
*
Remove unneeded header
Jim Grosbach
2010-10-04
1
-1
/
+0
*
Wind these directories back too. File adds and removes are properly represented
Nick Lewycky
2010-10-02
8
-0
/
+180
*
Continue reverting r115363.
Nick Lewycky
2010-10-02
6
-0
/
+379
*
Revert patches r115363 r115367 r115391 due to build breakage:
Nick Lewycky
2010-10-02
8
-558
/
+1
*
Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who
Jim Grosbach
2010-10-02
1
-2
/
+0
*
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
Jim Grosbach
2010-10-01
6
-2
/
+2
*
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
Jim Grosbach
2010-10-01
3
-1
/
+1
*
Clean up asm writer usage for x86 and msp430 to flag that the writer should
Jim Grosbach
2010-09-30
2
-2
/
+1
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-2
/
+0
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-4
/
+4
*
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
1
-2
/
+1
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-4
/
+5
*
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-21
1
-4
/
+6
*
CMake: Fix MSVS build. Although I don't know why this didn't break other buil...
Michael J. Spencer
2010-09-12
1
-1
/
+1
*
zap dead code.
Chris Lattner
2010-09-04
1
-9
/
+0
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
2
-9
/
+6
*
tyops
Gabor Greif
2010-08-23
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
fix constness warnings
Gabor Greif
2010-07-23
1
-1
/
+2
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
1
-1
/
+1
*
Constify some arguments.
Eric Christopher
2010-07-20
2
-2
/
+2
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-25
/
+0
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-1
/
+1
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-3
/
+4
*
Remove two other uses of ATTRIBUTE_UNUSED for variables only used within
Chandler Carruth
2010-07-11
1
-2
/
+2
*
Replace copyRegToReg with copyPhysReg for MSP430.
Jakob Stoklund Olesen
2010-07-11
2
-25
/
+17
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-3
/
+9
*
Propagate debug loc.
Devang Patel
2010-07-06
2
-3
/
+5
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-9
/
+16
*
Revert r107655.
Dan Gohman
2010-07-06
1
-16
/
+9
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-9
/
+16
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
2
-3
/
+3
*
fix breakage from r98938 by correctly marking msp430 calls as variadic.
Chris Lattner
2010-06-24
1
-1
/
+1
*
Remove isTwoAddress from MSP430.
Eric Christopher
2010-06-21
1
-219
/
+219
[next]