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
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize a special case to fix PR187
Chris Lattner
2003-12-19
1
-18
/
+28
*
Add new function
Chris Lattner
2003-12-19
1
-10
/
+41
*
Finegrainify namespacification
Chris Lattner
2003-12-10
1
-11
/
+11
*
Finegrainify namespacification
Chris Lattner
2003-12-10
1
-22
/
+21
*
Do not insert one entry PHI nodes in split exit blocks!
Chris Lattner
2003-12-09
1
-13
/
+23
*
Minor cleanups and simplifications
Chris Lattner
2003-11-21
4
-16
/
+10
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
5
-19
/
+14
*
Spew symbolic types!
Chris Lattner
2003-11-20
1
-3
/
+8
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
19
-1
/
+76
*
Reorganize code for locality, improve comments
Chris Lattner
2003-11-10
1
-19
/
+23
*
Adjust to new critical edge interface
Chris Lattner
2003-11-10
1
-9
/
+11
*
Various cleanups and efficiency improvements
Chris Lattner
2003-11-06
1
-38
/
+24
*
Yet more fixes for constant expr shifts
Chris Lattner
2003-11-05
1
-0
/
+6
*
Further fixes for PR93
Chris Lattner
2003-11-05
1
-1
/
+7
*
Checking in Chris's suggestions:
John Criswell
2003-11-04
1
-3
/
+32
*
Fix test: Linker/2003-10-27-LinkOncePromote.ll
Chris Lattner
2003-10-27
1
-27
/
+29
*
Get the list of PHI node values before the basic block is split. Also, add
Chris Lattner
2003-10-27
1
-9
/
+16
*
Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
Chris Lattner
2003-10-21
1
-13
/
+10
*
Fix message to make more sense and confuse Chris less
Chris Lattner
2003-10-21
1
-2
/
+7
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
18
-0
/
+126
*
Fix PR#50
Chris Lattner
2003-10-18
1
-6
/
+6
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
1
-5
/
+32
*
Cleanup
Chris Lattner
2003-10-15
1
-5
/
+2
*
Do not move variable sized allocations to the top of the caller, which might
Chris Lattner
2003-10-14
1
-7
/
+5
*
Add support to the loop canonicalization pass to make it transform loops to
Chris Lattner
2003-10-13
1
-21
/
+163
*
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
2
-3
/
+5
*
File is renamed to LoopSimplify.cpp
Chris Lattner
2003-10-12
1
-1
/
+1
*
First step in renaming the preheaders pass to loopsimplify
Chris Lattner
2003-10-12
1
-16
/
+21
*
The preheader insertion pass only depends on the CFG. Mark it as such, which
Chris Lattner
2003-10-12
1
-1
/
+2
*
Fix spelling.
Misha Brukman
2003-10-10
6
-11
/
+11
*
Bill contributed this major rewrite of the -lowerswitch pass to make it generate
Chris Lattner
2003-10-07
1
-44
/
+144
*
Avoid doing pointless work. Amazingly, this makes us go faster.
Chris Lattner
2003-10-06
2
-8
/
+5
*
This changes the PromoteMemToReg function to create "pruned" SSA form, not
Chris Lattner
2003-10-05
1
-24
/
+109
*
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
2
-2
/
+7
*
Speed up the mem2reg transform for allocas which are only read/written in a s...
Chris Lattner
2003-10-05
1
-5
/
+84
*
Initial checkin of the LLVM->LLVM transform to support code generators which
Chris Lattner
2003-10-05
1
-0
/
+74
*
The first PHI node may be null, scan for the first non-null one
Chris Lattner
2003-10-05
1
-1
/
+4
*
The VersionNumbers vector is only used during PHI placement. Turn it into an...
Chris Lattner
2003-10-05
1
-10
/
+6
*
* Update file header comment
Chris Lattner
2003-10-05
1
-44
/
+64
*
Simplify the loop a bit
Chris Lattner
2003-10-05
1
-10
/
+9
*
There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a
Chris Lattner
2003-10-05
1
-18
/
+8
*
The PhiNodes 2D vector is only used during PHI node placement. It doesn't
Chris Lattner
2003-10-05
1
-11
/
+10
*
* Document instance vars better
Chris Lattner
2003-10-05
1
-20
/
+26
*
Two small cleanups/speedups:
Chris Lattner
2003-10-05
1
-29
/
+31
*
* Minor cleanups
Chris Lattner
2003-10-05
1
-42
/
+28
*
Fix bugs in the last change
Chris Lattner
2003-09-22
1
-2
/
+2
*
Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
Chris Lattner
2003-09-22
1
-2
/
+7
*
Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
Chris Lattner
2003-09-22
1
-1
/
+28
[next]