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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR466:
Reid Spencer
2004-12-02
1
-41
/
+54
*
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-12-02
2
-8
/
+12
*
Reworked branch adding in prologue. Added check for infinite loops which are ...
Tanya Lattner
2004-12-02
3
-39
/
+46
*
Implement a FIXME by checking to make sure that a malloc is not being used
Chris Lattner
2004-12-02
1
-3
/
+25
*
Fix a minor bug where we set a var to initialized on malloc, not on store.
Chris Lattner
2004-12-02
1
-10
/
+17
*
Reverting this patch:
Tanya Lattner
2004-12-01
1
-15
/
+36
*
Initial support for packed types, contributed by Morten Ofstad
Chris Lattner
2004-12-01
1
-0
/
+7
*
Remove unneeded cast.
Chris Lattner
2004-12-01
1
-1
/
+0
*
Get GEP's working with packed types. Contributed by Morten Ofstad!
Chris Lattner
2004-12-01
1
-0
/
+3
*
Revert version 1.39. It breaks the ordering of the library processing.
Reid Spencer
2004-11-30
1
-8
/
+1
*
Do not let GCC emit a warning for INT64_MIN
Chris Lattner
2004-11-30
2
-4
/
+10
*
Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...
Brian Gaeke
2004-11-30
2
-2
/
+2
*
Fix the JIT when being used from llvm-db
Chris Lattner
2004-11-30
1
-1
/
+1
*
This pass is completely broken.
Chris Lattner
2004-11-30
1
-11
/
+4
*
RevisionNum is read by error(), initialize it early.
Chris Lattner
2004-11-30
1
-0
/
+1
*
Update list of failing benchmarks.
Brian Gaeke
2004-11-30
2
-2
/
+2
*
If we're about to emit something like:
Brian Gaeke
2004-11-30
2
-26
/
+50
*
Squelch warning
Chris Lattner
2004-11-30
1
-1
/
+1
*
Fix several bugs in 'op x, imm' handling. Foremost is that we now emit
Chris Lattner
2004-11-30
1
-14
/
+10
*
Up the compression threshold to 64K so we avoid it for all but the largest
Reid Spencer
2004-11-30
1
-1
/
+1
*
Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx
Chris Lattner
2004-11-30
1
-0
/
+2
*
Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
Chris Lattner
2004-11-30
1
-1
/
+1
*
Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
Chris Lattner
2004-11-30
1
-1
/
+3
*
Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll
Chris Lattner
2004-11-30
1
-1
/
+6
*
Alkis noticed that this variable is dead. Thanks!
Chris Lattner
2004-11-30
1
-2
/
+0
*
Add method
Chris Lattner
2004-11-30
1
-2
/
+27
*
If we have something like this:
Chris Lattner
2004-11-30
1
-0
/
+105
*
Remove extraneous namespacification. In particular, don't define llvm::llvm:...
Chris Lattner
2004-11-30
1
-11
/
+9
*
Allow hoisting loads of globals and alloca's in conditionals.
Chris Lattner
2004-11-29
1
-0
/
+6
*
Functionality moved to portable lib/System/DynamicLibrary.cpp
Reid Spencer
2004-11-29
1
-96
/
+0
*
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-29
4
-12
/
+20
*
Use System/DynamicLibrary instead of Support/DynamicLinker to implement.
Reid Spencer
2004-11-29
1
-2
/
+12
*
Implement two new functions: LoadLibraryPermanently and
Reid Spencer
2004-11-29
1
-28
/
+62
*
Shared library extension is now in LTDL_SHLIB_EXT
Reid Spencer
2004-11-29
2
-3
/
+3
*
We just use ltdl's implementation for this abstraction now. Its portable to
Reid Spencer
2004-11-29
1
-13
/
+3
*
Mods for compilation with llvm.
Reid Spencer
2004-11-29
1
-7
/
+10
*
Original version of ltdl.h from libtool 1.5.10
Reid Spencer
2004-11-29
1
-0
/
+366
*
Original version of ltdl.c from libtool 1.5.10
Reid Spencer
2004-11-29
1
-0
/
+4495
*
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-29
4
-9
/
+39
*
Revamp long/ulong comparisons to use a much more efficient sequence (thanks
Chris Lattner
2004-11-29
1
-36
/
+15
*
Reworked branching so we don't handle BAs specially. It just updates the bran...
Tanya Lattner
2004-11-29
2
-139
/
+97
*
Fixed bug where instructions in the kernel were not ordered right to preserve...
Tanya Lattner
2004-11-28
4
-7
/
+32
*
Fix for PR454:
Reid Spencer
2004-11-28
1
-41
/
+80
*
The LLVM bool type shall have 1 byte alignment on PPC.
Chris Lattner
2004-11-28
1
-2
/
+2
*
Make DSE potentially more aggressive by being more specific about alloca sizes.
Chris Lattner
2004-11-28
1
-4
/
+10
*
Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
Chris Lattner
2004-11-28
1
-3
/
+3
*
Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully
Chris Lattner
2004-11-28
1
-1
/
+1
*
Fix PR463
Chris Lattner
2004-11-28
1
-1
/
+4
*
Compute the firstFileOffset correctly after reading the LLVM symbol table.
Reid Spencer
2004-11-28
2
-4
/
+6
*
When merging to alias sets, if they are both must alias, the result is not
Chris Lattner
2004-11-27
1
-8
/
+22
[prev]
[next]