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
*
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
*
Use ## for comment delimiter on darwin x86-32, so
Dale Johannesen
2008-03-25
3
-12
/
+62
*
Smaller function alignment when optimizing for size.
Evan Cheng
2008-03-25
3
-6
/
+8
*
Rename option -optimizefor-size to -optimize-size.
Evan Cheng
2008-03-25
1
-1
/
+1
*
Remove some debugging code.
Owen Anderson
2008-03-25
1
-3
/
+0
*
StrongPHIElimination doesn't support swapping live intervals like the coalesc...
Owen Anderson
2008-03-25
1
-9
/
+6
*
Add explicit keywords.
Dan Gohman
2008-03-25
23
-36
/
+39
*
A quick nm audit turned up several fixed tables and objects that were
Dan Gohman
2008-03-25
13
-27
/
+30
*
Avoid outputing spaces at the ends of lines.
Dan Gohman
2008-03-25
1
-4
/
+4
*
Do not align loops if optimizing for size.
Devang Patel
2008-03-25
1
-1
/
+1
*
Add optimize-for-size knob.
Devang Patel
2008-03-25
2
-0
/
+10
*
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
4
-2
/
+26
*
Handle a special case xor undef, undef -> 0. Technically this should be trans...
Evan Cheng
2008-03-25
2
-1
/
+12
*
Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!
Anton Korobeynikov
2008-03-25
1
-1
/
+1
*
De-constify the input to the "operator >>" method as it is modified.
Bill Wendling
2008-03-25
1
-1
/
+1
*
Fix typos.
Dan Gohman
2008-03-25
1
-3
/
+3
*
Add CMP32mr and friends to the load-unfolding table. Among
Dan Gohman
2008-03-25
2
-1
/
+5
*
Tests for the instruction iterator bindings.
Gordon Henriksen
2008-03-25
1
-0
/
+35
*
Extend the builder interface to use the new instruction positioning code.
Gordon Henriksen
2008-03-25
3
-36
/
+130
*
Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in the
Bill Wendling
2008-03-25
1
-2
/
+2
*
Disable building llvm-upgrade.
Tanya Lattner
2008-03-25
1
-1
/
+1
*
Make a note of the fact that EmitOwnedPtr() has nothing to do with the
Sam Bishop
2008-03-25
1
-0
/
+2
*
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
110
-2138
/
+1823
*
lastRegisterUse() should ignore identity copies. Those will be erased.
Evan Cheng
2008-03-25
2
-7
/
+44
[next]