llvm-6502/lib
Chris Lattner 88e1fd539e isPICStyleRIPRel() and friends are never true in -static mode.
Simplify code based on this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75099 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-09 04:24:46 +00:00
..
Analysis Make the code that updates ScalarEvolution's internal state in response 2009-07-08 19:23:34 +00:00
Archive
AsmParser Fix thinko. 2009-07-08 22:25:56 +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 Improved tracking of value number kills. VN kills are now represented 2009-07-09 03:57:02 +00:00
CompilerDriver
Debugger
ExecutionEngine Add an option to allocate JITed global data separately from code. By 2009-07-08 21:59:57 +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
Support Allow users of GraphWriter to display graphs asynchronously. This 2009-07-08 21:53:41 +00:00
System Add an ExecuteNoWait interface to support asynchronous process spawning. 2009-07-08 21:46:40 +00:00
Target isPICStyleRIPRel() and friends are never true in -static mode. 2009-07-09 04:24:46 +00:00
Transforms Push LLVMContext _back_ through IRBuilder. 2009-07-08 20:50:47 +00:00
VMCore LLVMContext-ification. 2009-07-08 23:50:31 +00:00
Makefile