- a0f5bf3 For: memory operations -> stores by Reid Spencer · 20 years ago
- a307978 remove some sparc-v9-specific information by Chris Lattner · 20 years ago
- 627cd00 Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes. by Reid Spencer · 20 years ago
- 7911f03 When transforming &A[i] < &A[j] -> i < j, make sure to perform the comparison by Chris Lattner · 20 years ago
- f4d3272 The assertion was wrong: the code only worked for i64. While we're at it, by Chris Lattner · 20 years ago
- 72f71e1 Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name by Reid Spencer · 20 years ago
- a5e2607 Add two new checks for use in LLVM configuration files: by Reid Spencer · 20 years ago
- 0589523 Only get the .bss and .data sections when needed instead of unconditionally. by Chris Lattner · 20 years ago
- 56c3261 Add two helper methods, adjust a prototype by Chris Lattner · 20 years ago
- 0003395 Refactor getSection() method to make it easier to use. by Chris Lattner · 20 years ago
- 5f9cb59 Add ability to set TYPE and FLAGS field for section trivially by Chris Lattner · 20 years ago
- 5f48ff7 Major refactor of the ELFWriter code. Instead of building up one big by Chris Lattner · 20 years ago
- 5a8441e Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that by Nate Begeman · 20 years ago
- 11cefd9 Teach the register allocator that movaps is also a move instruction by Nate Begeman · 20 years ago
- 9035b99 A couple more darwinisms by Nate Begeman · 20 years ago
- a28381c Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the by Chris Lattner · 20 years ago
- cad063f Break the code for expanding UINT_TO_FP operations out into its own by Chris Lattner · 20 years ago
- 6e741f8 You can't use config options without config.h by Chris Lattner · 20 years ago
- 3e3def9 Fix PR595: These error messages should not be looking at CGI.Name, they by Chris Lattner · 20 years ago
- 2382ff7 Fixed some punctuation. by John Criswell · 20 years ago
- 16b04f3 Get closer to fully working scalar FP in SSE regs. This gets singlesource by Nate Begeman · 20 years ago
- 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 20 years ago
- afc5456 Add support for a TODO; instructions in .td files can now have arguments by Nate Begeman · 20 years ago
- 8bf0f64 Regression test for PR#596: Make sure that negation of a minus doesn't by John Criswell · 20 years ago
- ce4e1e4 Fixed PR#596: by John Criswell · 20 years ago
- c5f44ad Make this use the new autoconf support for finding the executables for by Chris Lattner · 20 years ago
- be13028 * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED so by Reid Spencer · 20 years ago
- e388b5e As discussed on IRC, this stuff is just for debugging. by Chris Lattner · 20 years ago
- c232a65 Put the path to the Graphviz program in the #defines so it can be used. by Reid Spencer · 20 years ago
- f1a2f15 If the Graphviz program is available, use it to visualize dot graphs. by Chris Lattner · 20 years ago
- 6fb0d73 Get rid of warnings on Alpha by Reid Spencer · 20 years ago
- 8a2246f Implement a test for the Graphviz program for Chris Lattner. The symbol by Reid Spencer · 20 years ago
- 2499841 Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation by Reid Spencer · 20 years ago
- 2497251 Note to self: don't introduce memory leaks. by Jeff Cohen · 20 years ago
- b639f14 Eliminate tabs by Jeff Cohen · 20 years ago
- 6d23522 Win32 support for Mutex class. by Jeff Cohen · 20 years ago
- c087a43 Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593. by Chris Lattner · 20 years ago
- 0c8781d new testcase for PR593 by Chris Lattner · 20 years ago
- 6814f15 Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll by Chris Lattner · 20 years ago
- 92b5376 new testcase that crashes llc on x86/ppc. Not generated by C/C++ or LLVM by Chris Lattner · 20 years ago
- 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 20 years ago
- 6a60d18 Correct the file title. by Reid Spencer · 20 years ago
- e8cdc8b For PR418: by Reid Spencer · 20 years ago
- d3a490a Check in the last of the darwin-specific code necessary to get shootout by Nate Begeman · 20 years ago
- 63b3f9a Remove some code that moved to the generic asm printer a long time ago. by Nate Begeman · 20 years ago
- fce2ddc Update release notes regarding thread-safe JIT. by Reid Spencer · 20 years ago
- ee44863 For PR540: by Reid Spencer · 20 years ago
- b2164e5 For PR540: by Reid Spencer · 20 years ago
- 22177fe For PR540: by Reid Spencer · 20 years ago
- 9e4f701 In support of PR418: by Reid Spencer · 20 years ago
- 46c5305 Add support for 64-bit elf files by Chris Lattner · 20 years ago
- 3942961 Add support for emitting 64-bit integers by Chris Lattner · 20 years ago
- f5d507e Add some apparently undocumented ELF section header flags by Chris Lattner · 20 years ago
- fec0e40 Fix povray and minor cleanups by Andrew Lenharth · 20 years ago
- 8d2623d Clean up and add comments to the newly implemented subtarget code. by Nate Begeman · 20 years ago
- d73e460 Add new files to Visual Studio projects. by Jeff Cohen · 20 years ago
- 74fa8d6 I don't know how this ever compiled with gcc, but VC++ correctly rejects it. by Jeff Cohen · 20 years ago
- 44213c9 VC++ demands that the function returns a value by Jeff Cohen · 20 years ago
- 0e219eb Clean up the TargetSubtarget class a bit, removing an unnecessary argument by Nate Begeman · 20 years ago
- b151aca Minor changes to improve comments and fix the build on _WIN32 systems. by Chris Lattner · 20 years ago
- 3249bfc Add a note by Chris Lattner · 20 years ago
- fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 20 years ago
- 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
- a3efca1 Fix PR576. by Chris Lattner · 20 years ago
- 9b988be add a note so I can remember the common t-t's by Chris Lattner · 20 years ago
- df3623e fix a warning by Chris Lattner · 20 years ago
- d3513e0 Remove glibc specific functions, and mark a couple as C99 by Andrew Lenharth · 20 years ago
- d9793e6 because on alpha: # define errno (*__errno_location ()) by Andrew Lenharth · 20 years ago
- 0e18050 Clean up code, no functionality changes. by Chris Lattner · 20 years ago
- c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 20 years ago
- b12c9fa Fix crazy indentation by Chris Lattner · 20 years ago
- a698871 convert dos newlines to unix. No other changes. by Chris Lattner · 20 years ago
- 5fe7b6e Emit a symbol table entry for each function we output to the ELF file. This by Chris Lattner · 20 years ago
- f0cf1b7 The symbol table just needs a const GlobalValue*, not a non-const one. by Chris Lattner · 20 years ago
- 81b6ed7 Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter by Chris Lattner · 20 years ago
- aa507db add code to emit the .text section to the section header. by Chris Lattner · 20 years ago
- 6871aed expose a new code emitter object by Chris Lattner · 20 years ago
- 1ed38fb add a helper method by Chris Lattner · 20 years ago
- efb4bf0 Remove prototype for non-existant function by Chris Lattner · 20 years ago
- 5acd120 Use a name mangler object to uniquify names and remove nonstandard by Chris Lattner · 20 years ago
- 75bbdff add a name mangler object by Chris Lattner · 20 years ago
- 6e63088 fix long lines by Chris Lattner · 20 years ago
- bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
- 5f056bf Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
- 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 20 years ago
- f7db8c6 Move TRUNCSTORE to using a VTSDNode operand instead of being a MVTSDNode. by Chris Lattner · 20 years ago
- 15e4b01 Introduce a new VTSDNode class with the ultimate goal of eliminating the by Chris Lattner · 20 years ago
- 966fa41 Fix bugs also fixed in Unix version, plus other general cleanup. by Jeff Cohen · 20 years ago
- 73f3667 1. Fix bug in getBaseName where it mishandles suffixes by Jeff Cohen · 20 years ago
- 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 20 years ago
- 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 20 years ago
- 6371ccb Two changes: by Reid Spencer · 20 years ago
- 4c47e3a Add support for emitting a .data section and .bss section. by Chris Lattner · 20 years ago
- 85c716f Stamp out tabs by Jeff Cohen · 20 years ago
- 8f0e8f2 Make Win32 implementation conform to new paradigm by Jeff Cohen · 20 years ago
- 563a17f Fix eraseSuffix() by Jeff Cohen · 20 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
- edb9d6b Fix VC++ breakage by Jeff Cohen · 20 years ago
- 4607b54 fix typo by Jeff Cohen · 20 years ago
- 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago