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
*
Enhance RecursivelyDeleteTriviallyDeadInstructions to optionally
Chris Lattner
2008-11-27
2
-9
/
+21
*
use continue to reduce indentation
Chris Lattner
2008-11-27
1
-18
/
+19
*
remove doConstantPropagation and dceInstruction, they are just
Chris Lattner
2008-11-27
3
-66
/
+34
*
simplify code.
Chris Lattner
2008-11-27
1
-4
/
+12
*
simplify this logic.
Chris Lattner
2008-11-27
1
-4
/
+6
*
Also update the README.
Nick Lewycky
2008-11-27
1
-7
/
+1
*
Chris prefers icmp/select over udiv!
Nick Lewycky
2008-11-27
3
-10
/
+19
*
Add a synthetic missed optimization.
Nick Lewycky
2008-11-27
1
-0
/
+24
*
Add a couple of missed optimizations on integer vectors. Multiply and divide
Nick Lewycky
2008-11-27
3
-6
/
+44
*
defensive patch: if CGP is merging a block with the entry block, make sure
Chris Lattner
2008-11-27
1
-1
/
+8
*
Fix PR3138: if we merge the entry block into another block, make sure to
Chris Lattner
2008-11-27
2
-0
/
+19
*
Silence a warning.
Nick Lewycky
2008-11-27
1
-1
/
+1
*
fix build on some machines. thanks buildbot
Nuno Lopes
2008-11-27
1
-0
/
+1
*
fix my previous commit r60064: compare strings instead of pointers
Nuno Lopes
2008-11-27
1
-1
/
+10
*
switch InstCombine::visitLoadInst to use
Chris Lattner
2008-11-27
2
-45
/
+54
*
improve const correctness.
Chris Lattner
2008-11-27
2
-4
/
+4
*
enhance FindAvailableLoadedValue to make use of AliasAnalysis
Chris Lattner
2008-11-27
1
-1
/
+20
*
move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.
Chris Lattner
2008-11-27
3
-63
/
+85
*
Get rid of bogus "control may reach end of non-void function ‘...’ being
Bill Wendling
2008-11-27
1
-2
/
+2
*
simplify this code a bit.
Chris Lattner
2008-11-27
1
-4
/
+4
*
Use the new MergeBasicBlockIntoOnlyPred function.
Chris Lattner
2008-11-27
1
-19
/
+1
*
move MergeBasicBlockIntoOnlyPred to Transforms/Utils.
Chris Lattner
2008-11-27
3
-31
/
+41
*
XFAil test due to reverting of patch.
Bill Wendling
2008-11-27
1
-0
/
+1
*
rename ThreadBlock to ProcessBlock, since it does other things than
Chris Lattner
2008-11-27
1
-4
/
+4
*
Comment out code that isn't entirely correct.
Bill Wendling
2008-11-27
1
-1
/
+3
*
Fixed HTML closing tag, cleaned up some spacing.
Misha Brukman
2008-11-27
1
-2
/
+2
*
Removing redundant semicolons. No functionality change.
Sanjiv Gupta
2008-11-27
1
-2
/
+2
*
Make jump threading substantially more powerful, in the following ways:
Chris Lattner
2008-11-27
2
-0
/
+307
*
Eliminate a compile time warning.
Evan Cheng
2008-11-27
1
-1
/
+1
*
Avoid inserting noop's in the middle of a loop.
Evan Cheng
2008-11-27
2
-1
/
+39
*
On x86 favors folding short immediate into some arithmetic operations (e.g. a...
Evan Cheng
2008-11-27
5
-11
/
+62
*
Add a missing case in visitADD.
Dale Johannesen
2008-11-27
1
-0
/
+3
*
Add -march=x86.
Evan Cheng
2008-11-27
1
-1
/
+1
*
Add typedef to StringMapEntry.
Ted Kremenek
2008-11-27
1
-2
/
+4
*
Disallow multiple edges.
Mikhail Glushenkov
2008-11-26
3
-5
/
+26
*
Add x86-specific test for add-with-overflow intrinsics.
Bill Wendling
2008-11-26
1
-0
/
+41
*
Generate something sensible for an [SU]ADDO op when the overflow/carry flag is
Bill Wendling
2008-11-26
4
-6
/
+40
*
Turn on my codegen prepare heuristic by default. It doesn't affect
Chris Lattner
2008-11-26
2
-7
/
+3
*
Small formatting change.
Bill Wendling
2008-11-26
1
-4
/
+4
*
Update to explain how ssp and sspreq attributes override each other.
Bill Wendling
2008-11-26
1
-5
/
+14
*
Fix typo.
Devang Patel
2008-11-26
1
-1
/
+1
*
Cosmetic.
Evan Cheng
2008-11-26
1
-2
/
+2
*
Check that running the DAG combiner between type
Duncan Sands
2008-11-26
1
-0
/
+1
*
Describe some more options in the man page.
Mikhail Glushenkov
2008-11-26
1
-8
/
+62
*
ignore build dirs and generated files
Nuno Lopes
2008-11-26
0
-0
/
+0
*
Allow custom lowering of ADDE/ADDC/SUBE/SUBC operations.
Sanjiv Gupta
2008-11-26
1
-6
/
+36
*
Fix the -I option (llvmc -I dir1 -I dir2 didn't work).
Mikhail Glushenkov
2008-11-26
1
-0
/
+2
*
Refactor Tools.td to remove repetition.
Mikhail Glushenkov
2008-11-26
1
-68
/
+10
*
Small fix: the error message was incorrect in some cases.
Mikhail Glushenkov
2008-11-26
1
-3
/
+3
*
Emit declaration for globals and externs.
Sanjiv Gupta
2008-11-26
5
-38
/
+120
[next]