llvm-6502/lib
2009-04-30 20:48:53 +00:00
..
Analysis Add some comments, and tidy up some whitespace. 2009-04-30 20:48:53 +00:00
Archive
AsmParser
Bitcode Make a major API change to BitstreamReader: split all the reading 2009-04-26 20:59:02 +00:00
CodeGen Add a smarter heuristic to determine when to coalesce a virtual register with a physical one. More specifically, it avoid tying a virtual register in the loop with a physical register defined / used outside the loop. When it determines it's not profitable, it will use the physical register as the allocation preference instead. 2009-04-30 18:39:57 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix the JIT bindings for ocaml. 2009-04-30 00:43:39 +00:00
Linker
Support Move helper functions for optimizing division by constant into the APInt 2009-04-30 10:15:35 +00:00
System Fix choice of version of Windows callback to use to consider not only the Visual Studio version, but also the Windows SDK version. 2009-04-28 16:37:58 +00:00
Target Set mayLoad on MOVZX32_NOREXrm8 too. 2009-04-30 03:11:48 +00:00
Transforms Print correct instruction in dump. 2009-04-29 22:57:20 +00:00
VMCore Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. 2009-04-26 17:14:35 +00:00
Makefile