llvm-6502/lib
Duncan Sands f2d754bb38 Nowadays vectors are only split if they have an even
number of elements.  Make some simplifications based
on this (in particular SplitVecRes_SETCC).  Tighten
up some checking while there.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75050 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-08 21:34:03 +00:00
..
Analysis Make the code that updates ScalarEvolution's internal state in response 2009-07-08 19:23:34 +00:00
Archive
AsmParser Support MDNode forward reference. 2009-07-08 19:23:54 +00:00
Bitcode Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
CodeGen Nowadays vectors are only split if they have an even 2009-07-08 21:34:03 +00:00
CompilerDriver Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Debugger
ExecutionEngine Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Linker Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. 2009-07-08 19:03:57 +00:00
MC Implement parsing support for the .comm directive. Patch by 2009-07-07 20:30:46 +00:00
Support Fix build. 2009-07-07 18:52:14 +00:00
System remove two methods that no longer exist. 2009-07-08 01:07:39 +00:00
Target Change how so_imm and t2_so_imm are handled. At instruction selection time, the immediates are no longer encoded in the imm8 + rot format, that are left as it is. The encoding is now done in ams printing and code emission time instead. 2009-07-08 21:03:57 +00:00
Transforms Push LLVMContext _back_ through IRBuilder. 2009-07-08 20:50:47 +00:00
VMCore Implement changes from Chris's feedback. 2009-07-08 20:53:28 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00