index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code from Main.cpp to the include dir.
Mikhail Glushenkov
2009-03-02
1
-114
/
+2
*
Reorganize llvmc code.
Mikhail Glushenkov
2009-03-02
16
-861
/
+82
*
disable exports from a bunch more tools, those without plugins.
Chris Lattner
2009-02-26
8
-0
/
+24
*
use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to
Chris Lattner
2009-02-26
1
-0
/
+3
*
Tabs to spaces presto chango! Pointed out by Duncan Sands.
Nick Lewycky
2009-02-26
1
-2
/
+2
*
Force 'llvm-config' to go first, optionally followed by lto and gold mixed in
Nick Lewycky
2009-02-26
3
-16
/
+10
*
Add the function attributes pass during LTO time.
Nick Lewycky
2009-02-26
2
-1
/
+3
*
If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen
Nick Lewycky
2009-02-23
1
-2
/
+2
*
Add an option to the gold plugin to make it emit a file with the public api
Nick Lewycky
2009-02-22
1
-1
/
+23
*
really fix style
Rafael Espindola
2009-02-18
1
-6
/
+6
*
fix style
Rafael Espindola
2009-02-18
1
-4
/
+2
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
5
-13
/
+13
*
Remove changes that were accidently included in previous commit.
Devang Patel
2009-02-17
1
-6
/
+0
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
1
-0
/
+6
*
tools like nm and ar only need register_claim_file and add_symbols. Don't abort
Rafael Espindola
2009-02-17
1
-5
/
+10
*
Shoot! Remove this debugging line again!
Nick Lewycky
2009-02-15
1
-2
/
+0
*
Don't discard definitions of common symbols. Not sure if this is the right fix.
Nick Lewycky
2009-02-15
1
-1
/
+5
*
Rename bugpoint's error message file so that if it somehow
Dan Gohman
2009-02-12
1
-1
/
+1
*
Revert r64299: it breaks the build when configured
Duncan Sands
2009-02-11
2
-5
/
+8
*
Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.
Nick Lewycky
2009-02-11
2
-8
/
+5
*
62987 disables LTO build on darwin.
Devang Patel
2009-02-11
2
-3
/
+8
*
fix bugpoint url, patch by Pieter de Bie!
Chris Lattner
2009-02-07
1
-1
/
+1
*
Free the buffer in the case where we don't create a module out of it, as
Nick Lewycky
2009-02-07
1
-6
/
+9
*
Correct strange whitespace.
Nick Lewycky
2009-02-06
1
-1
/
+1
*
Free the buffer.
Nick Lewycky
2009-02-06
1
-7
/
+2
*
fix PR3488: llvm-ar r doesn't replace existing files
Chris Lattner
2009-02-05
1
-1
/
+1
*
Revert the previous commit. It seems it didn't
Duncan Sands
2009-02-05
1
-1
/
+5
*
Stop llvm-config thinking that there are circular
Duncan Sands
2009-02-05
1
-5
/
+1
*
It's not obvious, but lto_module_create_from_memory doesn't need to use the
Nick Lewycky
2009-02-05
1
-6
/
+0
*
Remove accidentally included debug message!
Nick Lewycky
2009-02-05
1
-6
/
+4
*
Alphabetize includes. Update comment.
Torok Edwin
2009-02-04
1
-4
/
+3
*
mention that PIC is needed for libLTO and libLLVMgold
Torok Edwin
2009-02-04
1
-1
/
+5
*
remove printf - it was there only for debugging!
Torok Edwin
2009-02-04
1
-1
/
+0
*
add support for .a files containing LLVM IR to the gold plugin
Torok Edwin
2009-02-04
1
-6
/
+45
*
Add LLVM plugin for gold.
Nick Lewycky
2009-02-03
4
-0
/
+377
*
Add some comments.
Mikhail Glushenkov
2009-01-30
1
-1
/
+5
*
Add three new option properties.
Mikhail Glushenkov
2009-01-28
1
-21
/
+36
*
Build libLTO on any platform so long as PIC is enabled.
Nick Lewycky
2009-01-26
2
-8
/
+3
*
Perform optional clang building.
Mike Stump
2009-01-24
1
-0
/
+4
*
Fix 'llvm-config --libs' output.
Mikhail Glushenkov
2009-01-21
2
-2
/
+2
*
Change the hook API back to prevent memory leaks.
Mikhail Glushenkov
2009-01-21
1
-1
/
+1
*
Allow hooks with arguments.
Mikhail Glushenkov
2009-01-21
1
-7
/
+12
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
1
-2
/
+3
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
1
-21
/
+21
*
Add the private linkage.
Rafael Espindola
2009-01-15
2
-2
/
+3
*
Some small documentation fixes.
Mikhail Glushenkov
2009-01-15
1
-11
/
+12
*
Clarify the documentation a bit.
Mikhail Glushenkov
2009-01-15
1
-6
/
+11
*
Make -o a prefix option.
Mikhail Glushenkov
2009-01-14
1
-1
/
+1
*
Add a --check-graph option to llvmc.
Mikhail Glushenkov
2009-01-09
3
-4
/
+155
*
CMake: replace `rm' with portable invocations of cmake.
Oscar Fuentes
2009-01-07
1
-4
/
+4
[next]