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
*
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
*
strength reduce this.
Chris Lattner
2010-11-30
1
-1
/
+1
*
getLocationForDest should work for memset as well.
Chris Lattner
2010-11-30
2
-2
/
+3
*
rename doesClobberMemory -> hasMemoryWrite to be more specific, and
Chris Lattner
2010-11-30
1
-11
/
+11
*
clean up handling of 'free', detangling it from everything else.
Chris Lattner
2010-11-30
2
-22
/
+26
*
merge one more away
Chris Lattner
2010-11-30
2
-9
/
+12
*
I already merged partial-overwrite.ll -> PartialStore.ll
Chris Lattner
2010-11-30
3
-29
/
+20
*
clean up DSE tests, removing some poorly reduced and useless old test,
Chris Lattner
2010-11-30
14
-1301
/
+115
*
Minor cleanups. No functional change.
Bill Wendling
2010-11-30
1
-24
/
+23
*
s/ARM::BRIND/ARM::BX/g to coincide with r120366.
Bill Wendling
2010-11-30
3
-5
/
+5
*
enhance basicaa to return "Mod" for a memcpy call when the
Chris Lattner
2010-11-30
2
-2
/
+18
*
Add correct encoding for "bl __aeabi_read_tp". However, the asm matcher isn't
Bill Wendling
2010-11-30
1
-3
/
+5
*
Teach basicaa that memset's modref set is at worst "mod" and never
Chris Lattner
2010-11-30
3
-7
/
+28
*
Rename BX/BRIND/etc patterns to clarify which is actually the BX instruction
Jim Grosbach
2010-11-30
2
-9
/
+9
*
Add some encoding for the adr instruction. Labels still need to be finished.
Bill Wendling
2010-11-30
1
-6
/
+16
*
Correct Thumb2 encodings for a much wider range of loads and stores.
Owen Anderson
2010-11-30
5
-48
/
+111
*
my previous patch would cause us to start deleting some volatile
Chris Lattner
2010-11-30
2
-1
/
+21
*
Make a few more ARM pseudo instructions actually use the PseudoInst base class.
Jim Grosbach
2010-11-30
1
-14
/
+13
*
Predicate encoding should be withing {}s. And general cleanup.
Bill Wendling
2010-11-30
2
-8
/
+4
*
Predicate encoding should be withing {}s.
Bill Wendling
2010-11-30
1
-2
/
+2
*
two changes to DSE that shouldn't affect anything:
Chris Lattner
2010-11-30
1
-58
/
+28
*
Fix the encoding of VLD4-dup alignment.
Bob Wilson
2010-11-30
5
-37
/
+68
*
Rename VLDnDUP instructions with double-spaced registers
Bob Wilson
2010-11-30
1
-12
/
+12
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-30
7
-1
/
+127
*
Simplify definitions of the ARM eh.sjlj.*jmp pseudo instructions.
Jim Grosbach
2010-11-29
1
-9
/
+6
*
Parameterize ARMPseudoInst size property.
Jim Grosbach
2010-11-29
2
-27
/
+19
*
Add a few missing initializers.
Jim Grosbach
2010-11-29
1
-2
/
+2
*
Support/PathV2: Fix 80 col.
Michael J. Spencer
2010-11-29
1
-4
/
+8
*
Support/PathV2: Update comments.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
prune an llvmcontext include and simplify some code.
Chris Lattner
2010-11-29
1
-6
/
+3
*
Generalize the darwin wrapper hack to work with generic macho triples as well...
Chris Lattner
2010-11-29
1
-4
/
+7
*
Nuke trailing whitespace.
Jim Grosbach
2010-11-29
1
-3
/
+3
*
Nuke a FIXME. No need to be fancier here, as ARM handles constant pools
Jim Grosbach
2010-11-29
1
-5
/
+1
*
convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.
Chris Lattner
2010-11-29
2
-26
/
+23
*
Provide Thumb2 encodings for basic loads and stores.
Owen Anderson
2010-11-29
4
-22
/
+150
*
Mark Darwin call instructions as using "r7" to prevent the frame-register
Evan Cheng
2010-11-29
4
-12
/
+55
*
Nuke dead isCodeGenOnly annotation and extraneous comment.
Jim Grosbach
2010-11-29
1
-3
/
+2
*
Add missing colon.
Benjamin Kramer
2010-11-29
1
-1
/
+1
*
tidy up.
Jim Grosbach
2010-11-29
1
-2
/
+1
*
Thumb encodings for conditional moves.
Bill Wendling
2010-11-29
1
-2
/
+14
[next]