index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
3
-4
/
+33
*
Fix ARM encoding typo: Opcod3 is not passed to ASuI parent class.
Bob Wilson
2009-10-26
1
-2
/
+2
*
Add more ARM instruction encodings for 's' bit set and "rs" register encoding
Bob Wilson
2009-10-26
1
-2
/
+18
*
Allow the aggressive anti-dep breaker to process the same region multiple tim...
David Goodwin
2009-10-26
5
-149
/
+263
*
Simplify this code. LoopDeletion doesn't need to explicit check that
Dan Gohman
2009-10-26
1
-24
/
+2
*
Code that checks WillNotOverflowSignedAdd before creating an Add
Dan Gohman
2009-10-26
3
-10
/
+10
*
Update CMake files.
Ted Kremenek
2009-10-26
2
-1
/
+2
*
Teach BasicAA how to analyze Select instructions, and make it more
Dan Gohman
2009-10-26
2
-2
/
+149
*
Remove / use flags that are now set in the Makefile.config.
Julien Lerouge
2009-10-26
3
-5
/
+1
*
Regenerate.
Julien Lerouge
2009-10-26
1
-25
/
+38
*
Add an autoconf test to check for optional compiler flags like
Julien Lerouge
2009-10-26
3
-0
/
+14
*
Define virtual destructor in *.cpp file.
David Goodwin
2009-10-26
2
-1
/
+4
*
Add aggressive anti-dependence breaker. Currently it is not the default for a...
David Goodwin
2009-10-26
4
-3
/
+829
*
Check in the experimental GEP splitter pass. This pass splits complex
Dan Gohman
2009-10-26
3
-0
/
+88
*
Add virtual destructor.
David Goodwin
2009-10-26
1
-0
/
+2
*
Revert r85134, it breaks mingw build
Anton Korobeynikov
2009-10-26
2
-5
/
+3
*
Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolder
Dan Gohman
2009-10-26
1
-0
/
+10
*
When checking whether a def of an aliased register is dead, ask the
Dan Gohman
2009-10-26
1
-1
/
+1
*
Make PIC16 overlay a loadable pass.
Sanjiv Gupta
2009-10-26
2
-4
/
+4
*
Do not use expensive sort().
Devang Patel
2009-10-26
1
-4
/
+6
*
Some svn:ignore tweaks.
Benjamin Kramer
2009-10-26
0
-0
/
+0
*
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
7
-545
/
+737
*
Add support to encode type info using llvm::Constant.
Devang Patel
2009-10-26
2
-0
/
+116
*
Fix a typo in a comment.
Dan Gohman
2009-10-26
1
-1
/
+1
*
reapply r85085 with a bugfix to avoid infinite looping.
Chris Lattner
2009-10-26
2
-9
/
+47
*
Make LSR's OptimizeShadowIV ignore induction variables with negative
Dan Gohman
2009-10-26
2
-0
/
+29
*
- Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and
Evan Cheng
2009-10-26
5
-45
/
+218
*
Revert 85085. It causes infinite looping during llvm-gcc build.
Evan Cheng
2009-10-26
2
-45
/
+7
*
Fix gmake check for AuroraUX triple.
Edward O'Callaghan
2009-10-26
1
-2
/
+6
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
79
-88
/
+88
*
Implement PR3266 & PR5276, folding:
Chris Lattner
2009-10-26
3
-19
/
+61
*
Update the 'svn:ignore' property to remove stale file references.
Chandler Carruth
2009-10-25
0
-0
/
+0
*
convert or.ll to filecheck and merge or2 into it.
Chris Lattner
2009-10-25
2
-71
/
+128
*
Remove stale reference to ThreadSupport.h.
Chandler Carruth
2009-10-25
1
-2
/
+1
*
fix PR5295 where the .ll parser didn't reject a function after a global
Chris Lattner
2009-10-25
3
-7
/
+10
*
Suppress -Asserts warning.
Daniel Dunbar
2009-10-25
1
-0
/
+2
*
fix PR5186: the JIT shouldn't try to codegen available_externally
Chris Lattner
2009-10-25
1
-1
/
+1
*
Remove unused includes.
Chandler Carruth
2009-10-25
2
-2
/
+0
*
of -> or
Jim Grosbach
2009-10-25
1
-1
/
+1
*
80-column cleanup
Jim Grosbach
2009-10-25
1
-2
/
+3
*
Reapply 85006 with a minor fix.
Sanjiv Gupta
2009-10-25
6
-3
/
+52
*
Add a couple of ARM cross-rc coalescing tests.
Evan Cheng
2009-10-25
2
-0
/
+119
*
Update tests.
Evan Cheng
2009-10-25
2
-6
/
+11
*
Add ARM getMatchingSuperRegClass to handle S / D / Q cross regclass coalescing.
Evan Cheng
2009-10-25
2
-0
/
+34
*
Don't forget subreg indices when folding load / store.
Evan Cheng
2009-10-25
1
-10
/
+30
*
Use isIdentityCopy. Fix a bozo bug (flipped condition) in InvalidateRegDef.
Evan Cheng
2009-10-25
1
-5
/
+5
*
Code clean up.
Evan Cheng
2009-10-25
1
-33
/
+33
*
Do not delete identity insert_subreg even if dest is virtual. Let later passe...
Evan Cheng
2009-10-25
1
-20
/
+27
*
Add isIdentityCopy to check for identity copy (or extract_subreg, etc.)
Evan Cheng
2009-10-25
1
-9
/
+19
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
98
-98
/
+1
[next]