llvm-6502/lib
2010-10-11 21:37:35 +00:00
..
Analysis Now using a variant of the existing inlining heuristics to decide whether to create a given specialization of a function in PartialSpecialization. If the total performance bonus across all callsites passing the same constant exceeds the specialization cost, we create the specialization. 2010-10-09 22:06:36 +00:00
Archive
AsmParser
Bitcode
CodeGen Properly handle reloading and spilling around partial redefines in 2010-10-11 18:10:36 +00:00
CompilerDriver
ExecutionEngine
Linker
MC MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! 2010-10-09 16:04:45 +00:00
Support
System Change explicit search Apple specific code to only reference __eprintf on x86. 2010-10-11 21:34:24 +00:00
Target We're not going to handle dynamic allocas anywhere else. 2010-10-11 21:37:35 +00:00
Transforms Now using a variant of the existing inlining heuristics to decide whether to create a given specialization of a function in PartialSpecialization. If the total performance bonus across all callsites passing the same constant exceeds the specialization cost, we create the specialization. 2010-10-09 22:06:36 +00:00
VMCore
Makefile