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
*
test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.
NAKAMURA Takumi
2010-12-01
8
-25
/
+21
*
Comment typo.
Andrew Trick
2010-11-30
1
-1
/
+1
*
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
13
-98
/
+229
*
Rename operands to match ARM documentation. No functionality change.
Bill Wendling
2010-11-30
2
-101
/
+105
*
Fix typo.
Jim Grosbach
2010-11-30
1
-1
/
+1
*
Enhance DSE to handle the variable index case in PR8657.
Chris Lattner
2010-11-30
2
-2
/
+48
*
Trailing whitespace.
Jim Grosbach
2010-11-30
1
-3
/
+3
*
Support/PathV2: Implement reverse iteration and parent_path.
Michael J. Spencer
2010-11-30
3
-10
/
+148
*
Support/ADT/StringRef: Add find_last_of.
Michael J. Spencer
2010-11-30
2
-0
/
+27
*
Thanks to JimG for catching this!
Jason W Kim
2010-11-30
1
-0
/
+2
*
remove fixme comment too.
Chris Lattner
2010-11-30
1
-3
/
+3
*
check in *all* files. This is now handled by my previous DSE commit.
Chris Lattner
2010-11-30
1
-1
/
+1
*
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
2010-11-30
4
-524
/
+548
*
Inline classes that were used in only one place.
Bill Wendling
2010-11-30
1
-5
/
+2
*
teach DSE to use GetPointerBaseWithConstantOffset to analyze
Chris Lattner
2010-11-30
3
-16
/
+70
*
* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as
Bill Wendling
2010-11-30
5
-90
/
+151
*
Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...
Owen Anderson
2010-11-30
5
-90
/
+16
*
Fix handling of ARM negative pc-relative fixups for loads and stores.
Jim Grosbach
2010-11-30
2
-9
/
+36
*
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
[next]