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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update win32 VStudio project files to keep pace with recently added and delet...
Chuck Rose III
2007-08-28
4
-16
/
+27
*
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
4
-98
/
+100
*
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
*
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-08-27
4
-4
/
+4
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
13
-46
/
+76
*
Add a comment about using libc memset/memcpy or generating inline code.
Rafael Espindola
2007-08-27
1
-2
/
+5
*
Remove this test as it is too hard to fix after the
Duncan Sands
2007-08-27
1
-1621
/
+0
*
Fix this test: llvm-gcc-4.2 optimizes almost everything away,
Duncan Sands
2007-08-27
1
-2
/
+2
*
Make DAGCombiner's global alias analysis query more precise in the case
Dan Gohman
2007-08-27
1
-2
/
+3
*
Now that we don't output cleanups by default, the action
Duncan Sands
2007-08-27
1
-1
/
+1
*
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
6
-12
/
+62
*
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
4
-31
/
+85
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
12
-26
/
+27
*
call libc memcpy/memset if array size is bigger then threshold.
Rafael Espindola
2007-08-27
2
-18
/
+20
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
2
-3
/
+53
*
Don't DSe volatile stores.
Owen Anderson
2007-08-26
1
-18
/
+25
*
Revise per review comments.
Dale Johannesen
2007-08-26
3
-5
/
+5
*
Add APFloat interface to ConstantFPSDNode. Change
Dale Johannesen
2007-08-25
3
-16
/
+30
*
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
2
-6
/
+52
*
Allow target constants to be illegal types. The target should
Chris Lattner
2007-08-25
2
-0
/
+13
*
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-25
2
-36
/
+283
*
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
7
-59
/
+90
*
Comment out declaration of operator== (undefined).
Dale Johannesen
2007-08-25
1
-1
/
+1
*
Test
Neil Booth
2007-08-25
1
-1
/
+1
*
Add self
Neil Booth
2007-08-25
1
-0
/
+4
*
Rename llvm-gcc4 to llvm-gcc.
Tanya Lattner
2007-08-24
1
-4
/
+4
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
4
-18
/
+29
*
Use APFloat internally for ConstantFPSDNode.
Dale Johannesen
2007-08-24
2
-4
/
+5
*
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-24
3
-5
/
+9
*
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
3
-56
/
+29
*
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
4
-37
/
+245
*
Fix this testcase: there are two matches for
Duncan Sands
2007-08-23
1
-2
/
+2
*
add some notes on really poor codegen.
Chris Lattner
2007-08-23
1
-0
/
+44
[next]