index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace uses of llvm.org with llvm.cs.uiuc.edu
Misha Brukman
2004-11-07
1
-1
/
+1
*
Consistently use llvm.cs.uiuc.edu instead of llvm.org
Misha Brukman
2004-11-07
1
-1
/
+1
*
Decompose* is V9 specific, make it internal
Chris Lattner
2004-11-07
2
-1
/
+15
*
This is V9 specific, move it there.
Chris Lattner
2004-11-07
1
-136
/
+0
*
Move this file from lib/Transforms/Scalar
Chris Lattner
2004-11-07
1
-0
/
+136
*
Add support for compressed bytecode
Reid Spencer
2004-11-06
3
-25
/
+132
*
Implement the GetBytecodeSymbols interface function to extract just the
Reid Spencer
2004-11-06
1
-0
/
+39
*
Makefile for the LLVMArchive library.
Reid Spencer
2004-11-06
2
-0
/
+36
*
First kinda/sorta working version of the Archive library. Reading is not
Reid Spencer
2004-11-06
6
-0
/
+932
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
21
-273
/
+273
*
Fix compilation problem; make the cast and the LHS be the same type.
John Criswell
2004-11-05
1
-1
/
+1
*
Remove dead var
Chris Lattner
2004-11-05
1
-1
/
+0
*
Quiet VC++ warnings
Chris Lattner
2004-11-05
1
-2
/
+2
*
Do not make i have bigger scope that we need
Chris Lattner
2004-11-05
1
-2
/
+2
*
Remove dead vars
Chris Lattner
2004-11-05
2
-2
/
+0
*
Fix some warnings on VC++
Chris Lattner
2004-11-05
1
-3
/
+1
*
Thanks to sabre for pointing out that we were incorrectly codegen'ing
Nate Begeman
2004-11-04
1
-1
/
+4
*
Handle "call" operands of type long/ulong passed in registers.
Brian Gaeke
2004-11-04
2
-10
/
+22
*
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-11-03
1
-2
/
+3
*
Fix this function to not say that longs have 8-byte alignment on X86/PPC.
Chris Lattner
2004-11-02
1
-1
/
+1
*
Added gross hacks such as creating my own def-use map, and picking on Instruc...
Tanya Lattner
2004-11-02
2
-70
/
+73
*
Graphs that are part of equivalence sets can be multi-function SCC's
Chris Lattner
2004-11-02
1
-3
/
+8
*
Correctly handle new SCC's found as a result of merging EQ graphs do to
Chris Lattner
2004-11-02
1
-5
/
+18
*
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
1
-45
/
+41
*
Fix a warning
Chris Lattner
2004-11-02
1
-1
/
+2
*
Minor cleanups
Chris Lattner
2004-11-02
1
-25
/
+21
*
* Rearrange code slightly
Chris Lattner
2004-11-02
1
-11
/
+20
*
Remove more dead methods
Chris Lattner
2004-11-01
1
-3
/
+2
*
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
1
-4
/
+4
*
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
2004-11-01
1
-7
/
+8
*
Add placeholder variable to make Win32 work, applied for Morten Ofstad
Chris Lattner
2004-11-01
1
-0
/
+6
*
Eliminate the cloneGraph method
Chris Lattner
2004-11-01
1
-8
/
+2
*
Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s:
Chris Lattner
2004-11-01
1
-3
/
+8
*
Do not compute the predecessor list for a block unless we need it.
Chris Lattner
2004-11-01
1
-27
/
+24
*
* Do not refer to ActualCallees in CBU, when we can do it locally.
Chris Lattner
2004-10-31
1
-27
/
+40
*
Simplify graph traversal, improve grammar
Chris Lattner
2004-10-31
1
-10
/
+9
*
Do not do horrible things to the CBU graphs. In particular, we do NOT own
Chris Lattner
2004-10-31
1
-44
/
+35
*
Fix comment
Chris Lattner
2004-10-31
1
-1
/
+1
*
Improve comment
Chris Lattner
2004-10-31
1
-2
/
+4
*
Fix another bug in Prolangs-C++/objects
Chris Lattner
2004-10-31
1
-1
/
+2
*
Only call getNodeForValue on pointer arguments! this fixes a problem running
Chris Lattner
2004-10-31
1
-5
/
+11
*
Add more paranoid assertions :)
Chris Lattner
2004-10-31
1
-0
/
+12
*
Internalize variable names to prevent recursive assignment. Cleanup docs.
Reid Spencer
2004-10-30
1
-12
/
+10
*
Fix some more problems where we called getOffset before getNode()
Chris Lattner
2004-10-30
1
-2
/
+4
*
Fix three bugs:
Chris Lattner
2004-10-30
1
-9
/
+12
*
Fix more undefined behavior
Chris Lattner
2004-10-30
1
-10
/
+13
*
* Add a method
Chris Lattner
2004-10-30
1
-16
/
+28
*
Fixed bug with infinite epilogues.
Tanya Lattner
2004-10-30
4
-105
/
+187
*
* Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration
Misha Brukman
2004-10-29
1
-5
/
+7
*
Change name of target lib to conform to new naming scheme.
Brian Gaeke
2004-10-29
2
-2
/
+2
[next]