rust/src/rustllvm
Alex Crichton d1e4815255 Upgrade llvm to current HEAD
* This has one workaround patch (everything's testing just fine...)
* I reworked the fixedstacksegment attribute to be specified with a string
  rather than using a keyword and an integer and modifying the parser
* I added a "no-split-stack" attribute along the same lines as the
  "fixedstacksegment" attribute for #1226
2013-08-20 01:12:47 -07:00
..
llvm-auto-clean-trigger Upgrade llvm to current HEAD 2013-08-20 01:12:47 -07:00
PassWrapper.cpp rustc: Dispose of LLVM passes in test cases 2013-06-19 15:18:25 -07:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Add an atomic fence intrinsic 2013-07-28 20:26:49 +12:00
rustllvm.h Fix build issues once LLVM has been upgraded 2013-08-04 10:58:23 -07:00
RustWrapper.cpp Fix build issues once LLVM has been upgraded 2013-08-04 10:58:23 -07:00

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