llvm-6502/lib
2010-10-11 05:29:15 +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 fix the default va_arg expansion (in the realignment case) to not implicitly 2010-10-10 18:36:26 +00:00
CompilerDriver
ExecutionEngine
Linker Revert "RequiresUnique" patch. This should be handled at a lower level. 2010-10-06 20:18:44 +00:00
MC MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! 2010-10-09 16:04:45 +00:00
Support Unbreak cmake build. 2010-10-07 23:12:15 +00:00
System CrashRecovery: Fix raise() override to actually send the right signal, *cough*. 2010-10-08 18:31:34 +00:00
Target X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents. 2010-10-11 05:29:15 +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 Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
Makefile