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
*
Rename getValueName -> getMangledName.
Chris Lattner
2009-07-14
12
-55
/
+47
*
Remove some tabs and fix other whitespace. No functional changes.
Bob Wilson
2009-07-14
1
-7
/
+7
*
Fix a comment.
Bob Wilson
2009-07-14
1
-1
/
+1
*
Fix an obvious error.
Bob Wilson
2009-07-14
1
-3
/
+3
*
Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...
Chris Lattner
2009-07-14
4
-62
/
+93
*
New VNInfo alignment patch by Ryan Flynn.
Lang Hames
2009-07-14
1
-14
/
+3
*
Change the internal interface to makeNameProper to take a bool that
Chris Lattner
2009-07-14
6
-46
/
+31
*
Unbroke LiveInterval.
Lang Hames
2009-07-14
1
-4
/
+7
*
Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn.
Lang Hames
2009-07-14
1
-22
/
+21
*
Fix trivial todo in instcombine.
Eli Friedman
2009-07-14
2
-1
/
+7
*
1. In Thumb mode, select tBx instead of ARM variants.
Evan Cheng
2009-07-14
2
-20
/
+16
*
Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant
Dan Gohman
2009-07-14
3
-17
/
+17
*
Port this unittest to use LLVMContext.
Dan Gohman
2009-07-14
1
-30
/
+33
*
Remove hack now that Evan fixed it so that the frame pointer isn't saved twice.
Bill Wendling
2009-07-14
1
-23
/
+0
*
Fix indvars to not assume that a loop with a single unique exit
Dan Gohman
2009-07-14
2
-7
/
+52
*
Introduce a new LoopInfo utility function makeLoopInvariant, which
Dan Gohman
2009-07-14
2
-1
/
+89
*
use getValueName instead of makeNameProper.
Chris Lattner
2009-07-14
1
-2
/
+2
*
Fix detection of valid BFC immediates.
David Goodwin
2009-07-14
2
-10
/
+16
*
Do not use Mangler to remove '1' from linkage name.
Devang Patel
2009-07-14
2
-17
/
+4
*
Check for the correct unnamed name.
Bill Wendling
2009-07-14
1
-1
/
+1
*
Fix pr4544. When remating, make sure the destination register fits the instru...
Evan Cheng
2009-07-14
1
-0
/
+11
*
Don't delete asm's just because their inputs are undefined;
Dale Johannesen
2009-07-14
2
-8
/
+28
*
Add a newline, now that Value's operator<< doesn't print one.
Dan Gohman
2009-07-14
1
-0
/
+1
*
FreeInst is trapping.
Dan Gohman
2009-07-14
1
-0
/
+1
*
Fix an obvious copy-and-paste error.
Bob Wilson
2009-07-14
1
-8
/
+8
*
Revert 75308.
Bob Wilson
2009-07-14
4
-203
/
+60
*
the mangler can never mangle intrinsics, don't allow this.
Chris Lattner
2009-07-14
1
-4
/
+2
*
Fix obvious typo.
Eli Friedman
2009-07-14
1
-1
/
+1
*
Revert 75309.
Bob Wilson
2009-07-14
1
-106
/
+8
*
rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more
Chris Lattner
2009-07-14
2
-24
/
+23
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
4
-91
/
+19
*
remove Mangler::getTypeID and related data, it was only used for mangling
Chris Lattner
2009-07-13
2
-19
/
+1
*
remove mangler support for mangling local names. Mangler should only be
Chris Lattner
2009-07-13
2
-15
/
+0
*
fix CBE & MSIL backends to not use the mangler for non-global symbols.
Chris Lattner
2009-07-13
3
-27
/
+54
*
don't print redundant @PLT suffixes
Chris Lattner
2009-07-13
1
-4
/
+0
*
Revert an accidental commit.
Evan Cheng
2009-07-13
1
-1
/
+1
*
the mangler should put suffixes on unnamed global's mangled names as well
Chris Lattner
2009-07-13
1
-1
/
+1
*
Move a bit more functionality to LLVMContext, which apparently wasn't being u...
Owen Anderson
2009-07-13
4
-25
/
+34
*
Added llvm-mc support for parsing the .abort directive.
Kevin Enderby
2009-07-13
5
-0
/
+52
*
Check in a reduced version of this testcase.
Dan Gohman
2009-07-13
1
-17376
/
+563
*
Print a newline after printing a Value, now that Value's operator<<
Dan Gohman
2009-07-13
1
-1
/
+1
*
#include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.
Dan Gohman
2009-07-13
1
-0
/
+1
*
Two changes:
Chris Lattner
2009-07-13
2
-11
/
+3
*
Use assertion.
Devang Patel
2009-07-13
1
-2
/
+4
*
PR4548: optimize zext+udiv+trunc to udiv.
Eli Friedman
2009-07-13
2
-1
/
+39
*
Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods ...
Owen Anderson
2009-07-13
1
-38
/
+132
*
Cleanup the global emission and refactor some code
Bruno Cardoso Lopes
2009-07-13
4
-104
/
+110
*
Fix the build.
Owen Anderson
2009-07-13
1
-0
/
+1
*
NewNightlyTest.pl - Add -configure-args option.
Daniel Dunbar
2009-07-13
1
-0
/
+2
*
Fix bug in run-line.
Eli Friedman
2009-07-13
1
-3
/
+1
[next]