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
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
8
-11
/
+11
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+0
*
Use getPreferredAlignmentLog or getPreferredAlignment
Duncan Sands
2008-01-29
2
-5
/
+3
*
RegAllocBigBlock doesn't need LiveVariables either.
Owen Anderson
2008-01-29
1
-13
/
+2
*
Properly expand extract-element for non-power-of-2 codegen
Nate Begeman
2008-01-29
1
-2
/
+3
*
Handle 'X' constraint in asm's better.
Dale Johannesen
2008-01-29
3
-21
/
+50
*
Fix PowerPC/./2007-10-18-PtrArithmetic.ll
Chris Lattner
2008-01-27
1
-7
/
+14
*
fix a crash on CodeGen/X86/vector-rem.ll
Chris Lattner
2008-01-27
1
-4
/
+6
*
Reg alloc doesn't really need LiveVariables.
Owen Anderson
2008-01-27
1
-9
/
+2
*
Implement some dag combines that allow doing fneg/fabs/fcopysign in integer
Chris Lattner
2008-01-27
1
-2
/
+79
*
For long double constants, print an approximation of their value to the .s fi...
Chris Lattner
2008-01-27
1
-2
/
+6
*
Infer alignment of loads and increase their alignment when we can tell they are
Chris Lattner
2008-01-26
1
-4
/
+33
*
Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to
Chris Lattner
2008-01-26
1
-41
/
+31
*
don't bother making x&-1 only to simplify it in dag combine. This commonly o...
Chris Lattner
2008-01-26
1
-0
/
+2
*
reduce indentation
Chris Lattner
2008-01-25
1
-42
/
+44
*
fix long lines.
Chris Lattner
2008-01-25
1
-2
/
+3
*
Add skeletal code to increase the alignment of loads and stores when
Chris Lattner
2008-01-25
1
-0
/
+38
*
move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo
Chris Lattner
2008-01-25
1
-1
/
+14
*
include alignment and volatility information in -view-*-dags output
Chris Lattner
2008-01-25
1
-3
/
+10
*
Don't dump the function!
Chris Lattner
2008-01-24
1
-2
/
+0
*
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
[next]