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
/
boot
/
llvm
/
lltrans.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove LLVM rustboot backend.
Graydon Hoare
2010-12-29
1
-1148
/
+0
*
Update lltrans to also emit WinMain@16 on windows.
Graydon Hoare
2010-11-05
1
-1
/
+1
*
Git index wins again.
Graydon Hoare
2010-10-12
1
-12
/
+13
*
Changes to make rustboot compile on OCaml 3.12
Graydon Hoare
2010-10-12
1
-9
/
+9
*
Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late...
Graydon Hoare
2010-09-15
1
-0
/
+2
*
Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...
Graydon Hoare
2010-09-09
1
-19
/
+12
*
Fix LLVM translation of modules.
Jeffrey Yasskin
2010-08-06
1
-10
/
+29
*
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...
Graydon Hoare
2010-07-27
1
-3
/
+3
*
Calm some LLVM indigestion of last change.
Graydon Hoare
2010-07-27
1
-6
/
+6
*
Rename STMT_init_* to STMT_new_*; former name was confusing.
Graydon Hoare
2010-07-23
1
-2
/
+2
*
Re-classify some err / bug cases as unimpl. Ideally rustboot should never pro...
Graydon Hoare
2010-07-22
1
-4
/
+6
*
Fix simple generic type parameters in LLVM.
Jeffrey Yasskin
2010-07-23
1
-3
/
+4
*
Implement tuple access for LLVM.
Jeffrey Yasskin
2010-07-23
1
-20
/
+77
*
Make sure debug locations are propagated to every new block created by making
Jeffrey Yasskin
2010-07-22
1
-19
/
+47
*
Tidy up handling of unimplemented features. These are expected (if undesirabl...
Graydon Hoare
2010-07-20
1
-17
/
+25
*
Fix opeq.rs for LLVM by implementing simple augmented-assignment operators.
Jeffrey Yasskin
2010-07-20
1
-17
/
+31
*
Make the LLVM compiler crash when it hits a source construct it doesn't know
Jeffrey Yasskin
2010-07-20
1
-17
/
+34
*
Teach the LLVM backend to emit line number information.
Jeffrey Yasskin
2010-07-20
1
-27
/
+87
*
Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ...
Roy Frostig
2010-07-16
1
-2
/
+2
*
Make mutability no longer a type constructor
Patrick Walton
2010-07-15
1
-3
/
+3
*
Wrap long line.
Graydon Hoare
2010-07-02
1
-11
/
+12
*
Return LLVM to at least being able to run hello world.
Graydon Hoare
2010-07-02
1
-1
/
+1
*
Correct overzealous bulk-edit to LLVM code.
Graydon Hoare
2010-07-01
1
-1
/
+1
*
Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...
Graydon Hoare
2010-06-30
1
-6
/
+6
*
Update LLVM translation to match changes to slot and ty.
Graydon Hoare
2010-06-29
1
-16
/
+23
*
Move more of the GC logic into the runtime.
Graydon Hoare
2010-06-28
1
-1
/
+1
*
Add fmt module, move out some common format helpers, add instruction-selectio...
Graydon Hoare
2010-06-24
1
-1
/
+1
*
Populate tree.
Graydon Hoare
2010-06-23
1
-0
/
+938