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
*
For PR1291:
Reid Spencer
2007-04-07
5
-89
/
+157
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
3
-63
/
+320
*
Eliminate unnecessary APInt construction.
Zhou Sheng
2007-04-07
1
-8
/
+7
*
Rephrase linker explanation.
Duncan Sands
2007-04-07
1
-4
/
+4
*
Make APInt variables do the computation stuffs instead of
Zhou Sheng
2007-04-07
1
-14
/
+11
*
Eliminate unnecessary zext/trunc stuffs.
Zhou Sheng
2007-04-07
1
-14
/
+10
*
Regenerate.
Reid Spencer
2007-04-07
2
-54
/
+66
*
For PR1312:
Reid Spencer
2007-04-07
1
-2
/
+8
*
Add support for cast instructions.
Nick Lewycky
2007-04-07
1
-17
/
+75
*
Add signExtend to ConstantRange, to complement zeroExtend and truncate.
Nick Lewycky
2007-04-07
2
-0
/
+23
*
Unbreak VC++ build.
Jeff Cohen
2007-04-07
1
-0
/
+3
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
8
-329
/
+16
*
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
1
-82
/
+46
*
BreakCriticalEdges does still preserve DominatorTree.
Owen Anderson
2007-04-07
1
-0
/
+1
*
Expunge DomSet from BreakCriticalEdges. This is part of the continuing
Owen Anderson
2007-04-07
1
-52
/
+18
*
Fix a bug in my earlier commit which exposed positional options backwards.
Chris Lattner
2007-04-07
1
-3
/
+9
*
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
3
-26
/
+31
*
Terminate some lines that need to be.
Reid Spencer
2007-04-07
1
-2
/
+2
*
Support NE inequality in ValueRanges.
Nick Lewycky
2007-04-07
1
-3
/
+58
*
Expunge DomSet from LoadValueNumbering. This is part of the continuing
Owen Anderson
2007-04-07
1
-9
/
+9
*
add loop rot
Chris Lattner
2007-04-07
1
-0
/
+1
*
Reinstate the SVN capability without requiring Date::Parse. As before the
Reid Spencer
2007-04-07
1
-63
/
+154
*
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
2007-04-07
1
-3
/
+2
*
Cleanup. Refactor out the applying of value ranges to its own method.
Nick Lewycky
2007-04-07
1
-30
/
+35
*
Use TargetData to find the size of a type.
Nick Lewycky
2007-04-07
1
-13
/
+34
*
Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare'
Nick Lewycky
2007-04-07
1
-16
/
+23
*
Add loop rotation pass.
Devang Patel
2007-04-07
2
-0
/
+438
*
fix a miscompilation in printf optimizer.
Chris Lattner
2007-04-07
1
-38
/
+36
*
trunc to bool no longer compares against zero
Chris Lattner
2007-04-07
1
-10
/
+5
*
cleanups for strlen optimizer
Chris Lattner
2007-04-07
1
-34
/
+21
*
Introduce a new ReplaceCallWith method, which simplifies a lot of code.
Chris Lattner
2007-04-07
1
-186
/
+86
*
fixes for strcpy optimizer
Chris Lattner
2007-04-07
1
-53
/
+42
*
Fix bugs in strncmp.
Chris Lattner
2007-04-07
1
-62
/
+52
*
fix 3 miscompilations and several compielr crashes in strcmp optimizer.
Chris Lattner
2007-04-07
1
-44
/
+35
*
Fix several nasty bugs in the strchr optimizer, this fixes
Chris Lattner
2007-04-06
1
-48
/
+54
*
testcase for PR1307
Chris Lattner
2007-04-06
1
-0
/
+28
*
clean up strcat optimizer, no functionality change.
Chris Lattner
2007-04-06
1
-28
/
+21
*
rename getConstantStringLength -> GetConstantStringInfo. Make it return
Chris Lattner
2007-04-06
1
-74
/
+83
*
Track new header file.
Jeff Cohen
2007-04-06
1
-0
/
+3
*
rearchitect the registration mechanism used by the command line option stuff.
Chris Lattner
2007-04-06
3
-85
/
+121
*
implement Transforms/InstCombine/malloc2.ll and PR1313
Chris Lattner
2007-04-06
1
-1
/
+11
*
new testcase, update old one.
Chris Lattner
2007-04-06
2
-4
/
+23
*
Switch some vectors to smallvectors. This reduces amount of malloc'd
Chris Lattner
2007-04-06
1
-6
/
+8
*
Eliminate unneeded virtual methods
Chris Lattner
2007-04-06
1
-49
/
+44
*
minor comment fix
Chris Lattner
2007-04-06
1
-1
/
+1
*
For PR1209:
Reid Spencer
2007-04-06
3
-47
/
+113
*
XFAIL this test for now. It will be a while before I can implement this
Reid Spencer
2007-04-05
1
-0
/
+1
*
eliminate a virtual method
Chris Lattner
2007-04-05
1
-42
/
+39
*
remove the dead removeArgument method, rename Options to OptionsMap.
Chris Lattner
2007-04-05
2
-62
/
+30
*
Fix Transforms/GlobalOpt/2007-04-05-Crash.ll
Chris Lattner
2007-04-05
1
-1
/
+1
[next]