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 PR2967 by not deleting volatile load/stores that occur before unreachable.
Chris Lattner
2008-10-29
2
-0
/
+30
*
fix typo
Torok Edwin
2008-10-29
1
-1
/
+1
*
Make the declaration of bzero match size_t on
Duncan Sands
2008-10-29
1
-1
/
+1
*
Fix PR2977: LegalizeTypes support for expanding
Duncan Sands
2008-10-29
5
-0
/
+30
*
Add sanity checking for BUILD_PAIR (I noticed the
Duncan Sands
2008-10-29
3
-7
/
+42
*
- More pre-split fixes: spill slot live interval computation bug; restore poi...
Evan Cheng
2008-10-29
5
-40
/
+148
*
Fix a FIXME: in ReplaceNodeWith, if the new node
Duncan Sands
2008-10-29
2
-87
/
+108
*
Fix 80 column violations.
Duncan Sands
2008-10-29
1
-2
/
+2
*
Fix 80 column violations.
Duncan Sands
2008-10-29
1
-5
/
+10
*
- Rewrite code that update register live interval that's split.
Evan Cheng
2008-10-29
5
-86
/
+199
*
CMake: Removed some cruft.
Oscar Fuentes
2008-10-29
4
-21
/
+13
*
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-10-29
2
-19
/
+31
*
Don't force things to be Value * when they're not.
David Greene
2008-10-29
1
-1
/
+1
*
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
2008-10-28
3
-15
/
+14
*
(A & sext(C)) | (B & ~sext(C) -> C ? A : B
Dan Gohman
2008-10-28
2
-0
/
+39
*
Take Chris' suggestion and define EnableFastISelVerbose and
Dan Gohman
2008-10-28
1
-8
/
+3
*
llvm-ld doesn't have a -march option. This fixes PR2961
Chris Lattner
2008-10-28
1
-4
/
+0
*
Reuse PrintEscapedString for printing names in .ll
Daniel Dunbar
2008-10-28
1
-28
/
+21
*
Protect the code for fast-isel debugging with #ifndef NDEBUG.
Dan Gohman
2008-10-28
1
-0
/
+10
*
Add some more information to the top-level comment for this file.
Dan Gohman
2008-10-28
1
-1
/
+5
*
Support for constant islands in the ARM JIT.
Jim Grosbach
2008-10-28
4
-2
/
+67
*
fix prototype of print, it is (llvm/Pass.h):
Torok Edwin
2008-10-28
1
-1
/
+1
*
Avoid calls to setSubgraphColor in release mode. They generate lots of error ...
Evan Cheng
2008-10-28
1
-1
/
+4
*
Do not allow a user to set the operand for a constant.
Tanya Lattner
2008-10-28
1
-0
/
+3
*
fix duplicate anchor names, and broken anchor links from the TOC
Torok Edwin
2008-10-28
1
-3
/
+3
*
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-28
3
-5
/
+75
*
Turn off LegalizeTypes for this test for the
Duncan Sands
2008-10-28
1
-1
/
+1
*
Fix a testcase provided by Bill in which the node
Duncan Sands
2008-10-28
3
-30
/
+48
*
Don't produce invalid comparisons after legalize.
Chris Lattner
2008-10-28
1
-2
/
+4
*
fix some whitespace stuff
Chris Lattner
2008-10-28
1
-3
/
+3
*
fit in 80 cols
Chris Lattner
2008-10-28
1
-1
/
+2
*
Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized
Chris Lattner
2008-10-28
2
-4
/
+31
*
more comment cleanups.
Chris Lattner
2008-10-28
1
-3
/
+3
*
comment cleanups.
Chris Lattner
2008-10-28
1
-3
/
+3
*
If def is in the same mbb as the barrier, spilt the value after the last use ...
Evan Cheng
2008-10-28
1
-8
/
+18
*
Add command line option to limit the number splits to help debugging.
Evan Cheng
2008-10-28
1
-3
/
+7
*
Fix the name of the include guard to match the filename.
Dan Gohman
2008-10-28
1
-2
/
+2
*
Avoid putting a split past the end of the live range; always shrink wrap live...
Evan Cheng
2008-10-28
3
-11
/
+93
*
- Fix SUBVERSION string to handle x.x.x version number formats.
Bill Wendling
2008-10-27
1
-3
/
+6
*
Silence a bogus compile time warning.
Evan Cheng
2008-10-27
1
-1
/
+1
*
Re-apply 55137 with fixes.
David Greene
2008-10-27
1
-4
/
+7
*
Remove val# defined by a remat'ed def that is now dead.
Evan Cheng
2008-10-27
4
-2
/
+77
*
Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...
Ted Kremenek
2008-10-27
1
-2
/
+2
*
Have TableGen emit setSubgraphColor calls under control of a -gen-debug
David Greene
2008-10-27
11
-16
/
+61
*
Return bool (inserted) from StringSet::insert as for StringMap::insert.
Daniel Dunbar
2008-10-27
1
-3
/
+3
*
Remove tabs from my previous commit.
Cedric Venet
2008-10-27
1
-2
/
+2
*
rename vec_spat -> vec_splat, pointed out by duncan
Chris Lattner
2008-10-27
1
-0
/
+0
*
Add setSubgraphColor to color an entire portion of a SelectionDAG. This
David Greene
2008-10-27
2
-0
/
+68
*
Add STL-style typedefs and default constructors to make it possible to
David Greene
2008-10-27
1
-0
/
+5
*
Fix PR2634. Create new virtual registers from spills early so that we
David Greene
2008-10-27
1
-8
/
+19
[next]