- b2164e5 For PR540: by Reid Spencer · 19 years ago
- 22177fe For PR540: by Reid Spencer · 19 years ago
- 9e4f701 In support of PR418: by Reid Spencer · 19 years ago
- 46c5305 Add support for 64-bit elf files by Chris Lattner · 19 years ago
- 3942961 Add support for emitting 64-bit integers by Chris Lattner · 19 years ago
- f5d507e Add some apparently undocumented ELF section header flags by Chris Lattner · 19 years ago
- fec0e40 Fix povray and minor cleanups by Andrew Lenharth · 19 years ago
- 8d2623d Clean up and add comments to the newly implemented subtarget code. by Nate Begeman · 19 years ago
- d73e460 Add new files to Visual Studio projects. by Jeff Cohen · 19 years ago
- 74fa8d6 I don't know how this ever compiled with gcc, but VC++ correctly rejects it. by Jeff Cohen · 19 years ago
- 44213c9 VC++ demands that the function returns a value by Jeff Cohen · 19 years ago
- 0e219eb Clean up the TargetSubtarget class a bit, removing an unnecessary argument by Nate Begeman · 19 years ago
- b151aca Minor changes to improve comments and fix the build on _WIN32 systems. by Chris Lattner · 19 years ago
- 3249bfc Add a note by Chris Lattner · 19 years ago
- fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 19 years ago
- 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 19 years ago
- a3efca1 Fix PR576. by Chris Lattner · 19 years ago
- 9b988be add a note so I can remember the common t-t's by Chris Lattner · 19 years ago
- df3623e fix a warning by Chris Lattner · 19 years ago
- d3513e0 Remove glibc specific functions, and mark a couple as C99 by Andrew Lenharth · 19 years ago
- d9793e6 because on alpha: # define errno (*__errno_location ()) by Andrew Lenharth · 19 years ago
- 0e18050 Clean up code, no functionality changes. by Chris Lattner · 19 years ago
- c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 19 years ago
- b12c9fa Fix crazy indentation by Chris Lattner · 19 years ago
- a698871 convert dos newlines to unix. No other changes. by Chris Lattner · 19 years ago
- 5fe7b6e Emit a symbol table entry for each function we output to the ELF file. This by Chris Lattner · 19 years ago
- f0cf1b7 The symbol table just needs a const GlobalValue*, not a non-const one. by Chris Lattner · 19 years ago
- 81b6ed7 Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter by Chris Lattner · 19 years ago
- aa507db add code to emit the .text section to the section header. by Chris Lattner · 19 years ago
- 6871aed expose a new code emitter object by Chris Lattner · 19 years ago
- 1ed38fb add a helper method by Chris Lattner · 19 years ago
- efb4bf0 Remove prototype for non-existant function by Chris Lattner · 19 years ago
- 5acd120 Use a name mangler object to uniquify names and remove nonstandard by Chris Lattner · 19 years ago
- 75bbdff add a name mangler object by Chris Lattner · 19 years ago
- 6e63088 fix long lines by Chris Lattner · 19 years ago
- bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 19 years ago
- 5f056bf Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 19 years ago
- 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 19 years ago
- f7db8c6 Move TRUNCSTORE to using a VTSDNode operand instead of being a MVTSDNode. by Chris Lattner · 19 years ago
- 15e4b01 Introduce a new VTSDNode class with the ultimate goal of eliminating the by Chris Lattner · 19 years ago
- 966fa41 Fix bugs also fixed in Unix version, plus other general cleanup. by Jeff Cohen · 19 years ago
- 73f3667 1. Fix bug in getBaseName where it mishandles suffixes by Jeff Cohen · 19 years ago
- 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 19 years ago
- 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 19 years ago
- 6371ccb Two changes: by Reid Spencer · 19 years ago
- 4c47e3a Add support for emitting a .data section and .bss section. by Chris Lattner · 19 years ago
- 85c716f Stamp out tabs by Jeff Cohen · 19 years ago
- 8f0e8f2 Make Win32 implementation conform to new paradigm by Jeff Cohen · 19 years ago
- 563a17f Fix eraseSuffix() by Jeff Cohen · 19 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
- edb9d6b Fix VC++ breakage by Jeff Cohen · 19 years ago
- 4607b54 fix typo by Jeff Cohen · 19 years ago
- 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 19 years ago
- 1cf2d04 Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't by Reid Spencer · 19 years ago
- dd04df0 For PR495: by Reid Spencer · 19 years ago
- b3d5970 Fix a problem that instcombine would hit when dealing with unreachable code. by Chris Lattner · 19 years ago
- 78e1a3c New testcase distilled from a large chunk of code Misha sent me. by Chris Lattner · 19 years ago
- a48f3ce clean up prolouge and epilouge by Andrew Lenharth · 19 years ago
- c7f0832 For PR495: by Reid Spencer · 19 years ago
- 8d4b9ed Restore some code that was accidentally removed by Nate's patch yesterday. by Chris Lattner · 19 years ago
- 80ed8fa Add support for emitting the symbol table (and its string table) of the by Chris Lattner · 19 years ago
- e578ab9 Add support for building/representing the symbol table, add some enum constants by Chris Lattner · 19 years ago
- b8aa3ac Fix a typo in my checkin today that caused regressions. Oops! by Nate Begeman · 19 years ago
- f63be7d First round of support for doing scalar FP using the SSE2 ISA extension and by Nate Begeman · 19 years ago
- e0fe225 Make several cleanups to Andrews varargs change: by Chris Lattner · 19 years ago
- e64e72b Make several cleanups to Andrews varargs change: by Chris Lattner · 19 years ago
- f2eb139 2 fixes: by Andrew Lenharth · 19 years ago
- 08568cf Fit to 80 columns by Chris Lattner · 19 years ago
- f84a2ac Fix PowerPC varargs by Chris Lattner · 19 years ago
- 3027321 oops by Andrew Lenharth · 19 years ago
- c2640d0 updates by Andrew Lenharth · 19 years ago
- 619fb52 check the correct VT by Andrew Lenharth · 19 years ago
- 2f5bca5 fix loading address of fp symbols by Andrew Lenharth · 19 years ago
- 6a709a4 Percolate the call up to the right superclass by Chris Lattner · 19 years ago
- c6bead2 I really didn't think this was necessary. But, Legalize wasn't running again by Andrew Lenharth · 19 years ago
- 3711372 Adding new files to Visual Studio projects. by Jeff Cohen · 19 years ago
- 4eb74ba The statistic needs to be in the correct namespace. by Nate Begeman · 19 years ago
- c1671e2 Varargs is apparently currently broken on PPC. This hacks it so that it by Chris Lattner · 19 years ago
- b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago
- 5d5b17b simplify call code, remove pseudo ops for div and rem, track more loads and stores by Andrew Lenharth · 19 years ago
- cf8bf38 simplify call code, remove pseudo ops for div and rem, track more loads and stores by Andrew Lenharth · 19 years ago
- 5de8b9d remove some debugging code by Chris Lattner · 19 years ago
- 3155908 oops by Andrew Lenharth · 19 years ago
- 9d416f7 FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND by Andrew Lenharth · 19 years ago
- 6cfd1eb Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll. by Chris Lattner · 19 years ago
- e04f865 new testcase for PR590 by Chris Lattner · 19 years ago
- 9d19eb4 Make the x86 asm printer darwin-aware. This mostly entails doing the same by Nate Begeman · 19 years ago
- 06ef884 restore old srcValueNode behavior and try to to work around it by Andrew Lenharth · 19 years ago
- 50f5490 Don't crash on a query where the block is not in any loop. Thanks to by Chris Lattner · 19 years ago
- e531ec5 Bug fixed. by John Criswell · 19 years ago
- 46b8db2 Doh! Forgot to LLVMify the style. by John Criswell · 19 years ago
- 782ad62 tracking the instructions causing loads and stores provides more information than just the pointer being loaded or stored by Andrew Lenharth · 19 years ago
- 1d231ec Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there by John Criswell · 19 years ago
- 0cab375 thinko by Andrew Lenharth · 19 years ago
- f4da945 unify SelectExpr and SelectFP by Andrew Lenharth · 19 years ago
- ba5dc44 fix most regressions by Andrew Lenharth · 19 years ago
- fce587e support more relocations for stores also by Andrew Lenharth · 19 years ago
- c7989ce Get rid of all symbolic loads. I now do gernate all relocations sequences by Andrew Lenharth · 19 years ago
- 373f9e7 Add ElfWriter stuff to Visual Studio by Jeff Cohen · 19 years ago
- e014f89 some call work by Andrew Lenharth · 19 years ago