rust/src/rustllvm
Michael Woerister c19f493129 debuginfo: Added test cases for structs, tuples, enums, etc passed by value.
Also updated documentation comments in debuginfo and renamed DebugContext to CrateDebugContext.
2013-09-04 18:38:46 +02:00
..
llvm-auto-clean-trigger touch llvm clean trigger 2013-09-01 15:03:28 -04:00
PassWrapper.cpp Tweak pass management and add some more options 2013-08-30 17:56:04 -07:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in debuginfo: Added test cases for structs, tuples, enums, etc passed by value. 2013-09-04 18:38:46 +02:00
rustllvm.h Rewrite pass management with LLVM 2013-08-26 20:11:51 -07:00
RustWrapper.cpp debuginfo: Support for variables captured in closures and closure type descriptions. 2013-09-04 18:38:46 +02:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.