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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Constify most methods. We could have constified doInitialization and
Brian Gaeke
2003-07-24
2
-32
/
+50
*
Disable sample project until it works
Chris Lattner
2003-07-23
1
-1
/
+1
*
Add new tests, make existing tests more difficult
Chris Lattner
2003-07-23
1
-2
/
+9
*
Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
Chris Lattner
2003-07-23
1
-6
/
+8
*
New testcase
Chris Lattner
2003-07-23
1
-0
/
+10
*
Add comments
Chris Lattner
2003-07-23
1
-0
/
+9
*
Remove explicit check for: not (not X) = X, it is already handled because xor...
Chris Lattner
2003-07-23
1
-10
/
+16
*
New testcases
Chris Lattner
2003-07-23
1
-2
/
+14
*
Renumber tests sequentially
Chris Lattner
2003-07-23
2
-19
/
+21
*
Split the or and xor tests into two separate files
Chris Lattner
2003-07-23
2
-60
/
+67
*
Remove obscure test
Chris Lattner
2003-07-23
1
-11
/
+0
*
Check in old testcase sitting in my tree
Chris Lattner
2003-07-23
1
-0
/
+19
*
Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE
Chris Lattner
2003-07-23
2
-2
/
+4
*
Printer.cpp: Ditch addRequired/getAnalysis, because they leave
Brian Gaeke
2003-07-23
4
-116
/
+109
*
Make Module::getNamedFunction prefer non-external functions if there is more ...
Chris Lattner
2003-07-23
1
-2
/
+6
*
Fix space
Chris Lattner
2003-07-23
1
-1
/
+1
*
InstCombine: (X ^ C1) & C2 --> (X & C2) iff (C1&C2) == 0
Chris Lattner
2003-07-23
1
-9
/
+11
*
New testcase
Chris Lattner
2003-07-23
1
-0
/
+10
*
- InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0
Chris Lattner
2003-07-23
1
-10
/
+33
*
New testcase
Chris Lattner
2003-07-23
1
-0
/
+6
*
New testcase
Chris Lattner
2003-07-23
1
-0
/
+7
*
Add, rewrite, and/or reformat many comments.
Brian Gaeke
2003-07-23
2
-160
/
+240
*
IC: (X & C1) | C2 --> (X | C2) & (C1|C2)
Chris Lattner
2003-07-23
1
-1
/
+26
*
New testcases
Chris Lattner
2003-07-23
2
-1
/
+15
*
IC: (X ^ C1) & C2 --> (X & C2) ^ (C1&C2)
Chris Lattner
2003-07-23
1
-4
/
+16
*
New testcase
Chris Lattner
2003-07-23
2
-0
/
+19
*
InstCombine: (X ^ 4) == 8 --> X == 12
Chris Lattner
2003-07-23
1
-1
/
+6
*
New testcase
Chris Lattner
2003-07-23
1
-0
/
+5
*
Add support for ~ operator on constants
Chris Lattner
2003-07-23
3
-0
/
+18
*
IC: (X & 5) == 13 --> false
Chris Lattner
2003-07-23
1
-5
/
+25
*
New tests
Chris Lattner
2003-07-23
1
-0
/
+13
*
Renamed libtool to mklib for your tab completion pleasure.
John Criswell
2003-07-23
4
-8
/
+8
*
Remove redundant const qualifier
Chris Lattner
2003-07-23
1
-3
/
+3
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
11
-54
/
+54
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
17
-133
/
+45
*
Remove unnecessary casts
Chris Lattner
2003-07-23
2
-4
/
+4
*
Fit code into 80 columns
Chris Lattner
2003-07-23
1
-2
/
+4
*
Eliminate old-style cast
Chris Lattner
2003-07-23
1
-1
/
+1
*
Random cleanups
Chris Lattner
2003-07-23
2
-52
/
+36
*
Remove using decl
Chris Lattner
2003-07-23
2
-14
/
+8
*
Remove explicit const qualifiers
Chris Lattner
2003-07-23
1
-10
/
+10
*
Add more doxygen comments, add new ConstantInt::getRawValue method
Chris Lattner
2003-07-23
1
-0
/
+12
*
Fix bug: TailDup/2003-07-22-InfiniteLoop.ll
Chris Lattner
2003-07-23
1
-0
/
+5
*
New testcase that caused infinite loop in taildup
Chris Lattner
2003-07-23
1
-0
/
+13
*
- InstCombine (cast (xor A, B) to bool) ==> (setne A, B)
Chris Lattner
2003-07-22
1
-5
/
+44
*
New testcases
Chris Lattner
2003-07-22
2
-6
/
+22
*
Repaired the --enable and --disable options.
John Criswell
2003-07-22
1
-25
/
+59
*
Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform
John Criswell
2003-07-22
1
-13
/
+56
*
Add documentation for runOnMachineFunction()
Brian Gaeke
2003-07-22
1
-1
/
+27
*
Made some corrections to the enable-llc_diffs option.
John Criswell
2003-07-22
1
-30
/
+46
[prev]
[next]