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 PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...
Duncan Sands
2011-01-02
2
-15
/
+55
*
Remove an unused member function.
Cameron Zwarich
2011-01-02
1
-3
/
+0
*
Propagate to parent scope changes made to CMAKE_CXX_FLAGS.
Oscar Fuentes
2011-01-02
1
-0
/
+1
*
Fix a typo in a variable name.
Cameron Zwarich
2011-01-02
1
-3
/
+3
*
Move a load into the only branch where it is used and eliminate a temporary.
Cameron Zwarich
2011-01-02
1
-3
/
+1
*
Add the explanatory comment from r122680's commit message to the code itself.
Cameron Zwarich
2011-01-02
1
-0
/
+10
*
Tidy up indentation.
Cameron Zwarich
2011-01-02
1
-5
/
+5
*
Fix a typo, which should also fix the failure on llvm-x86_64-linux-checks.
Cameron Zwarich
2011-01-02
1
-1
/
+1
*
Allow loop-idiom to run on multiple BB loops, but still only scan the loop
Chris Lattner
2011-01-02
3
-13
/
+29
*
Remove the #ifdef'd code for balancing the eval-link data structure. It doesn't
Cameron Zwarich
2011-01-02
1
-65
/
+3
*
remove debugging code.
Chris Lattner
2011-01-02
1
-4
/
+0
*
add some -stats output.
Chris Lattner
2011-01-02
1
-1
/
+10
*
improve loop rotation to use CodeMetrics to analyze the
Chris Lattner
2011-01-02
2
-17
/
+8
*
Speed up dominator computation some more by optimizing bucket processing. When
Cameron Zwarich
2011-01-02
2
-14
/
+24
*
teach loop idiom recognition to form memcpy's from simple loops.
Chris Lattner
2011-01-02
2
-22
/
+130
*
Remove functions from the FnSet when one of their callee's is being merged. This
Nick Lewycky
2011-01-02
1
-82
/
+66
*
a missed __builtin_object_size case.
Chris Lattner
2011-01-01
1
-0
/
+17
*
various updates.
Chris Lattner
2011-01-01
1
-31
/
+29
*
fix a globalopt crash on two Adobe-C++ testcases that the recent
Chris Lattner
2011-01-01
2
-0
/
+14
*
Fix darwin bots.
Rafael Espindola
2011-01-01
1
-1
/
+1
*
Remove empty directories left behind by git-svn users.
Benjamin Kramer
2011-01-01
0
-0
/
+0
*
Add support for the 'H' modifier.
Rafael Espindola
2011-01-01
2
-0
/
+18
*
Update the test
Anton Korobeynikov
2011-01-01
1
-1
/
+1
*
turn on memset idiom recognition by default. Though there are still lots of
Chris Lattner
2011-01-01
1
-0
/
+1
*
Model operand restrictions of mul-like instructions on ARMv5 via
Anton Korobeynikov
2011-01-01
4
-10
/
+100
*
add a validity check that was missed, fixing a crash on the
Chris Lattner
2011-01-01
2
-0
/
+28
*
Revert commit 122654 at the request of Chris, who reckons that instsimplify
Duncan Sands
2011-01-01
3
-133
/
+63
*
improve validity check to handle constant-trip-count loops more
Chris Lattner
2011-01-01
2
-8
/
+44
*
implement the "no aliasing accesses in loop" safety check. This pass
Chris Lattner
2011-01-01
2
-5
/
+55
*
Fix PR8878.
Rafael Espindola
2011-01-01
2
-0
/
+8
*
Correct a bunch of mistakes which meant that the example pass didn't
Duncan Sands
2011-01-01
1
-8
/
+8
*
I was unable to get the instructions to work if LLVM was built
Duncan Sands
2011-01-01
1
-2
/
+4
*
Clarify that the loadable module turns up in the top-level directory,
Duncan Sands
2011-01-01
1
-4
/
+5
*
Fix a README item by having InstructionSimplify do a mild form of value
Duncan Sands
2011-01-01
3
-63
/
+133
*
ptx: remove reg-reg addressing mode and st.const
Che-Liang Chiou
2011-01-01
4
-39
/
+15
*
ptx: add store instruction
Che-Liang Chiou
2011-01-01
5
-4
/
+179
*
Add a reference to the OCamlLangImpl8.
Erick Tryzelaar
2011-01-01
1
-1
/
+1
*
Add an OCaml tutorial page 8
Erick Tryzelaar
2011-01-01
2
-1
/
+366
*
Add to the list of cmake files the object file, not the asm file. This
Oscar Fuentes
2010-12-31
1
-1
/
+1
*
CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler
Oscar Fuentes
2010-12-31
1
-2
/
+2
*
Simplify this pass by using a depth-first iterator to ensure that all
Duncan Sands
2010-12-31
1
-39
/
+20
*
Zap dead instructions harder.
Duncan Sands
2010-12-31
1
-7
/
+2
*
Make a bunch of symbols internal.
Benjamin Kramer
2010-12-30
2
-19
/
+19
*
Add another non-commutable instruction that gas accepts commuted forms for.
Nick Lewycky
2010-12-30
2
-3
/
+8
*
ptx: add state spaces
Che-Liang Chiou
2010-12-30
4
-9
/
+97
*
include the module identifier when emitting this warning, PR8865.
Chris Lattner
2010-12-30
1
-4
/
+7
*
print the right string, thanks for Frits for noticing.
Chris Lattner
2010-12-30
1
-1
/
+1
*
Use getVRegDef() instead of def_iterator. This leads to fewer defs being added
Cameron Zwarich
2010-12-30
1
-4
/
+3
*
improve warning message to at least say what the triples are.
Chris Lattner
2010-12-29
1
-1
/
+3
*
Fix stack layout error in MBlaze backend.
Wesley Peck
2010-12-29
2
-37
/
+98
[next]