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
*
move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h
Chris Lattner
2010-11-30
3
-58
/
+59
*
remove a fixed fixme
Chris Lattner
2010-11-30
1
-2
/
+0
*
Make DeleteDeadInstruction be a static function, move some code around.
Chris Lattner
2010-11-30
1
-59
/
+64
*
Move X86InstrFPStack.td over to PseudoI as well.
Eric Christopher
2010-11-30
1
-27
/
+9
*
switch RemoveAccessedObjects to use AliasAnalysis::Location to simplify
Chris Lattner
2010-11-30
1
-17
/
+13
*
two improvements to RemoveAccessedObjects:
Chris Lattner
2010-11-30
1
-28
/
+7
*
Migrate X86InstrControl.td to use PseudoI and fix a couple of 80-col violations
Eric Christopher
2010-11-30
1
-19
/
+15
*
remove the "undead" terminology, which is nonstandard and never
Chris Lattner
2010-11-30
1
-40
/
+47
*
move call handling in handleEndBlock up a bit, and simplify it.
Chris Lattner
2010-11-30
1
-37
/
+40
*
Performance optimization on ImmutableMap/ImmutableSet:
Ted Kremenek
2010-11-30
2
-88
/
+159
*
Avoid exponential growth of a table. It feels like
Dale Johannesen
2010-11-30
1
-5
/
+22
*
Provide Thumb2 encodings for a few miscellaneous instructions.
Owen Anderson
2010-11-30
1
-8
/
+22
*
various cleanups and code simplification
Chris Lattner
2010-11-30
1
-87
/
+63
*
make getPointerSize a static function. Add ivars to DSE for
Chris Lattner
2010-11-30
1
-46
/
+42
*
reduce indentation, clean up TD use a bit.
Chris Lattner
2010-11-30
1
-28
/
+31
*
Add FIXME
Jim Grosbach
2010-11-30
1
-0
/
+1
*
forbid rtti and exceptions
Chris Lattner
2010-11-30
1
-0
/
+23
*
Add encoding support for Thumb2 PLD and PLI instructions.
Owen Anderson
2010-11-30
4
-1
/
+45
*
Noticed this on inspection, fix and update some comments.
Eric Christopher
2010-11-30
1
-3
/
+4
*
enhance isRemovable to refuse to delete volatile mem transfers
Chris Lattner
2010-11-30
2
-8
/
+35
*
The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,
Jim Grosbach
2010-11-30
1
-5
/
+0
*
Tidy up.
Jim Grosbach
2010-11-30
1
-2
/
+3
*
Pseudo-ize ARM MOVPCRX
Jim Grosbach
2010-11-30
2
-8
/
+19
*
Delete a few no longer needed references to pseudos.
Jim Grosbach
2010-11-30
1
-4
/
+0
*
Change the basic block map in LoopInfo from a std::map to a DenseMap. This is...
Cameron Zwarich
2010-11-30
1
-4
/
+5
*
Provide encodings for a few more load/store variants.
Owen Anderson
2010-11-30
1
-4
/
+16
*
Pseudo-ize BX_CALL and friends. Remove dead instruction format classes.
Jim Grosbach
2010-11-30
3
-46
/
+66
*
Add tests for more forms of Thumb2 loads and stores.
Owen Anderson
2010-11-30
1
-0
/
+32
*
add TLI support indicating that jumps are more expensive than logical operations
Chris Lattner
2010-11-30
3
-2
/
+23
*
ptx: add command-line options for gpu target and ptx version
Che-Liang Chiou
2010-11-30
2
-0
/
+24
*
Not all platforms use _<func>. Duh.
Eric Christopher
2010-11-30
1
-2
/
+2
*
Fix some grammar in comments I noticed.
Eric Christopher
2010-11-30
1
-5
/
+5
*
This defaults to GenericDomain.
Eric Christopher
2010-11-30
1
-1
/
+1
*
PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void.
Jay Foad
2010-11-30
4
-33
/
+39
*
Implement a PseudoI class and transfer the sse instructions over to use
Eric Christopher
2010-11-30
2
-12
/
+15
*
Fix insertion point in pcmp expander.
Eric Christopher
2010-11-30
1
-9
/
+2
*
Fix some cleanups from my last patch.
Eric Christopher
2010-11-30
2
-5
/
+5
*
Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost
Bill Wendling
2010-11-30
5
-14
/
+92
*
ptx: add ld instruction
Che-Liang Chiou
2010-11-30
3
-9
/
+118
*
Rewrite the main DSE loop to be written in terms of reasoning
Chris Lattner
2010-11-30
3
-77
/
+142
*
death to extraneous \n's.
Chris Lattner
2010-11-30
1
-2
/
+1
*
Rewrite mwait and monitor support and custom lower arguments.
Eric Christopher
2010-11-30
4
-4
/
+101
*
Add a puts optimization that converts puts() to putchar('\n').
Anders Carlsson
2010-11-30
2
-3
/
+45
*
Fix a typo.
Anders Carlsson
2010-11-30
1
-1
/
+1
*
Rename this test to FPuts.ll since it actually tests fputs.
Anders Carlsson
2010-11-30
1
-0
/
+0
*
rename a function and reduce some indentation, no functionality change.
Chris Lattner
2010-11-30
1
-19
/
+21
*
Make @llvm.invariant.start not be readonly, so that it has side-effects. This
Nick Lewycky
2010-11-30
2
-2
/
+2
*
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
2010-11-30
5
-0
/
+110
*
remove a use of llvm-dis
Chris Lattner
2010-11-30
1
-2
/
+1
*
remove the pointless check of MemoryUseIntrinsic from
Chris Lattner
2010-11-30
2
-27
/
+1
[next]