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
*
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-30
11
-0
/
+19
*
minor code cleanups, allow constant folding sinf/cosf.
Chris Lattner
2008-03-30
1
-20
/
+26
*
fix typo, PR2181
Chris Lattner
2008-03-30
1
-2
/
+2
*
Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.
Erick Tryzelaar
2008-03-30
2
-0
/
+2115
*
Cosmetic changes.
Evan Cheng
2008-03-29
1
-24
/
+3
*
Honour another bunch of parameter attributes in llvm2cpp
Anton Korobeynikov
2008-03-29
1
-0
/
+8
*
Honour ByVal parameter attribute in llvm2cpp
Anton Korobeynikov
2008-03-29
1
-0
/
+2
*
change iterator invalidation avoidance to just move the iterator backward
Chris Lattner
2008-03-29
1
-18
/
+25
*
make the common case of a single store (which clearly shouldn't be turned
Chris Lattner
2008-03-29
1
-3
/
+12
*
add a testcase for forming memset from noncontiguous stores.
Chris Lattner
2008-03-29
2
-1
/
+100
*
give form-memset a significantly more sane heuristic, enable it by default.
Chris Lattner
2008-03-29
1
-7
/
+49
*
Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ...
Owen Anderson
2008-03-29
1
-58
/
+25
*
Cosmetic change.
Evan Cheng
2008-03-29
1
-1
/
+1
*
Fix a tokenfactor node to use the load chain rather than the
Dan Gohman
2008-03-28
2
-1
/
+36
*
Backing out 48911 for now. It's breaking stuff.
Evan Cheng
2008-03-28
1
-12
/
+8
*
ifdef out a dead function. Should this be removed?
Chris Lattner
2008-03-28
1
-0
/
+2
*
Rename getAnyLoad to getLoad is suggested by Evan.
Duncan Sands
2008-03-28
3
-22
/
+22
*
New entry.
Evan Cheng
2008-03-28
1
-0
/
+44
*
Load from stub is already re-materializable.
Evan Cheng
2008-03-28
1
-8
/
+12
*
Update example to new syntax.
Nick Lewycky
2008-03-28
2
-3
/
+9
*
make memset inference significantly more powerful: it can now handle
Chris Lattner
2008-03-28
1
-82
/
+184
*
New entry.
Evan Cheng
2008-03-28
1
-0
/
+2
*
Simplify the conversion from "0x" numbers to a single digit number.
Bill Wendling
2008-03-28
1
-17
/
+1
*
Implement LegalizeTypes support for softfloat LOAD.
Duncan Sands
2008-03-27
4
-78
/
+69
*
Avoid creating chain dependencies from CopyToReg nodes to load and store
Dan Gohman
2008-03-27
2
-56
/
+73
*
PHI->removeIncomingValue may remove PHInode.
Devang Patel
2008-03-27
1
-1
/
+2
*
add another testcase
Devang Patel
2008-03-27
1
-0
/
+13
*
Fix build breakage on Windows with GCC 4.3. References bug #2176.
Mikhail Glushenkov
2008-03-27
1
-1
/
+1
*
Fix spelling. Thanks, Duncan! :-)
Roman Levenstein
2008-03-27
1
-1
/
+1
*
Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function
Roman Levenstein
2008-03-27
1
-2
/
+25
*
Adding the first two chapters of the ocaml/kaleidoscope tutorial.
Erick Tryzelaar
2008-03-27
3
-0
/
+1421
*
when a node is removed from an ilist, set its next/prev pointers to
Chris Lattner
2008-03-27
1
-0
/
+8
*
New test case.
Devang Patel
2008-03-27
1
-0
/
+7
*
Code clean up.
Evan Cheng
2008-03-27
1
-14
/
+16
*
Allow certain lea instructions to be rematerialized.
Evan Cheng
2008-03-27
3
-35
/
+68
*
Remove an unused command line option.
Evan Cheng
2008-03-27
1
-6
/
+0
*
Fix a memory bug: increment an iterator of a deleted machine instr.
Evan Cheng
2008-03-27
2
-2
/
+31
*
Expose ExecutionEngine::getTargetData() to c and ocaml bindings.
Erick Tryzelaar
2008-03-27
6
-2
/
+24
*
Updating win32 VStudio project files with new file references and removing de...
Chuck Rose III
2008-03-27
4
-29
/
+37
*
Fix a bug in Darwin EH: FDE->CIE pointer must
Dale Johannesen
2008-03-26
2
-15
/
+18
*
Another test commit (with git-svn)
Mikhail Glushenkov
2008-03-26
2
-0
/
+4
*
Test commit
Mikhail Glushenkov
2008-03-26
1
-9
/
+0
*
One more coalescer fix wrt deadness propagation.
Evan Cheng
2008-03-26
2
-14
/
+50
*
Avoid commuting a def MI in order to coalesce a copy instruction away if any ...
Evan Cheng
2008-03-26
3
-2
/
+62
*
Use a linked data structure for the uses lists of an SDNode, just like
Roman Levenstein
2008-03-26
11
-178
/
+372
*
Fixed some spelling errors. Thanks, Duncan!
Roman Levenstein
2008-03-26
1
-52
/
+54
*
Some improvements related to the computation of isReachable.
Roman Levenstein
2008-03-26
1
-54
/
+315
*
Fix some SSE4.1 instruction encoding bugs.
Evan Cheng
2008-03-26
1
-4
/
+4
*
Dead PHI instructions need to be handled specially.
Owen Anderson
2008-03-26
1
-0
/
+22
*
Test commit (removed trailing whitespace)
Erick Tryzelaar
2008-03-26
1
-1
/
+1
[next]