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
*
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
2
-2
/
+2
*
Re-apply Makefile changes. Fix build with srcdir != objdir.
Mikhail Glushenkov
2008-10-16
10
-13
/
+60
*
Unbreak the build. Please test out the proper fix for this by compiling LLVM
Bill Wendling
2008-10-15
1
-1
/
+3
*
Temporary revert r57567 and unbreak the build.
Anton Korobeynikov
2008-10-15
7
-56
/
+8
*
llvmc2: Documentation update. Describe recent work on plugins.
Mikhail Glushenkov
2008-10-15
2
-44
/
+110
*
llvmc2: Some Makefile fixes and renames.
Mikhail Glushenkov
2008-10-15
8
-25
/
+54
*
Use (a slightly modified) llvm.css for llvmc2 docs.
Mikhail Glushenkov
2008-10-15
3
-3
/
+89
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-3
/
+3
*
Fix build failure.
Devang Patel
2008-10-10
1
-1
/
+8
*
CMake: Reflected changes on source file structure. New plugin support
Oscar Fuentes
2008-10-04
2
-32
/
+34
*
Rename llvmc2/core to llvmc2/driver.
Mikhail Glushenkov
2008-10-03
7
-1
/
+1
*
Rename llvmc2/src to llvmc2/core.
Mikhail Glushenkov
2008-10-03
7
-1
/
+1
*
Fix build breakage when objdir!=srcdir (proper fix).
Mikhail Glushenkov
2008-10-03
5
-10
/
+20
*
Fix build breakage (again) when srcdir != objdir, other small fixes.
Mikhail Glushenkov
2008-10-03
11
-34
/
+30
*
Unbreak the build.
Bill Wendling
2008-10-03
1
-1
/
+2
*
Fix build breakage.
Mikhail Glushenkov
2008-10-02
4
-3
/
+44
*
Build system tweaks to make it more convenient for the plugin authors.
Mikhail Glushenkov
2008-10-02
11
-263
/
+62
*
Avoid name shadowing with E variable defined in for(). This was giving VC++
Bill Wendling
2008-10-02
1
-3
/
+3
*
CMake: Builds all targets.
Oscar Fuentes
2008-09-26
1
-1
/
+4
*
CMake: Lists of source files updated. Removed bogus dependency from
Oscar Fuentes
2008-09-24
1
-0
/
+1
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
3
-9
/
+10
*
Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.
Mikhail Glushenkov
2008-09-22
3
-13
/
+37
*
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
9
-488
/
+8
*
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
9
-51
/
+153
*
Add a 'Debugging' section to the documentation.
Mikhail Glushenkov
2008-09-22
1
-1
/
+17
*
Make comments a little bit more clear.
Mikhail Glushenkov
2008-09-22
1
-5
/
+5
*
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
6
-37
/
+49
*
Rename our version of ccc to ccc2
Mikhail Glushenkov
2008-09-22
1
-1
/
+1
*
Fix some comments
Mikhail Glushenkov
2008-09-22
2
-14
/
+4
*
Add a (forward_as) option property
Mikhail Glushenkov
2008-09-22
2
-4
/
+7
*
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...
Mikhail Glushenkov
2008-09-22
3
-271
/
+7
*
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
1
-2
/
+3
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
19
-0
/
+272
*
Turn on the AddReadAttrs pass.
Duncan Sands
2008-09-19
1
-1
/
+4
*
Teach -callgraph to always print the callgraph (as the
Duncan Sands
2008-09-19
1
-6
/
+5
*
Fix comments, help messages.
Devang Patel
2008-09-17
1
-4
/
+2
*
Fix cut-n-pasto.
Devang Patel
2008-09-17
1
-2
/
+2
*
Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.
Devang Patel
2008-09-16
1
-0
/
+142
*
End of the GlobalsModRef experiment.
Duncan Sands
2008-09-15
1
-2
/
+0
*
Give GlobalsModRef a whirl in the nightly testers.
Duncan Sands
2008-09-12
1
-1
/
+3
*
Allow use of ssh to perform remote execution.
Evan Cheng
2008-09-09
2
-17
/
+28
*
Backout 55429
Devang Patel
2008-08-27
1
-48
/
+4
*
Add facility to create a target.
Devang Patel
2008-08-27
1
-4
/
+48
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-4
/
+5
*
Don't silently ignore errors when opening output streams.
Dan Gohman
2008-08-21
2
-4
/
+12
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
3
-18
/
+28
*
Link GC metadata printers by default to llc
Anton Korobeynikov
2008-08-17
1
-0
/
+1
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
2
-1
/
+10
*
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-15
2
-2
/
+0
*
Add -fast command line option to lli. It enables fast codegen path.
Evan Cheng
2008-08-08
1
-1
/
+7
[next]