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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set to default: x86 no longer fold and into test if it has more than one use.
Evan Cheng
2008-02-28
1
-1
/
+1
*
Sparc backend doesn't support debug info yet, mark the nodes as expand. This...
Chris Lattner
2008-02-28
1
-2
/
+6
*
Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105
Chris Lattner
2008-02-28
1
-1
/
+2
*
fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105
Chris Lattner
2008-02-28
2
-0
/
+4
*
target-indep codegen memcpy lowering issue.
Chris Lattner
2008-02-28
1
-0
/
+44
*
Add a random not very important note
Chris Lattner
2008-02-28
1
-0
/
+38
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
13
-30
/
+29
*
A few more small things I've run into.
Eli Friedman
2008-02-28
1
-3
/
+86
*
EHPreferredDataFormat hook for PPC targets. Looks like Darwin
Anton Korobeynikov
2008-02-27
2
-1
/
+30
*
Preparation step for some cleanup/generalization in EH information emission:
Anton Korobeynikov
2008-02-27
3
-1
/
+74
*
Don't hard-code the mask size to be 32, which is incorrect on ppc64
Dan Gohman
2008-02-27
1
-3
/
+5
*
This is done.
Evan Cheng
2008-02-27
1
-24
/
+0
*
Final de-tabification.
Bill Wendling
2008-02-27
7
-110
/
+109
*
Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead
Chris Lattner
2008-02-27
2
-29
/
+12
*
this code is correct but strange looking ;-)
Chris Lattner
2008-02-27
1
-2
/
+1
*
Compile x86-64-and-mask.ll into:
Chris Lattner
2008-02-27
2
-10
/
+14
*
Spiller now remove unused spill slots.
Evan Cheng
2008-02-27
1
-0
/
+2
*
Convert the last remaining users of the non-APInt form of
Dan Gohman
2008-02-27
2
-16
/
+24
*
add a note
Chris Lattner
2008-02-27
1
-0
/
+27
*
Refactor according to Evan's and Anton's suggestions.
Arnold Schwaighofer
2008-02-26
2
-10
/
+27
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
3
-3
/
+3
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
13
-37
/
+37
*
Correct function comments.
Arnold Schwaighofer
2008-02-26
1
-19
/
+23
*
De-tabify
Bill Wendling
2008-02-26
3
-6
/
+4
*
Add support for intermodule tail calls on x86/32bit with
Arnold Schwaighofer
2008-02-26
1
-12
/
+24
*
Change the lowering of arguments for tail call optimized
Arnold Schwaighofer
2008-02-26
2
-42
/
+84
*
Revert the assert for MUL_LOHI with an unused high result; Chris
Dan Gohman
2008-02-25
1
-3
/
+0
*
Revise previous patch per review.
Dale Johannesen
2008-02-25
1
-4
/
+3
*
Add an assert to verify that we don't see an
Dan Gohman
2008-02-25
1
-0
/
+3
*
Remove the hack that turned an {S,U}MUL_LOHI with an unused high
Dan Gohman
2008-02-25
1
-9
/
+0
*
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
2
-2
/
+4
*
Expand removal of MMX memory copies to allow 1 level
Dale Johannesen
2008-02-25
1
-39
/
+75
*
Some platforms use the same name for 32-bit and 64-bit registers (like
Bill Wendling
2008-02-24
2
-34
/
+36
*
Merge current work back to tree to minimize diffs and drift. Major highlights
Scott Michel
2008-02-23
9
-993
/
+1903
*
Turning on remat of pic loads.
Evan Cheng
2008-02-23
1
-1
/
+1
*
No need recognize load from a fixed argument slot as re-materializable. LiveI...
Evan Cheng
2008-02-23
1
-12
/
+0
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
2
-2
/
+2
*
MMX vectors are passed 4-byte aligned.
Dale Johannesen
2008-02-22
1
-4
/
+4
*
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
1
-3
/
+23
*
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
1
-1
/
+25
*
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-22
1
-0
/
+32
*
A few minor updates, removing implemented stuff and adding a couple of
Eli Friedman
2008-02-21
1
-83
/
+110
*
Dan implemented one multiply issue. Replace it with another. :)
Chris Lattner
2008-02-21
1
-12
/
+33
*
Atomic op support. If any gcc test uses __sync builtins, it might start fail...
Andrew Lenharth
2008-02-21
5
-6
/
+225
*
Poorly named option.
Evan Cheng
2008-02-20
2
-3
/
+4
*
Temporarily backing out r47337. It breaks a number of CBE tests.
Evan Cheng
2008-02-20
1
-5
/
+7
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
4
-9
/
+10
*
Fix code style
Anton Korobeynikov
2008-02-20
1
-17
/
+15
*
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-02-20
13
-24
/
+31
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
2
-0
/
+2
[next]