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
*
simplify logic a bit
Chris Lattner
2008-07-13
1
-9
/
+10
*
Refactor some code out into its own helper function, getting rid of crazy mul...
Chris Lattner
2008-07-13
1
-54
/
+84
*
Fix comment.
Duncan Sands
2008-07-13
1
-1
/
+1
*
Fix PR2231 - opt -internalize -std-compile-opts should run internalize first
Chris Lattner
2008-07-13
1
-8
/
+17
*
Remove deleted files from VC++ project.
Cédric Venet
2008-07-13
1
-8
/
+0
*
Inline typedef for alist_iterator::pointer to work with MSVC++.
Ted Kremenek
2008-07-12
1
-1
/
+5
*
Stop creating extraneous smax/umax in SCEV. This removes a regression where we
Nick Lewycky
2008-07-12
4
-7
/
+146
*
operator[] is not defined for list::iterator. Overload it in ilist::iterator
Nick Lewycky
2008-07-12
1
-0
/
+4
*
Enhance analysis of srem.
Nick Lewycky
2008-07-12
2
-15
/
+12
*
Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!
Evan Cheng
2008-07-12
4
-220
/
+329
*
Typos.
Evan Cheng
2008-07-12
1
-2
/
+2
*
Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register...
Evan Cheng
2008-07-12
2
-0
/
+72
*
Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.
Evan Cheng
2008-07-12
7
-77
/
+34
*
Add a utility function to MachineInstr for testing whether an instruction
Dan Gohman
2008-07-12
2
-7
/
+10
*
Fix spelling of "hierarchy" in comments.
Dan Gohman
2008-07-11
3
-5
/
+5
*
Fix typos in comments.
Dan Gohman
2008-07-11
1
-4
/
+4
*
Include a frame index in the "fixed stack" pseudo source value
Dan Gohman
2008-07-11
6
-45
/
+60
*
Minor tweaks to the ImmutableList iterator interface.
Ted Kremenek
2008-07-11
1
-2
/
+26
*
Porting r53478 into mainline:
Bill Wendling
2008-07-11
1
-0
/
+8
*
Fix an obsolete top-level comment.
Dan Gohman
2008-07-11
1
-3
/
+2
*
Factor out debugging code into the common base class.
Dan Gohman
2008-07-11
3
-8
/
+5
*
Add support for putting NamedRegionTimers in TimerGroups, and
Dan Gohman
2008-07-11
6
-26
/
+72
*
Use find instead of lower_bound.
Dan Gohman
2008-07-11
6
-17
/
+16
*
add support for returning i128, PR2532.
Chris Lattner
2008-07-11
1
-0
/
+14
*
Trim unnecessary #includes.
Dan Gohman
2008-07-11
10
-8
/
+6
*
Don't call lookupNumber more than we have to.
Owen Anderson
2008-07-11
1
-5
/
+8
*
Remove an apparently useless routine: there should
Duncan Sands
2008-07-11
2
-15
/
+0
*
It is pointless to turn a UINT_TO_FP into an
Duncan Sands
2008-07-11
4
-79
/
+126
*
Add two missing SINT_TO_FP libcalls.
Duncan Sands
2008-07-11
3
-11
/
+23
*
Port a shift-by-1 optimization from LegalizeDAG: it
Duncan Sands
2008-07-11
2
-0
/
+12
*
Add support for 128 bit shifts and 32 bit shifts
Duncan Sands
2008-07-11
3
-6
/
+26
*
Document 'mask' in this calculation.
Nick Lewycky
2008-07-11
1
-0
/
+1
*
Align comments, colons and cases. Remove trailing
Duncan Sands
2008-07-11
1
-17
/
+17
*
Remove misleading constant from comment.
Nick Lewycky
2008-07-11
1
-1
/
+1
*
Add another optimization from PR2330. Also catch some missing cases that are
Nick Lewycky
2008-07-11
2
-0
/
+58
*
The frame address on an x86-64 box needs to be offset by -8, not -4.
Bill Wendling
2008-07-11
2
-1
/
+12
*
a missed optimization that Eli spotted
Chris Lattner
2008-07-11
1
-1
/
+1
*
another bug in the same line.
Chris Lattner
2008-07-11
1
-1
/
+1
*
fix a bug spotted by Eli's eagle eyes
Chris Lattner
2008-07-11
1
-2
/
+2
*
simplify and merge a bunch of code. Instead of comparing against
Chris Lattner
2008-07-11
1
-81
/
+52
*
fold away (x <= cst) earlier, allowing us to not have to
Chris Lattner
2008-07-11
1
-103
/
+68
*
Fix folding of icmp's of i1 where the comparison is signed. The code
Chris Lattner
2008-07-11
2
-11
/
+32
*
Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, t...
Chris Lattner
2008-07-11
2
-16
/
+23
*
make this condition more precise.
Chris Lattner
2008-07-11
1
-2
/
+1
*
regenerate
Chris Lattner
2008-07-11
3
-1035
/
+1101
*
Implement PR2538
Chris Lattner
2008-07-11
3
-24
/
+73
*
Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticed
Chris Lattner
2008-07-10
1
-2
/
+5
*
make legalize types be a command line option: -enable-legalize-types.
Chris Lattner
2008-07-10
1
-5
/
+8
*
Make typedef public to make MSVC++ happy.
Ted Kremenek
2008-07-10
1
-0
/
+1
*
Make some typedefs public to make MSVC++ happy.
Ted Kremenek
2008-07-10
1
-3
/
+4
[next]