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
*
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
*
To support multiple return values, now ret instruction supports multiple oper...
Devang Patel
2008-02-23
4
-51
/
+68
*
Fix spill weight updating bug.
Evan Cheng
2008-02-23
1
-15
/
+27
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
19
-320
/
+323
*
Same isPhysRegAvailable bug as local register allocator.
Evan Cheng
2008-02-22
1
-1
/
+1
*
Really really bad local register allocator bug. On X86, it was never using ES...
Evan Cheng
2008-02-22
1
-1
/
+1
*
Add debugging printfs.
Evan Cheng
2008-02-22
1
-0
/
+2
*
Regenerate
Devang Patel
2008-02-22
3
-468
/
+466
*
Use SymbolicValueRef to parse getresult operand
Devang Patel
2008-02-22
1
-3
/
+2
*
Make sure reload of implicit uses are issued before remat's.
Evan Cheng
2008-02-22
1
-3
/
+15
*
Generated files for 47484.
Dale Johannesen
2008-02-22
3
-293
/
+295
*
Pass alignment on ByVal parameters, from FE, all
Dale Johannesen
2008-02-22
4
-1
/
+38
*
MMX vectors are passed 4-byte aligned.
Dale Johannesen
2008-02-22
1
-4
/
+4
*
Provide __main hooks for cygwin & mingw32
Anton Korobeynikov
2008-02-22
2
-17
/
+28
*
Fixed a typo.
Zhou Sheng
2008-02-22
1
-1
/
+1
*
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
1
-3
/
+23
*
Enable re-materialization of instructions which have virtual register operand...
Evan Cheng
2008-02-22
2
-39
/
+187
*
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
1
-1
/
+25
*
Print getresult instruction properly.
Devang Patel
2008-02-22
1
-0
/
+13
[next]