Chris Lattner
|
f3ebc3f3d2
|
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
|
2007-12-29 20:36:04 +00:00 |
Evan Cheng
|
345a00ba05
|
Preliminary PIC JIT support for X86 (32-bit) / Darwin.
llvm-svn: 45313
|
2007-12-22 09:40:20 +00:00 |
Evan Cheng
|
62cdc3f011
|
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
immediate in small code model. The JIT cannot ensure GV's are placed in the
lower 4G.
- Some preliminary support for large code model.
llvm-svn: 32215
|
2006-12-05 04:01:03 +00:00 |
Chris Lattner
|
aa2372562e
|
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786.
llvm-svn: 28447
|
2006-05-24 17:04:05 +00:00 |
Misha Brukman
|
c88330ad13
|
* Remove trailing whitespace
* Convert tabs to spaces
llvm-svn: 21426
|
2005-04-21 23:38:14 +00:00 |
Chris Lattner
|
8f2ed923ea
|
Describe the X86 target-specific relocations.
llvm-svn: 18066
|
2004-11-20 23:54:19 +00:00 |