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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-13
1
-8
/
+10
*
Accommodate empty string for build type. This was previously causing an error
Ted Kremenek
2009-04-08
1
-1
/
+1
*
Add an API for the bitstream reader to read blobs and return
Chris Lattner
2009-04-07
1
-21
/
+20
*
stub out code for reading record with blobs as blobs. Not active yet.
Chris Lattner
2009-04-06
1
-4
/
+25
*
Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.
Chris Lattner
2009-04-06
1
-6
/
+15
*
CMake: defines and uses macro add_llvm_definitions for keeping track
Oscar Fuentes
2009-04-04
1
-3
/
+8
*
CloneModule stores the BasicBlock mapping in ValueMap. There's no need to
Nick Lewycky
2009-04-04
1
-17
/
+6
*
CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as
Oscar Fuentes
2009-04-03
1
-7
/
+7
*
Fixed file header comment.
Misha Brukman
2009-04-01
1
-3
/
+3
*
Recognize arm triplets.
Evan Cheng
2009-04-01
1
-0
/
+21
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-1
/
+1
*
Do not pass '-relocation-model=pic' to llc.
Mikhail Glushenkov
2009-03-31
1
-2
/
+6
*
Documentation update.
Mikhail Glushenkov
2009-03-27
1
-10
/
+13
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-0
/
+3
*
CMake: Build system fixes for XCode. llvm-config still causes us some serious...
Douglas Gregor
2009-03-16
1
-1
/
+1
*
Also pass -gcc-tool-args when building a shared object.
Evan Cheng
2009-03-12
1
-2
/
+5
*
Another bug :(
Anton Korobeynikov
2009-03-11
1
-1
/
+1
*
Unbreak the build. Dunno, why it did not fail on mingw :(
Anton Korobeynikov
2009-03-11
1
-1
/
+1
*
Disable plugins / shared stuff generation on windows targets.
Anton Korobeynikov
2009-03-11
1
-0
/
+5
*
Change these sed lines to behave correctly when the input string
Dan Gohman
2009-03-10
1
-5
/
+10
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
14
-33
/
+75
*
Use CloneModule's ValueMap to avoid needing to look up
Dan Gohman
2009-03-06
1
-5
/
+4
*
Fix a bugpoint bug on anonymous functions. Instead of looking up
Dan Gohman
2009-03-05
1
-2
/
+4
*
Add example/Skeleton.
Mikhail Glushenkov
2009-03-03
9
-3
/
+109
*
Comment fixes.
Mikhail Glushenkov
2009-03-03
2
-10
/
+17
*
Use LLVMLIBS instead of USEDLIBS.
Mikhail Glushenkov
2009-03-03
1
-1
/
+1
*
Move example plugins to the example/ directory.
Mikhail Glushenkov
2009-03-03
5
-0
/
+0
*
ENABLE_PIC is either 0 or 1, but is always defined.
Nick Lewycky
2009-03-03
1
-1
/
+1
*
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
2009-03-02
3
-37
/
+70
*
Move the rules for building plugins to Makefile.rules.
Mikhail Glushenkov
2009-03-02
5
-50
/
+8
*
Fix build with objdir != srcdir.
Mikhail Glushenkov
2009-03-02
6
-53
/
+46
*
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
[next]