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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR1146:
Reid Spencer
2007-04-09
1
-0
/
+6
*
Remove a memory leak, until ParamAttrsList is uniqued.
Reid Spencer
2007-04-09
1
-1
/
+5
*
For PR1146:
Reid Spencer
2007-04-09
3
-59
/
+68
*
Convert ImmediateDominators::DFSPass from being recursive to being iterative.
Chris Lattner
2007-04-09
1
-1
/
+43
*
For PR1146:
Reid Spencer
2007-04-09
1
-2
/
+1
*
For PR1146:
Reid Spencer
2007-04-09
1
-2
/
+2
*
For PR1146:
Reid Spencer
2007-04-09
1
-30
/
+36
*
minor cleanups
Chris Lattner
2007-04-09
1
-14
/
+16
*
For PR1146:
Reid Spencer
2007-04-09
1
-52
/
+106
*
Move isReachableFromEntry out of line to avoid an unnecessary #include
Owen Anderson
2007-04-09
1
-0
/
+6
*
Remove DomSet completely. This concludes work on PR1171.
Owen Anderson
2007-04-08
1
-96
/
+0
*
Don't crash when encountering a BasicBlock that hasn't been registered yet.
Nick Lewycky
2007-04-08
1
-2
/
+3
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-14
/
+109
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-109
/
+14
*
For PR1209:
Reid Spencer
2007-04-06
1
-17
/
+63
*
Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.
Reid Spencer
2007-04-04
1
-0
/
+2
*
For PR1297:
Reid Spencer
2007-04-01
1
-5
/
+14
*
For PR1297:
Reid Spencer
2007-04-01
1
-7
/
+42
*
add a method to turn a type into a VT.
Chris Lattner
2007-03-31
1
-0
/
+28
*
It is not possible to determine dominance between two PHI nodes
Devang Patel
2007-03-28
1
-0
/
+5
*
No need to generate the implementation keyword any more. Its frivolous.
Reid Spencer
2007-03-28
1
-2
/
+0
*
Use SmallPtrSet.
Devang Patel
2007-03-27
1
-1
/
+2
*
Spell check.
Devang Patel
2007-03-27
1
-1
/
+1
*
It is not possible to determie dominance between two PHI nodes
Devang Patel
2007-03-26
1
-0
/
+6
*
Use std::vector<DFCalculateWorkObject> instead of
Devang Patel
2007-03-26
1
-7
/
+4
*
Add a comment to explain a folding transform.
Reid Spencer
2007-03-26
1
-0
/
+1
*
fold constantexprs more aggressively, fixing PR1265
Chris Lattner
2007-03-25
1
-2
/
+17
*
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
2007-03-24
1
-0
/
+3
*
Fix constant fold of div by zero and rem by zero to match IEEE 754
Reid Spencer
2007-03-23
1
-8
/
+18
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
2
-2
/
+2
*
Add the NoUnwind function attribute.
Reid Spencer
2007-03-22
1
-0
/
+2
*
DominanceFrontier::calculate().
Devang Patel
2007-03-20
1
-23
/
+78
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-0
/
+19
*
Fix a nasty memory leak, caused by my revamp of the value symbol table.
Chris Lattner
2007-03-20
1
-0
/
+5
*
Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
Reid Spencer
2007-03-19
1
-2
/
+2
*
For PR1258:
Reid Spencer
2007-03-19
1
-39
/
+20
*
Speed Up Pass Manager.
Devang Patel
2007-03-08
1
-15
/
+16
*
Added ContainsRelocations() to check if a constant might only be resolvable a...
Evan Cheng
2007-03-08
1
-0
/
+11
*
Keep track of higher level analysis.
Devang Patel
2007-03-06
1
-0
/
+26
*
Keep track of inherited analysis. For example, if a loop pass does not
Devang Patel
2007-03-06
1
-0
/
+21
*
Add preparePassManager() hook. This allows each pass to check whether
Devang Patel
2007-03-06
1
-0
/
+3
*
Current pass manager, not the parent pass manager, assumes the role of
Devang Patel
2007-03-05
1
-22
/
+10
*
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
1
-32
/
+52
*
Account for time consumed by releaseMemory() properly.
Devang Patel
2007-03-05
1
-2
/
+2
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
3
-1
/
+3
*
Fix constant folding of fp->int bitcast for vectors.
Reid Spencer
2007-03-03
1
-2
/
+2
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-6
/
+6
*
Use the APInt versions of the bit-wise conversions of float/double to int
Reid Spencer
2007-03-01
1
-8
/
+10
*
Use modern variable name. ConstantUnsignedInt is long since dead. No
Reid Spencer
2007-03-01
1
-2
/
+2
*
Use a simpler constructor when constructing ConstantInst.
Reid Spencer
2007-03-01
1
-20
/
+19
[next]