index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustllvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
rustc: Add a binding to LLVM's bitcode parser
Patrick Walton
2011-05-05
2
-0
/
+9
*
rustllvm: Add bindings to the LLVM linker
Patrick Walton
2011-05-04
2
-2
/
+19
*
rustllvm: Whitespace police in RustWrapper.cpp
Patrick Walton
2011-05-04
1
-2
/
+4
*
rustc: Disable frame pointer omission
Patrick Walton
2011-05-02
1
-0
/
+1
*
Add a very minimal set of .cfi_* statements to get part of backtraces
Rafael Ávila de Espíndola
2011-04-28
1
-1
/
+1
*
Disable frame-pointer elimination (not sure how this didn't get commited befo...
Graydon Hoare
2011-04-26
1
-0
/
+5
*
Use -c in the Makefiles.
Rafael Ávila de Espíndola
2011-04-22
1
-0
/
+1
*
Dispose the module.
Rafael Ávila de Espíndola
2011-04-22
1
-0
/
+1
*
Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what is
Rafael Ávila de Espíndola
2011-04-18
1
-1
/
+0
*
Change the makefiles to use -c.
Rafael Ávila de Espíndola
2011-04-18
1
-0
/
+1
*
Add a -c option.
Rafael Ávila de Espíndola
2011-04-18
2
-5
/
+14
*
Produce PIC code and use -S in the Makefile.
Rafael Ávila de Espíndola
2011-04-15
1
-0
/
+1
*
Add a -S option for producing assembly. I will move more of it to
Rafael Ávila de Espíndola
2011-04-15
2
-0
/
+30
*
Remove code that is already in llvm for some time.
Rafael Ávila de Espíndola
2011-04-13
2
-62
/
+0
*
Typo.
Rafael Ávila de Espíndola
2011-04-13
1
-1
/
+1
*
Enable alias analysis and the function attributes pass.
Rafael Ávila de Espíndola
2011-04-13
3
-0
/
+21
*
Add LLVMAddLoopIdiomPass.
Rafael Ávila de Espíndola
2011-04-12
1
-0
/
+1
*
Add LLVMAddCorrelatedValuePropagationPass.
Rafael Ávila de Espíndola
2011-04-12
1
-0
/
+1
*
Add LLVMAddScalarReplAggregatesPassSSA.
Rafael Ávila de Espíndola
2011-04-12
1
-0
/
+1
*
Add LLVMAddEarlyCSEPass to the .def file.
Rafael Ávila de Espíndola
2011-04-12
1
-0
/
+1
*
Add a hack to force the linker to fetch Object.o
Rafael Ávila de Espíndola
2011-04-11
1
-0
/
+2
*
Tweak rustllvm bindings to work on linux, where bool != LLVMBool.
Graydon Hoare
2011-03-25
2
-3
/
+3
*
Add .def.in files that I forgot to stage. Should put out burning tinderboxes ...
Patrick Walton
2011-03-24
1
-0
/
+586
*
Generate the platform-specific .def files at build time
Patrick Walton
2011-03-24
3
-1766
/
+0
*
Add trailing semicolons to Linux .def files
Patrick Walton
2011-03-24
1
-1
/
+1
*
Add a Linux .def file. Might put out burning tinderbox.
Patrick Walton
2011-03-24
1
-0
/
+590
*
rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox.
Patrick Walton
2011-03-24
1
-0
/
+586
*
rustc: Don't try to export symbols for crazy architectures from rustllvm.dll....
Patrick Walton
2011-03-24
1
-44
/
+0
*
rustllvm: Update rustllvm.def. The old one was missing a lot.
Patrick Walton
2011-03-23
1
-459
/
+620
*
Repair some fallout from pcwalton's last few build changes.
Graydon Hoare
2011-03-21
6
-0
/
+973