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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
2
-2
/
+0
*
Reverting r43070 for now. It's causing llc test failures.
Evan Cheng
2007-10-17
1
-25
/
+0
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
3
-41
/
+21
*
Do not raise free() call that is called through invoke instruction.
Devang Patel
2007-10-17
1
-0
/
+2
*
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
2
-0
/
+2
*
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
2007-10-17
1
-0
/
+11
*
Add support for ISD::SELECT in SplitVectorOp.
Dan Gohman
2007-10-17
1
-0
/
+20
*
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-17
3
-45
/
+58
*
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-17
1
-25
/
+28
*
Apply Chris' suggestions.
Evan Cheng
2007-10-17
2
-2
/
+3
*
Change fp to sint legalization on x86-32 to do 2 x i32
Chris Lattner
2007-10-17
1
-2
/
+12
*
fix some funny indentation, add comments.
Chris Lattner
2007-10-17
1
-60
/
+61
*
One more extract_subreg coalescing bug fix.
Evan Cheng
2007-10-17
1
-1
/
+1
*
Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace
Evan Cheng
2007-10-17
1
-7
/
+57
*
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-17
1
-17
/
+19
*
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-17
1
-0
/
+36
*
Move splitBlock into DomTreeBase from DomTree.
Owen Anderson
2007-10-17
1
-82
/
+0
*
Use immediate stores.
Devang Patel
2007-10-16
1
-3
/
+25
*
Disable attempts to constant fold PPC f128.
Dale Johannesen
2007-10-16
3
-48
/
+61
*
Some clean up.
Evan Cheng
2007-10-16
1
-19
/
+10
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
2
-200
/
+6
*
Fix PR1734.
Evan Cheng
2007-10-16
1
-1
/
+1
*
Check for invalid cc's in f80 select.
Dale Johannesen
2007-10-16
1
-0
/
+2
*
Fix a bug handling frame references in ppc inline asm when the frame offset
Chris Lattner
2007-10-16
1
-24
/
+33
*
Initial infrastructure for arbitrary precision integer
Duncan Sands
2007-10-16
2
-41
/
+39
*
Fixes due to lack of type-safety for ValueType: (1) ValueType
Duncan Sands
2007-10-16
1
-3
/
+3
*
Correction to tail call optimization code. The new return address
Arnold Schwaighofer
2007-10-16
1
-11
/
+19
*
Code clean up.
Evan Cheng
2007-10-16
1
-13
/
+27
*
implement promotion of select and select_cc, allowing MallocBench/gs to
Chris Lattner
2007-10-16
1
-0
/
+19
*
Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics.
Dan Gohman
2007-10-15
1
-0
/
+45
*
Make CalcLatency() non-recursive.
Evan Cheng
2007-10-15
1
-9
/
+44
*
Change LowerFP_TO_SINT to create the specific code it needs instead of
Chris Lattner
2007-10-15
1
-4
/
+11
*
LowerFP_TO_SINT must not create a stack object if it's not needed.
Evan Cheng
2007-10-15
1
-6
/
+6
*
Add removeModuleProvider()
Devang Patel
2007-10-15
1
-0
/
+15
*
Fix PR1729: watch out for val# with no def.
Evan Cheng
2007-10-15
1
-8
/
+13
*
Move CreateStackTemporary out to SelectionDAG
Chris Lattner
2007-10-15
1
-20
/
+7
*
add a new CreateStackTemporary helper method.
Chris Lattner
2007-10-15
1
-0
/
+13
*
implement promotion of BR_CC operands, fixing bisort on ppc.
Chris Lattner
2007-10-15
1
-2
/
+65
*
updates from duncan
Chris Lattner
2007-10-15
1
-5
/
+5
*
Achieve same result but use fewer lines of code.
Devang Patel
2007-10-15
1
-8
/
+7
*
Fast-track obviously over-large and over-small exponents during decimal->
Neil Booth
2007-10-15
1
-8
/
+44
*
Fix some typos. Call getTypeToTransformTo rather than
Duncan Sands
2007-10-15
1
-14
/
+14
*
One mundane change: Change ReplaceAllUsesOfValueWith to *optionally*
Chris Lattner
2007-10-15
5
-58
/
+1595
*
One xform performed by LegalizeDAG is transformation of "store of fp" to "sto...
Chris Lattner
2007-10-15
1
-6
/
+28
*
avoid an APFloat copy.
Chris Lattner
2007-10-15
1
-1
/
+1
*
Add a (disabled by default) way to view the ID of a node.
Chris Lattner
2007-10-15
1
-0
/
+4
*
Handle PPC long double in CBackend.
Dale Johannesen
2007-10-15
1
-0
/
+9
*
remove misleading comment.
Chris Lattner
2007-10-14
1
-2
/
+1
*
If a target doesn't have HasMULHU or HasUMUL_LOHI, ExpandOp would return
Chris Lattner
2007-10-14
1
-1
/
+0
*
Consolidate logic for creating NaNs. Silence compiler warning.
Neil Booth
2007-10-14
1
-10
/
+15
[prev]
[next]