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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.
Bill Wendling
2007-04-03
1
-1
/
+3
*
add missing operator
Chris Lattner
2007-04-03
1
-0
/
+4
*
add a helper function to constantint.
Chris Lattner
2007-04-03
1
-0
/
+3
*
Ugh. Copy coalescer does not update register numbers.
Evan Cheng
2007-04-02
1
-0
/
+4
*
add a helper function.
Chris Lattner
2007-04-02
1
-0
/
+3
*
add range version of insert()
Chris Lattner
2007-04-02
1
-2
/
+7
*
Remove unused methods.
Zhou Sheng
2007-04-01
1
-18
/
+0
*
For PR1297:
Reid Spencer
2007-04-01
1
-19
/
+6
*
For PR1297:
Reid Spencer
2007-04-01
1
-1
/
+1
*
For PR1297:
Reid Spencer
2007-04-01
1
-3
/
+5
*
For PR1297:
Reid Spencer
2007-04-01
2
-0
/
+7
*
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
Chris Lattner
2007-03-31
2
-1
/
+8
*
switch TL::getValueType to use MVT::getValueType.
Chris Lattner
2007-03-31
1
-1
/
+4
*
add a method to turn a type into a VT.
Chris Lattner
2007-03-31
1
-0
/
+5
*
add one addressing mode description hook to rule them all.
Chris Lattner
2007-03-30
1
-1
/
+21
*
Make sure this method just return value equal or less than Limit.
Zhou Sheng
2007-03-30
1
-1
/
+2
*
Correct typo.
Duncan Sands
2007-03-30
1
-1
/
+1
*
Rename and correct the method "greaterOrEqual".
Zhou Sheng
2007-03-30
1
-2
/
+2
*
Add two utility methods into ConstantInt.
Zhou Sheng
2007-03-30
1
-0
/
+16
*
For PR789:
Reid Spencer
2007-03-29
1
-9
/
+15
*
add a hook to demat functions.
Chris Lattner
2007-03-29
1
-0
/
+7
*
uniqueID is a uint64_t (caught by VC++)
Jeff Cohen
2007-03-29
1
-1
/
+1
*
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
1
-1
/
+3
*
Don't forget to delete the FileStatus structure on destruction of Path.
Reid Spencer
2007-03-29
1
-0
/
+1
*
For PR789:
Reid Spencer
2007-03-29
1
-4
/
+14
*
Remove isLegalAddressImmediate.
Evan Cheng
2007-03-28
1
-6
/
+0
*
Add support for integer comparison builtins.
Bill Wendling
2007-03-27
1
-0
/
+23
*
Change findRegisterUseOperand() to return operand index instead.
Evan Cheng
2007-03-26
1
-3
/
+3
*
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
Dale Johannesen
2007-03-26
1
-8
/
+8
*
Add support for the v1i64 type. This makes better code for this:
Bill Wendling
2007-03-26
1
-0
/
+1
*
Start value symbol tables out small (space for 16 elts), not huge (space for ...
Chris Lattner
2007-03-26
1
-1
/
+1
*
Compute getLowBitsSet correctly. Using the complement of a 64-bit value
Reid Spencer
2007-03-25
1
-4
/
+5
*
First step of switch lowering refactoring: perform worklist-driven
Anton Korobeynikov
2007-03-25
1
-12
/
+24
*
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-25
1
-3
/
+3
*
Fix a typo in a comment.
Reid Spencer
2007-03-25
1
-1
/
+1
*
Actually, for getHighBitsSet and getLowBitsSet, don't make a 0 bit size
Reid Spencer
2007-03-25
1
-2
/
+6
*
Make it illegal to set 0 bits in getHighBitsSet and getLowBitsSet. For that
Reid Spencer
2007-03-24
1
-0
/
+2
*
In the getBitsSet function, don't optimize for a common case that is
Reid Spencer
2007-03-24
1
-4
/
+2
*
Don't invoke undefined behavior in shifts in the functions getHighBitsSet
Reid Spencer
2007-03-24
1
-6
/
+6
*
Implement the getBitsSet function.
Reid Spencer
2007-03-24
1
-1
/
+10
*
Implement the getHighBitsSet and getLowBitsSet functions.
Reid Spencer
2007-03-24
1
-2
/
+16
*
Get the signs in the right place!
Reid Spencer
2007-03-24
1
-1
/
+1
*
Undo the last change and make this really implement remainder and not
Reid Spencer
2007-03-24
1
-4
/
+6
*
Correct the implementation of srem to be remainder, not modulus. The sign of
Reid Spencer
2007-03-24
1
-2
/
+2
*
Clean up this interface:
Reid Spencer
2007-03-24
1
-313
/
+458
*
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
2007-03-24
2
-27
/
+34
*
This is dead. DEAD I tells you!!
Bill Wendling
2007-03-23
1
-3
/
+0
*
PR1260:
Bill Wendling
2007-03-23
1
-4
/
+20
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
17
-36
/
+41
*
We generate a shufflevector instruction, so we don't need the builtin
Bill Wendling
2007-03-22
1
-7
/
+0
[next]