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
...
*
Remove unnecessary getOperand/setOperand overriders.
Devang Patel
2008-02-26
1
-11
/
+0
*
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
1
-4
/
+18
*
Unify to ReturnInst::init() member functions.
Devang Patel
2008-02-26
1
-22
/
+17
*
Fix for pr2093: direct operands aren't necessarily addresses, so don't
Eli Friedman
2008-02-26
1
-1
/
+2
*
Optimize most common case by using single RetVal in ReturnInst.
Devang Patel
2008-02-26
1
-20
/
+34
*
Correct function comments.
Arnold Schwaighofer
2008-02-26
1
-19
/
+23
*
Fix PR2096, a regression introduced with my patch last night. This
Chris Lattner
2008-02-26
1
-1
/
+1
*
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-26
6
-60
/
+70
*
De-tabify
Bill Wendling
2008-02-26
3
-6
/
+4
*
De-tabify.
Bill Wendling
2008-02-26
2
-24
/
+24
*
De-tabify.
Bill Wendling
2008-02-26
2
-9
/
+9
*
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
*
This is possible:
Evan Cheng
2008-02-26
1
-2
/
+8
*
Fix isNegatibleForFree to not return true for ConstantFP nodes
Chris Lattner
2008-02-26
1
-33
/
+47
*
Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
Evan Cheng
2008-02-26
1
-0
/
+55
*
Refactor inline asm constraint matching code out of SDIsel into TargetLowering.
Evan Cheng
2008-02-26
2
-93
/
+17
*
Remove debugging help.
Devang Patel
2008-02-26
1
-1
/
+0
*
Update bitcode reader and writer to handle multiple return values.
Devang Patel
2008-02-26
2
-18
/
+34
*
Pass const vectors by reference.
Devang Patel
2008-02-26
1
-4
/
+4
*
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
*
Make some static variables const.
Dan Gohman
2008-02-25
1
-3
/
+3
*
Convert MaskedValueIsZero and all its users to use APInt. Also add
Dan Gohman
2008-02-25
9
-70
/
+101
*
All remat'ed loads cannot be folded into two-address code. Not just argument ...
Evan Cheng
2008-02-25
1
-4
/
+4
*
Expand removal of MMX memory copies to allow 1 level
Dale Johannesen
2008-02-25
1
-39
/
+75
*
In debug builds check that the key property holds: all
Duncan Sands
2008-02-25
1
-12
/
+30
*
Correctly determine whether a argument load can be folded into its uses.
Evan Cheng
2008-02-25
1
-45
/
+52
*
Fix an issue where GVN was performing the return slot optimization when it was
Owen Anderson
2008-02-25
1
-8
/
+26
*
Temporarily reverting 46959.
Evan Cheng
2008-02-25
1
-2
/
+2
*
Fix an issue where GVN would try to use an instruction before its definition ...
Owen Anderson
2008-02-25
1
-0
/
+7
*
Add support to LegalizeTypes for building legal vectors
Duncan Sands
2008-02-24
3
-1
/
+103
*
Some platforms use the same name for 32-bit and 64-bit registers (like
Bill Wendling
2008-02-24
3
-38
/
+40
*
Backing out r47521 for now. This has broken a number of tests.
Evan Cheng
2008-02-23
2
-39
/
+18
*
Merge current work back to tree to minimize diffs and drift. Major highlights
Scott Michel
2008-02-23
9
-993
/
+1903
*
Rematerialization logic was overly conservative when it comes to loads from f...
Evan Cheng
2008-02-23
1
-20
/
+6
*
If remating a machine instr with virtual register operand, make sure the vr i...
Evan Cheng
2008-02-23
1
-2
/
+1
*
Turning on remat of pic loads.
Evan Cheng
2008-02-23
1
-1
/
+1
*
Fix a bug that caused opt and other tools to silently ignore
Dan Gohman
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
*
Properly read and write bitcodes for multiple return values.
Devang Patel
2008-02-23
2
-18
/
+39
*
Recognize loads of arguments as re-materializable first. Therefore if isReall...
Evan Cheng
2008-02-23
1
-24
/
+26
*
Regenerate.
Devang Patel
2008-02-23
2
-2
/
+2
*
Use isa check instead of getTypeID() check.
Devang Patel
2008-02-23
1
-1
/
+1
*
Fixed buffer overflow reported by Argiris Kirtzidis.
Ted Kremenek
2008-02-23
1
-1
/
+1
*
print getresult operand and its type directly.
Devang Patel
2008-02-23
1
-11
/
+1
*
Use dyn_cast instead of isa + cast.
Devang Patel
2008-02-23
1
-2
/
+2
*
Regenerate
Devang Patel
2008-02-23
3
-487
/
+447
[prev]
[next]