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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-18
1
-1
/
+5
*
Fix the third (and last known) case of code update problems due
Chris Lattner
2010-03-16
1
-0
/
+5
*
Implement support for the case when a reference to a addr-of-bb
Chris Lattner
2010-03-15
1
-0
/
+8
*
Fix the case when a reference to an address taken BB is emitted in one
Chris Lattner
2010-03-15
1
-1
/
+3
*
MachineMove ctor doesn't need to to mutate input, add 'const'
Chris Lattner
2010-03-15
1
-1
/
+2
*
remove dead method.
Chris Lattner
2010-03-15
1
-4
/
+0
*
Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes
Duncan Sands
2010-03-14
1
-0
/
+4
*
Make default expansion for FP16 <-> FP32 nodes into libcalls
Anton Korobeynikov
2010-03-14
1
-0
/
+2
*
Add DAG nodes to represent FP16 <-> FP32 intrinsics
Anton Korobeynikov
2010-03-14
1
-0
/
+6
*
fix AsmPrinter::GetBlockAddressSymbol to always return a unique
Chris Lattner
2010-03-14
2
-2
/
+11
*
get MMI out of the label uniquing business, just go to MCContext
Chris Lattner
2010-03-14
1
-13
/
+1
*
Now that DBG_LABEL is updated, we can finally make MachineMove
Chris Lattner
2010-03-14
1
-30
/
+16
*
switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.
Chris Lattner
2010-03-14
2
-7
/
+6
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
4
-10
/
+9
*
eliminate InvalidateLabel and LabelIDList from MMI and replace
Chris Lattner
2010-03-14
1
-17
/
+3
*
use Label->isDefined() instead of isLabelDeleted() now that we
Chris Lattner
2010-03-14
1
-8
/
+0
*
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-14
4
-30
/
+24
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
2
-2
/
+2
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
3
-15
/
+22
*
add builder support for mcsymbol operands.
Chris Lattner
2010-03-13
1
-0
/
+5
*
add support for MCSymbols as operands to MachineInstrs.
Chris Lattner
2010-03-13
1
-1
/
+16
*
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-12
1
-4
/
+0
*
eliminate the X86 version of GetGlobalValueSymbol, allowing
Chris Lattner
2010-03-12
1
-1
/
+1
*
rename getSymbolForDwarf* to getExprForDwarf* since it returns
Chris Lattner
2010-03-11
1
-6
/
+8
*
Add a new jump table encoding to indicate jump tables entries
Richard Osborne
2010-03-11
1
-1
/
+5
*
The check for coalescing a virtual register to a physical register, e.g.
Evan Cheng
2010-03-11
1
-5
/
+5
*
Make sure HasDebugValue is initialized. This should fix
Dale Johannesen
2010-03-11
1
-3
/
+3
*
Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
Bill Wendling
2010-03-10
2
-24
/
+24
*
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
2
-12
/
+85
*
reapply r98035:
Chris Lattner
2010-03-09
1
-4
/
+5
*
Speculatively revert r98035. It appears to have caused a set of buildbot
Eric Christopher
2010-03-09
1
-5
/
+4
*
Now that setStartLabel takes an MCSymbol, we can de-ID'ize
Chris Lattner
2010-03-09
1
-4
/
+5
*
strength reduce MMI::MappedLabel to MMI::isLabelDeleted,
Chris Lattner
2010-03-09
1
-5
/
+6
*
inline RemapLabel into its only caller and simplify.
Chris Lattner
2010-03-09
1
-11
/
+3
*
move .set generation out of DwarfPrinter into AsmPrinter and
Chris Lattner
2010-03-08
1
-0
/
+8
*
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
1
-3
/
+13
*
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-04
1
-1
/
+0
*
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
1
-42
/
+1
*
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
1
-0
/
+65
*
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
1
-62
/
+0
*
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
1
-0
/
+62
*
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
2010-03-03
1
-0
/
+8
*
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
1
-4
/
+7
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-0
/
+1
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
1
-9
/
+8
*
Ordering forward declarations.
Evan Cheng
2010-03-03
1
-3
/
+3
*
remove 300 lines of code that is now dead in the MSP430 backend
Chris Lattner
2010-03-02
1
-2
/
+2
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-1
/
+2
*
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
1
-4
/
+4
*
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
1
-0
/
+6
[next]