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
*
Set soname for FreeBSD as well.
Anton Korobeynikov
2012-04-03
1
-2
/
+2
*
Reformatting. No functionality change.
Bill Wendling
2012-04-03
1
-18
/
+19
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
1
-1
/
+5
*
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
2
-23
/
+17
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
4
-7
/
+23
*
It could come about that we parse the inline ASM before we get a potential
Bill Wendling
2012-04-02
2
-0
/
+27
*
Move trivial functions into the class definition.
Bill Wendling
2012-03-31
2
-10
/
+7
*
Trim headers.
Bill Wendling
2012-03-31
1
-7
/
+0
*
Indent according to LLVM's style guide.
Bill Wendling
2012-03-31
1
-130
/
+121
*
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
4
-60
/
+54
*
These strings aren't 'const char *' but 'char *'.
Bill Wendling
2012-03-31
2
-2
/
+2
*
Cleanup whitespace.
Bill Wendling
2012-03-31
1
-17
/
+17
*
Free the codegen options when deleting LTO code generator object.
Bill Wendling
2012-03-31
1
-26
/
+21
*
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-31
1
-11
/
+10
*
* Set the scope attributes for the ASM symbol we added to be the value passed
Bill Wendling
2012-03-30
1
-14
/
+18
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-16
/
+0
*
Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.
Bill Wendling
2012-03-30
1
-214
/
+119
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-0
/
+16
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-16
/
+0
*
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
2
-36
/
+55
*
Cleanup whitespace.
Bill Wendling
2012-03-29
1
-15
/
+12
*
Cache the end() iterator.
Bill Wendling
2012-03-29
1
-3
/
+3
*
Cleanup some whitespaces.
Bill Wendling
2012-03-28
2
-136
/
+132
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
1
-0
/
+6
*
Inline function into its one caller.
Bill Wendling
2012-03-28
1
-7
/
+2
*
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-03-28
2
-105
/
+170
*
Some whitespace cleanup.
Bill Wendling
2012-03-28
1
-19
/
+14
*
Include cctype for std::isprint.
Benjamin Kramer
2012-03-23
1
-0
/
+1
*
Add soname to LLVM shared library on Linux. Probably the same stuff is necess...
Anton Korobeynikov
2012-03-23
1
-0
/
+2
*
Remove the C backend.
Eric Christopher
2012-03-23
2
-132
/
+3
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-5
/
+15
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-16
/
+0
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
1
-0
/
+6
*
Fix two bugpoint bugs:
Chris Lattner
2012-03-19
1
-5
/
+7
*
fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...
Chris Lattner
2012-03-19
1
-48
/
+48
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
3
-2
/
+39
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-2
/
+2
*
Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2012-03-10
3
-13
/
+14
*
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
1
-10
/
+24
*
Have llvm-mc --version print the list of registered targets like llc does.
Duncan Sands
2012-03-08
1
-0
/
+3
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-5
/
+9
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
4
-5
/
+21
*
Fix comments for llvm-readobj, remove extraneous headers
David Meyer
2012-03-02
1
-5
/
+9
*
[Object]
David Meyer
2012-03-01
1
-0
/
+12
*
[Object]
David Meyer
2012-03-01
6
-1
/
+235
*
[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...
David Meyer
2012-02-29
1
-1
/
+1
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
4
-7
/
+6
*
Fix some stray semi-colons.
Daniel Dunbar
2012-02-29
1
-3
/
+3
*
In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...
David Meyer
2012-02-28
2
-9
/
+9
*
[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.
Michael J. Spencer
2012-02-28
1
-3
/
+13
[next]