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
*
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-20
1
-0
/
+10
*
maintain LiveIn when splitting blocks (register scavenging needs it)
Dale Johannesen
2007-03-20
1
-0
/
+3
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-0
/
+4
*
First cut trivial re-materialization support.
Evan Cheng
2007-03-20
1
-1
/
+4
*
Added MRegisterInfo hook to re-materialize an instruction.
Evan Cheng
2007-03-20
1
-0
/
+7
*
Correct the name: isStrictPositive --> isStrictlyPositive.
Zhou Sheng
2007-03-20
1
-1
/
+1
*
Add a dtor to fix leaks from all clients of BitVector.
Chris Lattner
2007-03-20
1
-0
/
+4
*
Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
Reid Spencer
2007-03-19
1
-1
/
+1
*
Add an indication of signedness to the uint64_t constructor so sign bits
Reid Spencer
2007-03-19
1
-1
/
+1
*
Fix obvious typo in comment.
Duncan Sands
2007-03-19
1
-1
/
+1
*
Add a TargetInstrDescriptor flag to mark an instruction as "re-materializable".
Evan Cheng
2007-03-19
1
-0
/
+7
*
Add isStrictPositive() to APInt to determine if this APInt Value > 0.
Zhou Sheng
2007-03-19
1
-0
/
+6
*
Fix comment.
Evan Cheng
2007-03-18
1
-1
/
+1
*
Track the BB's where each virtual register is used.
Evan Cheng
2007-03-17
1
-0
/
+6
*
Added isLegalAddressExpression hook to test if the given expression can be
Evan Cheng
2007-03-16
1
-1
/
+7
*
These forward declarations are not needed.
Evan Cheng
2007-03-16
1
-5
/
+0
*
Multiplication support for MMX.
Bill Wendling
2007-03-15
1
-0
/
+8
*
Fix for VS 2005 problem supplied by Morten Ofstad.
Jeff Cohen
2007-03-14
1
-0
/
+1
*
Add zextOrCopy() into APInt for convenience.
Zhou Sheng
2007-03-13
1
-0
/
+9
*
More flexible TargetLowering LSR hooks for testing whether an immediate is
Evan Cheng
2007-03-12
1
-20
/
+10
*
Add getSignBit() and operator<<= into APInt for convenience.
Zhou Sheng
2007-03-11
1
-0
/
+23
*
Add getter methods for the extremes of a ConstantRange.
Nick Lewycky
2007-03-10
1
-0
/
+20
*
Adding more arithmetic operators to MMX. This is an almost exact copy of
Bill Wendling
2007-03-10
1
-0
/
+16
*
Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so that
Bill Wendling
2007-03-08
2
-0
/
+21
*
Add ReadOnlySection directive.
Evan Cheng
2007-03-08
1
-1
/
+9
*
Added ContainsRelocations() to check if a constant might only be resolvable a...
Evan Cheng
2007-03-08
1
-0
/
+4
*
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-03-07
3
-18
/
+20
*
Add a utility function to test whether a load is unindexed.
Evan Cheng
2007-03-07
1
-0
/
+7
*
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
1
-1
/
+1
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-1
/
+1
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
1
-0
/
+13
*
Add skipTo to set internal iterator. Useful when pointed to instruction is de...
Evan Cheng
2007-03-07
1
-0
/
+4
*
Now LoopUnroll is a LoopPass.
Devang Patel
2007-03-07
1
-1
/
+1
*
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-07
1
-1
/
+1
*
Now LoopStrengthReduce is a LoopPass.
Devang Patel
2007-03-06
1
-1
/
+2
*
Use schedulePass() instead of assignPassManager() to add new LPPassManager.
Devang Patel
2007-03-06
1
-6
/
+2
*
Add LPPassManager::insertLoop().
Devang Patel
2007-03-06
1
-2
/
+4
*
LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from
Devang Patel
2007-03-06
1
-0
/
+2
*
LPPassManager. Implement preparePassManager() hook.
Devang Patel
2007-03-06
1
-1
/
+9
*
Keep track of higher level analysis.
Devang Patel
2007-03-06
1
-0
/
+9
*
LPPassManager : Add initialization and finalizatino hooks.
Devang Patel
2007-03-06
1
-0
/
+9
*
Minor interface change.
Evan Cheng
2007-03-06
1
-1
/
+3
*
Register scavenger is now capable of scavenging. It spills a register whose u...
Evan Cheng
2007-03-06
1
-2
/
+39
*
Enumerate SDISel formal parameter attributes. Make use of new
Anton Korobeynikov
2007-03-06
1
-0
/
+14
*
Implement PR1240
Anton Korobeynikov
2007-03-06
1
-0
/
+4
*
Make StoreValueToMemory a little more efficient by not copying a
Reid Spencer
2007-03-06
1
-1
/
+1
*
Make GenericeValue into a struct with a union instead of just a union. This
Reid Spencer
2007-03-06
2
-24
/
+17
*
Use std::deque to manage loop queue inside LPPassManager.
Devang Patel
2007-03-06
1
-3
/
+1
*
Keep track of inherited analysis. For example, if a loop pass does not
Devang Patel
2007-03-06
2
-1
/
+23
*
Add preparePassManager() hook. This allows each pass to check whether
Devang Patel
2007-03-06
1
-0
/
+5
[next]