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
*
Elminate tabs and improve comments.
Jeff Cohen
2007-03-05
1
-7
/
+8
*
fix a subtle bug that caused an MSVC warning. Thanks to Jeffc for pointing t...
Chris Lattner
2007-03-05
1
-2
/
+3
*
Add some simplifications for demanded bits, this allows instcombine to turn:
Chris Lattner
2007-03-05
1
-0
/
+31
*
new testcase
Chris Lattner
2007-03-05
1
-0
/
+12
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
26
-60
/
+173
*
add a getSignBit method, elimiante virtual method from getBitMask()
Chris Lattner
2007-03-04
1
-1
/
+7
*
fix 80 col violations, mark arrays static
Chris Lattner
2007-03-04
1
-8
/
+12
*
simplify some code
Chris Lattner
2007-03-04
1
-18
/
+17
*
fold away addc nodes when we know there cannot be a carry-out.
Chris Lattner
2007-03-04
2
-8
/
+28
*
add a new node
Chris Lattner
2007-03-04
1
-0
/
+4
*
new testcase, corresponds to:
Chris Lattner
2007-03-04
1
-0
/
+11
*
generalize
Chris Lattner
2007-03-04
1
-5
/
+9
*
canonicalize constants to the RHS of addc/adde. If nothing uses the carry ou...
Chris Lattner
2007-03-04
1
-0
/
+47
*
eliminate some ops if they have an undef RHS
Chris Lattner
2007-03-04
1
-0
/
+2
*
fix typo
Chris Lattner
2007-03-04
1
-2
/
+2
*
add missing braces
Chris Lattner
2007-03-04
1
-25
/
+25
*
minor cleanups
Chris Lattner
2007-03-04
1
-7
/
+8
*
Remove unneeded header file.
Reid Spencer
2007-03-04
1
-1
/
+0
*
Speed up -instcombine by 20% by avoiding a particularly expensive passmgr call.
Chris Lattner
2007-03-04
1
-1
/
+4
*
switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
Chris Lattner
2007-03-04
1
-5
/
+5
*
Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector.
Chris Lattner
2007-03-04
1
-9
/
+7
*
add iterator range version of ctor.
Chris Lattner
2007-03-04
1
-0
/
+7
*
make better use of LCSSA information in RewriteLoopExitValues. Before, we
Chris Lattner
2007-03-04
1
-67
/
+76
*
Guard further against APInt operations with operands of unequal bit width.
Reid Spencer
2007-03-04
1
-4
/
+11
*
Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify/loop_evaluate_[23...
Chris Lattner
2007-03-04
1
-46
/
+26
*
New testcases for PR1179/PR1232.
Chris Lattner
2007-03-04
3
-0
/
+67
*
Get the version number for the LLVM from the autoconf/configure.ac file
Reid Spencer
2007-03-04
1
-2
/
+9
*
Fix CodeGen/Generic/fpowi-promote.ll and PR1239
Chris Lattner
2007-03-03
1
-0
/
+12
*
New testcase for PR1239
Chris Lattner
2007-03-03
1
-0
/
+12
*
Make RewriteLoopExitValues far less nested by using continue in the loop
Chris Lattner
2007-03-03
1
-91
/
+94
*
Add an expand action for ISD label which just deletes the label.
Chris Lattner
2007-03-03
1
-0
/
+3
*
Remove unnecessary #include.
Reid Spencer
2007-03-03
1
-1
/
+0
*
1. Handle errors around the ModuleProvider. This is necessary since it is
Reid Spencer
2007-03-03
1
-11
/
+23
*
Deal with error handling better.
Reid Spencer
2007-03-03
5
-14
/
+31
*
Make the creation functions take an error string. This will help the
Reid Spencer
2007-03-03
1
-2
/
+3
*
Make sure that when we store a value it is masked to its correct bit
Reid Spencer
2007-03-03
1
-1
/
+15
*
Complete the APIntification of the interpreter. All asserts for > 64 bits
Reid Spencer
2007-03-03
1
-118
/
+209
*
Avoid memory leakage by having caller construct the APInt for the
Reid Spencer
2007-03-03
1
-5
/
+4
*
Require the destination GlobalValue for LoadValueFromMemory to be passed
Reid Spencer
2007-03-03
1
-1
/
+2
*
Regularize the interface for conversion functions to/from float/double.
Reid Spencer
2007-03-03
1
-3
/
+9
*
Fix constant folding of fp->int bitcast for vectors.
Reid Spencer
2007-03-03
1
-2
/
+2
*
Add APIntVal as a possible GenericeValue.
Reid Spencer
2007-03-03
1
-0
/
+3
*
Only propagate IsKill if the last use is a kill.
Evan Cheng
2007-03-03
1
-8
/
+22
*
Implement APInt support for the binary operators.
Reid Spencer
2007-03-03
1
-254
/
+240
*
1. Have the ExecutionContext keep track of the APInt's allocated and
Reid Spencer
2007-03-03
1
-11
/
+13
*
http://llvm.org/bugs/show_bug.cgi?id=1237
Nate Begeman
2007-03-03
1
-5
/
+10
*
Implement loading and storing of APInt values from memory.
Reid Spencer
2007-03-03
1
-8
/
+16
*
Make getNumWords public so that those using getRawData stand a chance of
Reid Spencer
2007-03-03
1
-7
/
+7
*
Add names for some of the operators. This is needed for the macros in
Reid Spencer
2007-03-03
1
-0
/
+9
*
Emit low/high immediate loads properly for Linux/PPC.
Nick Lewycky
2007-03-03
1
-6
/
+10
[next]