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
/
CodeGen
/
SelectionDAG
/
InstrEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LiveVariables should clear kill / dead markers first. This allows us to remov...
Evan Cheng
2010-03-26
1
-3
/
+1
*
fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when
Chris Lattner
2010-03-25
1
-2
/
+3
*
Make the NDEBUG assertion stronger and more clear what is
Chris Lattner
2010-03-25
1
-5
/
+20
*
reapply 99444/99445, which I speculatively reverted in
Chris Lattner
2010-03-25
1
-77
/
+82
*
Change how dbg_value sdnodes are converted into machine instructions. Their p...
Evan Cheng
2010-03-25
1
-60
/
+39
*
revert 99444/99445. This doesn't cause the failure of
Chris Lattner
2010-03-24
1
-82
/
+77
*
remove dead argument.
Chris Lattner
2010-03-24
1
-2
/
+1
*
split EmitNode in half to reduce indentation.
Chris Lattner
2010-03-24
1
-77
/
+83
*
Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.
Evan Cheng
2010-03-14
1
-1
/
+1
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
1
-0
/
+7
*
Cosmetic: lengthen names and improve comments.
Dale Johannesen
2010-03-10
1
-3
/
+3
*
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
1
-13
/
+34
*
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
1
-0
/
+51
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-14
/
+14
*
Trim unneeded includes.
Evan Cheng
2010-01-21
1
-1
/
+0
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
1
-1
/
+2
*
Fix a typo in a comment.
Dan Gohman
2009-11-16
1
-1
/
+1
*
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
1
-1
/
+5
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
1
-0
/
+2
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
1
-1
/
+1
*
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-28
1
-0
/
+2
*
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman
2009-10-10
1
-0
/
+693