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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clarify a comment, thanks Duncan.
Chris Lattner
2008-01-24
1
-2
/
+3
*
Fix this buggy transformation. Two observations:
Chris Lattner
2008-01-24
1
-17
/
+8
*
The dag combiner is missing revisiting nodes that it really should, and thus ...
Chris Lattner
2008-01-24
1
-0
/
+5
*
fold fp_round(fp_round(x)) -> fp_round(x).
Chris Lattner
2008-01-24
1
-0
/
+9
*
Move some functionality for adding flags to MachineInstr's into methods on Ma...
Owen Anderson
2008-01-24
3
-107
/
+105
*
Forgot these.
Evan Cheng
2008-01-24
2
-4
/
+8
*
The last pieces needed for loading arbitrary
Duncan Sands
2008-01-23
1
-64
/
+176
*
Fix an iterator invalidation issue.
Owen Anderson
2008-01-22
1
-2
/
+8
*
Simplify SelectionDAG::getNode so that a big switch stmt is not #ifndef
Chris Lattner
2008-01-22
1
-119
/
+88
*
The final piece needed for storing arbitrary precision
Duncan Sands
2008-01-22
1
-29
/
+90
*
Clarify a deviation from the original algorithm.
Owen Anderson
2008-01-21
1
-1
/
+4
*
Improve a few comments.
Owen Anderson
2008-01-21
1
-1
/
+6
*
Move DAG-changing code out of #ifndef NDEBUG.
Dale Johannesen
2008-01-21
1
-1
/
+3
*
Do not generate a FP_ROUND of f64 to f64.
Dale Johannesen
2008-01-20
1
-3
/
+4
*
remove extraneous &'s.
Chris Lattner
2008-01-18
1
-2
/
+2
*
This commit changes:
Chris Lattner
2008-01-17
3
-22
/
+40
*
code cleanups, no functionality change.
Chris Lattner
2008-01-17
1
-7
/
+9
*
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2008-01-17
8
-114
/
+133
*
When a live virtual register is being clobbered by an implicit def, it is spi...
Evan Cheng
2008-01-17
1
-2
/
+20
*
Replace std::vector<bool> with BitVector.
Evan Cheng
2008-01-17
1
-4
/
+8
*
Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.
Evan Cheng
2008-01-16
1
-6
/
+44
*
Do not mark EH tables no-dead-strip unless the
Dale Johannesen
2008-01-16
2
-13
/
+40
*
Fix a ppc long double regression I introduced yesterday due to a
Chris Lattner
2008-01-16
1
-0
/
+1
*
merge a few pieces of code that do the store/load to stack
Chris Lattner
2008-01-16
1
-30
/
+12
*
rename ExpandBIT_CONVERT to EmitStackConvert, generalizing
Chris Lattner
2008-01-16
1
-15
/
+37
*
simplify a bunch of code by using SelectionDAG::CreateStackTemporary
Chris Lattner
2008-01-16
1
-28
/
+6
*
Change legalizeop of FP_ROUND and FP_EXTEND to not fall through
Chris Lattner
2008-01-16
1
-32
/
+55
*
Factor the ReachesChainWithoutSideEffects out of dag combiner into
Chris Lattner
2008-01-16
2
-28
/
+32
*
Fix and enable EH for x86-64 Darwin. Adds
Dale Johannesen
2008-01-15
1
-8
/
+12
*
Move some calls to getVRegDef higher in the callgraph, so they don't get exec...
Owen Anderson
2008-01-15
1
-11
/
+11
*
The type of the 'abort' node should be pointer type (because
Chris Lattner
2008-01-15
1
-1
/
+2
*
Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg...
Owen Anderson
2008-01-15
3
-35
/
+20
*
Add support for targets that have a legal ISD::TRAP.
Chris Lattner
2008-01-15
2
-4
/
+12
*
Oops. Forgot to commit this.
Evan Cheng
2008-01-15
1
-5
/
+12
*
For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed
Anton Korobeynikov
2008-01-15
3
-1
/
+26
*
ByVal stack slot alignment should be at least as large as pointer ABI alignment.
Evan Cheng
2008-01-15
1
-1
/
+3
*
don't create the post-ra scheduler unless it is enabled.
Chris Lattner
2008-01-14
2
-17
/
+8
*
remove dead #include
Chris Lattner
2008-01-14
1
-1
/
+0
*
Remove the assumption that byval has been applied to
Duncan Sands
2008-01-13
1
-12
/
+12
*
implement support for sinking a load out the bottom of a block that
Chris Lattner
2008-01-12
1
-16
/
+23
*
Simplify the side effect stuff a bit more and make licm/sinking
Chris Lattner
2008-01-10
2
-16
/
+35
*
Clamp down on sinking of lots of instructions.
Chris Lattner
2008-01-10
1
-0
/
+9
*
Output sinl for a long double FSIN node, not sin.
Duncan Sands
2008-01-10
2
-55
/
+61
*
Only remat loads from immutable stack slots.
Evan Cheng
2008-01-10
1
-2
/
+2
*
Simplify some code.
Evan Cheng
2008-01-10
1
-8
/
+2
*
Don't use LiveVariables::VarInfo::DefInst.
Owen Anderson
2008-01-10
1
-1
/
+8
*
Emit unused EH frames for weak definitions on Darwin,
Dale Johannesen
2008-01-10
1
-8
/
+15
*
Get rid of all uses of LiveVariables::VarInfo::DefInst in favor of the equiva...
Owen Anderson
2008-01-10
1
-58
/
+66
*
Add more comments explaining the basics of how the decision of when to rename...
Owen Anderson
2008-01-10
1
-7
/
+37
*
Get rid of the isKillInst predicate. LiveVariables already provides this inf...
Owen Anderson
2008-01-10
1
-14
/
+10
[next]