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
*
Fix use of declaration inside case block
Anton Korobeynikov
2007-08-29
1
-1
/
+2
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
3
-213
/
+252
*
Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)
Anton Korobeynikov
2007-08-29
1
-1
/
+13
*
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
6
-88
/
+80
*
update these
Chris Lattner
2007-08-29
2
-2
/
+2
*
Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by
Dan Gohman
2007-08-28
2
-1
/
+77
*
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
2
-44
/
+46
*
Added method to get Mips register numbers
Bruno Cardoso Lopes
2007-08-28
3
-61
/
+113
*
Changed stack allocation On LowerFORMAL_ARGUMENTS.
Bruno Cardoso Lopes
2007-08-28
1
-20
/
+29
*
Mask directive completed with CalleeSave info
Bruno Cardoso Lopes
2007-08-28
2
-73
/
+111
*
Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS
Bruno Cardoso Lopes
2007-08-28
1
-3
/
+53
*
Cut off crazy computation. This helps PR1622 slightly.
Chris Lattner
2007-08-28
1
-0
/
+4
*
Use simpler test to filter loops.
Devang Patel
2007-08-27
1
-14
/
+3
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
9
-31
/
+9
*
Add a comment about using libc memset/memcpy or generating inline code.
Rafael Espindola
2007-08-27
1
-2
/
+5
*
Make DAGCombiner's global alias analysis query more precise in the case
Dan Gohman
2007-08-27
1
-2
/
+3
*
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
1
-12
/
+25
*
Change comments to refer to @malloc and @free instead of %malloc and %free.
Dan Gohman
2007-08-27
1
-3
/
+3
*
There is an impedance matching problem between LLVM and
Duncan Sands
2007-08-27
2
-6
/
+19
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
2
-10
/
+11
*
call libc memcpy/memset if array size is bigger then threshold.
Rafael Espindola
2007-08-27
1
-4
/
+4
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
1
-3
/
+6
*
Don't DSe volatile stores.
Owen Anderson
2007-08-26
1
-18
/
+25
*
Revise per review comments.
Dale Johannesen
2007-08-26
2
-2
/
+2
*
Add APFloat interface to ConstantFPSDNode. Change
Dale Johannesen
2007-08-25
2
-13
/
+8
*
Move exit condition and exit branch from exiting block into loop header and d...
Devang Patel
2007-08-25
1
-0
/
+155
*
Constant split values needs upper bound and lower bound check, just like any ...
Devang Patel
2007-08-25
1
-6
/
+0
*
Allow target constants to be illegal types. The target should
Chris Lattner
2007-08-25
1
-0
/
+5
*
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-25
1
-36
/
+231
*
Teach the dag scheduler to handle inline asm nodes with multi-value immediate...
Chris Lattner
2007-08-25
1
-8
/
+9
*
The personality function might need to be declared as:
Bill Wendling
2007-08-25
1
-5
/
+18
*
rename isOperandValidForConstraint to LowerAsmOperandForConstraint,
Chris Lattner
2007-08-25
6
-53
/
+85
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
3
-12
/
+23
*
Use APFloat internally for ConstantFPSDNode.
Dale Johannesen
2007-08-24
1
-1
/
+1
*
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-24
1
-2
/
+5
*
Fix regression that I caused yesterday night while adding logic to select app...
Devang Patel
2007-08-24
1
-2
/
+2
*
Disable EH generation until PPC works 100%.
Chris Lattner
2007-08-24
1
-1
/
+1
*
add a note
Chris Lattner
2007-08-24
1
-0
/
+14
*
It is not safe to execute split condition's true branch first all the time. I...
Devang Patel
2007-08-24
1
-5
/
+35
*
Reject ICMP_NE as index split condition.
Devang Patel
2007-08-24
1
-0
/
+3
*
Tightenup loop filter.
Devang Patel
2007-08-24
1
-2
/
+22
*
Remove incomplete cost analysis.
Devang Patel
2007-08-24
1
-40
/
+3
*
Revised per review feedback from previous patch.
Dale Johannesen
2007-08-24
2
-56
/
+24
*
silence some warnings in an optimized build.
Chris Lattner
2007-08-24
1
-11
/
+8
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
2
-34
/
+220
*
add some notes on really poor codegen.
Chris Lattner
2007-08-23
1
-0
/
+44
*
new example
Chris Lattner
2007-08-23
1
-0
/
+17
*
Perform correct codegen for eh_dwarf_cfa intrinsic.
Anton Korobeynikov
2007-08-23
1
-2
/
+10
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
3
-5
/
+6
*
Remove dead code.
Devang Patel
2007-08-22
1
-5
/
+0
[next]