- Jul 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75456
-
Daniel Dunbar authored
llvm-svn: 75454
-
- Jul 06, 2009
-
-
Bruno Cardoso Lopes authored
Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spaces, shrink down includes and move some methods out-of-line llvm-svn: 74817
-
Bruno Cardoso Lopes authored
cleanup, removed some #includes and moved Object Code Emitter out-of-line. llvm-svn: 74813
-
- Jun 03, 2009
-
-
Bruno Cardoso Lopes authored
one new .cpp file, in preparation for merging in the Direct Object Emission changes we're working on. No functional changes. Fixed coding style issues on the original patch. Patch by Aaron Gray llvm-svn: 72754
-
- May 31, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 72650
-
- May 09, 2009
-
-
Duncan Sands authored
will make it more obvious what it represents, and stop it being confused with the StoreSize. llvm-svn: 71349
-
- Jan 12, 2009
-
-
Duncan Sands authored
suggested by Chris. llvm-svn: 62099
-
- Aug 21, 2008
-
-
Owen Anderson authored
llvm-svn: 55092
-
- Mar 22, 2008
-
-
Dan Gohman authored
adding <map> to many files that actually do need it. llvm-svn: 48667
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Nov 05, 2007
-
-
Duncan Sands authored
should only effect x86 when using long double. Now 12/16 bytes are output for long double globals (the exact amount depends on the alignment). This brings globals in line with the rest of LLVM: the space reserved for an object is now always the ABI size. One tricky point is that only 10 bytes should be output for long double if it is a field in a packed struct, which is the reason for the additional argument to EmitGlobalConstant. llvm-svn: 43688
-
- May 03, 2007
-
-
Devang Patel authored
llvm-svn: 36662
-
- May 02, 2007
-
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
- Apr 16, 2007
-
-
Anton Korobeynikov authored
target for tabs checking. llvm-svn: 36146
-
- Feb 28, 2007
-
-
Nate Begeman authored
llvm-svn: 34740
-
- Feb 08, 2007
-
-
Bill Wendling authored
llvm-svn: 34027
-
- Feb 03, 2007
-
-
Bill Wendling authored
TargetMachOInfo object to the GetTargetRelocation method. Pass into it non-Mach-O-specific parameters. llvm-svn: 33813
-
- Jan 29, 2007
-
-
Nate Begeman authored
llvm-svn: 33629
-
- Jan 26, 2007
-
-
Nate Begeman authored
scattered relocations. llvm-svn: 33555
-
- Jan 24, 2007
-
-
Bill Wendling authored
Writer" for the pass name. llvm-svn: 33483
-
Bill Wendling authored
llvm-svn: 33476
-
- Jan 17, 2007
-
-
Bill Wendling authored
writers. llvm-svn: 33311
-
Bill Wendling authored
llvm-svn: 33298
-
Bill Wendling authored
llvm-svn: 33287
-
- Jan 15, 2007
-
-
Chris Lattner authored
rename Type::getIntegralTypeMask to Type::getIntegerTypeMask. This makes naming much more consistent. For example, there are now no longer any instances of IntegerType that are not considered isInteger! :) llvm-svn: 33225
-
- Jan 14, 2007
-
-
Reid Spencer authored
llvm-svn: 33209
-
- Dec 16, 2006
-
-
Chris Lattner authored
llvm-svn: 32630
-
- Dec 11, 2006
-
-
Nate Begeman authored
Supports constant pools Supports relocations to jump tables Supports relocations within the data segment (global = address of global) Allocates memory in a non-hacky for all non-code objects. llvm-svn: 32430
-
- Sep 11, 2006
-
-
Nate Begeman authored
llvm-svn: 30240
-
- Sep 09, 2006
-
-
Nate Begeman authored
the file now, however the relocated address is currently wrong. Fixing that will require some deep pondering. llvm-svn: 30207
-
- Aug 26, 2006
-
-
Nate Begeman authored
entries in the correct order, fixing several fixmes. llvm-svn: 29902
-
- Aug 25, 2006
-
-
Nate Begeman authored
right section. llvm-svn: 29871
-
- Aug 24, 2006
-
-
Reid Spencer authored
and ensure that a memory overrun won't occur while still writing Length bytes in the outstring function. llvm-svn: 29855
-
- Aug 23, 2006
-
-
Nate Begeman authored
llvm-svn: 29852
-
Nate Begeman authored
does emit linkable .o files in very simple cases. llvm-svn: 29850
-