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
*
Use the GCC built-in for PopulationCount when it's available, and use a faster
Owen Anderson
2007-03-01
1
-11
/
+16
*
Add a square root function.
Reid Spencer
2007-03-01
1
-0
/
+3
*
Reduce #includage by taking a method out of line.
Reid Spencer
2007-03-01
1
-4
/
+2
*
Add an IntegerType::getMask() method to get an APInt mask for the type.
Reid Spencer
2007-03-01
1
-0
/
+8
*
Clean up interface.
Evan Cheng
2007-03-01
1
-14
/
+3
*
Track all joined registers and eliminate unneeded kills after all joining are...
Evan Cheng
2007-03-01
1
-3
/
+10
*
MachineBasicBlock fields should not be public.
Evan Cheng
2007-03-01
1
-1
/
+0
*
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
2007-02-28
1
-15
/
+7
*
Provide an ICmpInst::makeConstantRange to generate a ConstantRange value
Reid Spencer
2007-02-28
1
-0
/
+6
*
For PR1205:
Reid Spencer
2007-02-28
2
-6
/
+13
*
Implement a convenience method to construct a ConstantInt directly from an
Reid Spencer
2007-02-28
1
-0
/
+4
*
For PR1205:
Reid Spencer
2007-02-28
1
-9
/
+5
*
Provide a more meaningful name.
Jim Laskey
2007-02-28
1
-1
/
+1
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+10
*
Make APInt a little more friendly to its users:
Reid Spencer
2007-02-28
1
-3
/
+30
*
More Mach-O writer improvements.
Nate Begeman
2007-02-28
1
-1
/
+2
*
add methods for analysis of call results and return nodes.
Chris Lattner
2007-02-28
1
-3
/
+11
*
add methods to analyze calls and formals.
Chris Lattner
2007-02-28
1
-1
/
+20
*
getActiveWords should return the number of words, not the index of the
Reid Spencer
2007-02-28
1
-1
/
+1
*
Make requiresRegisterScavenging determination on a per MachineFunction basis.
Evan Cheng
2007-02-28
1
-1
/
+1
*
MRegisterInfo disowns RegScavenger. It's immutable.
Evan Cheng
2007-02-28
1
-7
/
+8
*
Add some syntactic sugar.
Reid Spencer
2007-02-27
1
-0
/
+31
*
Some more code clean up.
Evan Cheng
2007-02-27
1
-5
/
+6
*
Oops.
Evan Cheng
2007-02-27
1
-3
/
+2
*
Implement countLeadingOnes() and getMinSignedBits(). This helps to minimize
Reid Spencer
2007-02-27
1
-1
/
+14
*
RegScavenger interface change to make it more flexible.
Evan Cheng
2007-02-27
1
-4
/
+32
*
Let MRegisterInfo owns RegScavenger.
Evan Cheng
2007-02-27
1
-9
/
+10
*
Pass IsImp, IsKill, and IsDead to ChangeToRegister.
Evan Cheng
2007-02-27
1
-4
/
+5
*
Improve APInt interface:
Reid Spencer
2007-02-27
1
-21
/
+66
*
Allow the RoundDoubleToAPInt function to specify a width to use.
Reid Spencer
2007-02-27
1
-1
/
+1
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
2
-3
/
+3
*
Minor refactoring of CC Lowering interfaces
Chris Lattner
2007-02-27
1
-55
/
+79
*
move CC Lowering stuff to its own public interface
Chris Lattner
2007-02-27
1
-0
/
+149
*
forward() should not increment internal iterator. Its client may insert instr...
Evan Cheng
2007-02-27
1
-0
/
+6
*
For PR1205:
Reid Spencer
2007-02-26
1
-25
/
+30
*
Joining an interval with a dead copy instruction. Shorten the live range to t...
Evan Cheng
2007-02-26
1
-3
/
+5
*
Fix indentation.
Reid Spencer
2007-02-26
1
-1
/
+1
*
1. Split getValue() into getSExtValue() and getZExtValue() to match
Reid Spencer
2007-02-26
1
-9
/
+25
*
Implement inline methods that make transition of ConstantInt to use APInt
Reid Spencer
2007-02-26
1
-2
/
+38
*
Make isNegative() a const function since it doesn't modify the APInt.
Reid Spencer
2007-02-26
1
-1
/
+1
*
Add an isNegative method to determine if the APInt's value is negative.
Reid Spencer
2007-02-26
1
-0
/
+7
*
Rework GlobalValue::removeDeadConstantUsers to always remove dead constant
Chris Lattner
2007-02-25
1
-4
/
+0
*
Fix clearUnusedBits to not depend on "undefined behavior" of >> operator
Reid Spencer
2007-02-25
1
-9
/
+40
*
Add a private constructor for efficiency.
Reid Spencer
2007-02-25
1
-0
/
+4
*
Improve documentation.
Reid Spencer
2007-02-24
1
-12
/
+16
*
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-24
3
-115
/
+41
*
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
1
-1
/
+1
*
Temporay hook to enable register scavening for specific targets only.
Evan Cheng
2007-02-23
1
-0
/
+6
*
Use findRegisterUseOperand to find a kill of particular register.
Evan Cheng
2007-02-23
1
-2
/
+3
*
Initial check in of register scavenger. Its only current functionality is tra...
Evan Cheng
2007-02-23
1
-0
/
+75
[next]