summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
AgeCommit message (Collapse)AuthorLines
2011-04-15Add a -S option for producing assembly. I will move more of it toRafael Ávila de Espíndola-0/+29
rust once the necessary APIs are available in C.
2011-04-13Remove code that is already in llvm for some time.Rafael Ávila de Espíndola-3/+0
2011-04-13Enable alias analysis and the function attributes pass.Rafael Ávila de Espíndola-0/+5
The C API extension is already upstream, we can drop the local copy once the bots are updated.
2011-04-11Add a hack to force the linker to fetch Object.oRafael Ávila de Espíndola-0/+2
2011-03-21Repair some fallout from pcwalton's last few build changes.Graydon Hoare-0/+31