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
path:
root
/
tools
/
llvm-ld
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-15
1
-1
/
+0
*
Use ADCE instead of just DCE. ADCE will better clean up after jump threading,
Owen Anderson
2008-07-02
1
-1
/
+1
*
Since we are using GCC to assemble the program, make sure the assembly syntax...
Argiris Kirtzidis
2008-06-27
1
-0
/
+3
*
run mem2reg after the second jump threading pass in llvm-ld.
Chris Lattner
2008-06-25
1
-1
/
+2
*
remove some dead options.
Chris Lattner
2008-06-25
1
-29
/
+0
*
Add an "exe" suffix only if the output file has no suffix at all.
Argiris Kirtzidis
2008-06-15
1
-8
/
+8
*
Make sure all produced executable files have "exe" suffix on Windows.
Argiris Kirtzidis
2008-06-15
1
-10
/
+16
*
Append "exe" suffix to executable files.
Argiris Kirtzidis
2008-06-15
1
-1
/
+11
*
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
1
-1
/
+1
*
run the jump threading pass in llvm-ld also
Chris Lattner
2008-04-21
1
-1
/
+3
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+1
*
style and spelling
Andrew Lenharth
2008-03-19
1
-2
/
+2
*
llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.
Andrew Lenharth
2008-03-19
1
-1
/
+5
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Add support for frameworks. Patch by Shantonu Sen!
Chris Lattner
2008-01-27
1
-3
/
+20
*
Fix llvm-ld -Xlinker, patch by Daniel Teske!
Chris Lattner
2008-01-09
1
-3
/
+1
*
remove attributions from tools.
Chris Lattner
2007-12-29
2
-4
/
+4
*
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Move the space in overview output for commands out of each of the
Dan Gohman
2007-10-08
1
-1
/
+1
*
Turn GVN on by default.
Owen Anderson
2007-09-08
1
-2
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-1
/
+1
*
Remove dead option.
Reid Spencer
2007-07-23
1
-3
/
+0
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
3
-0
/
+885