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
...
*
Implement Linker/2003-08-20-OpaqueTypeResolve.ll
Chris Lattner
2003-08-22
1
-16
/
+95
*
If an "LLVM name" has wierd characters in it, print it out in double quotes i...
Chris Lattner
2003-08-22
1
-9
/
+32
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
3
-3
/
+3
*
Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
Chris Lattner
2003-08-21
1
-2
/
+12
*
Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llx
Chris Lattner
2003-08-20
1
-10
/
+14
*
Do not even attempt to compute dominator information for unreachable blocks
Chris Lattner
2003-08-18
1
-26
/
+8
*
Fix linking bug in xboard
Chris Lattner
2003-08-18
1
-1
/
+4
*
Add intrinsics for the llvm.sig(set|long)jmp functions
Chris Lattner
2003-08-18
2
-5
/
+9
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
3
-3
/
+3
*
Add new method to FunctionPassManager to add ImmutablePasses.
Brian Gaeke
2003-08-14
2
-1
/
+21
*
Dramatically simplify how -time-passes works.
Chris Lattner
2003-08-14
2
-62
/
+24
*
Implement constant folding of casts from boolean constants to other values
Chris Lattner
2003-08-13
1
-0
/
+19
*
Add FunctionPassManager - it's like a PassManager, but it only deals in
Brian Gaeke
2003-08-12
1
-0
/
+10
*
Add support to the mangler for targets which require _'s on global symbols
Chris Lattner
2003-08-11
1
-3
/
+5
*
Add a bunch of new Alpha Intrinsics for Rahul Joshi
Chris Lattner
2003-08-06
2
-8
/
+43
*
Implement TODO: print out short form of Invoke if possible
Chris Lattner
2003-08-05
1
-8
/
+23
*
*** empty log message ***
Tanya Lattner
2003-07-31
1
-1
/
+1
*
Added function to determine if an Instruction may trap.
Tanya Lattner
2003-07-31
1
-0
/
+17
*
Fix a bug that brian reported
Chris Lattner
2003-07-30
1
-4
/
+24
*
Add support for Alpha intrinsics, contributed by Rahul Joshi
Chris Lattner
2003-07-28
2
-0
/
+12
*
Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,
Brian Gaeke
2003-07-25
1
-5
/
+1
*
Cleanups:
Brian Gaeke
2003-07-24
1
-4
/
+5
*
Factor out name-mangling from X86/Printer, which is derived from CWriter,
Brian Gaeke
2003-07-24
1
-0
/
+83
*
Make Module::getNamedFunction prefer non-external functions if there is more ...
Chris Lattner
2003-07-23
1
-2
/
+6
*
Add support for ~ operator on constants
Chris Lattner
2003-07-23
2
-0
/
+12
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
4
-30
/
+30
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
3
-15
/
+7
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-4
/
+4
*
Avoid printing out huge structures or arrays if they are just filled with zeros
Chris Lattner
2003-06-28
1
-0
/
+10
*
Implement more aggressive folding of constant GEP instructions
Chris Lattner
2003-06-26
1
-6
/
+25
*
Make assertion more descriptive
Chris Lattner
2003-06-24
1
-1
/
+1
*
Add support for GCC 3.3
Chris Lattner
2003-06-23
1
-2
/
+2
*
Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
Chris Lattner
2003-06-22
1
-1
/
+7
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
2
-4
/
+0
*
Remove usage of sys/unistd.h
Chris Lattner
2003-06-19
1
-1
/
+1
*
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-06-18
1
-16
/
+16
*
lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll
Chris Lattner
2003-06-16
1
-16
/
+28
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
2
-0
/
+4
*
Fix (bogus) possibly uninitialized warning
Chris Lattner
2003-06-05
1
-1
/
+1
*
* Make assertion message useful
Chris Lattner
2003-06-02
1
-6
/
+5
*
Fix bug: Linker/2003-06-02-TypeResolveProblem.ll
Chris Lattner
2003-06-02
1
-0
/
+4
*
Don't print out unique identifier for opaque types
Chris Lattner
2003-06-01
1
-1
/
+1
*
Fix constant folding to ALWAYS work.
Chris Lattner
2003-05-27
1
-19
/
+9
*
Fix problem with last checkin.
Chris Lattner
2003-05-25
1
-4
/
+6
*
Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
Chris Lattner
2003-05-23
1
-103
/
+194
*
Remove using declarations and extraneous #includes
Chris Lattner
2003-05-22
2
-34
/
+31
*
Fix static constructor ordering problem
Chris Lattner
2003-05-22
1
-15
/
+33
*
Remove using declarations
Chris Lattner
2003-05-22
1
-81
/
+77
[prev]
[next]