2005-08-02 |
Chris Lattner | add a pass name to make debugging dumps nicer
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | Like the comment says, do not insert cast instructions...
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | This code was very close, but not quite right. It...
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | New testcase that caused simplifycfg to crash
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | add a comment, make a check more lenient
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | Simplify for loop, clear a per-loop map after processing...
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | When the user hits ctrl-c, bugpoint should attempt...
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | Implement sys::SetInterruptFunction on Unix, stub it...
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | add a new function proto
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | Add a comment
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | Fix an iterator invalidation problem
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | 200.sixtrack prints FP numbers with a very strange...
|
commit | commitdiff | tree |
2005-08-02 |
Chris Lattner | make is the standard name, not gmake
|
commit | commitdiff | tree |
2005-08-01 |
Chris Lattner | Mark these as V9 specific
|
commit | commitdiff | tree |
2005-08-01 |
Chris Lattner | Fix casts from long to sbyte on ppc
|
commit | commitdiff | tree |
2005-08-01 |
Chris Lattner | temporarily fail these two tests until LSR evolves...
|
commit | commitdiff | tree |
2005-08-01 |
Chris Lattner | ConstantInt::get only works for arguments < 128.
|
commit | commitdiff | tree |
2005-07-30 |
Chris Lattner | fix float->long conversions on x86
|
commit | commitdiff | tree |
2005-07-30 |
Chris Lattner | this tests every fp-to-integer conversion
|
commit | commitdiff | tree |
2005-07-30 |
Chris Lattner | fix a typeo
|
commit | commitdiff | tree |
2005-07-30 |
Chris Lattner | Change the fp to integer code to not perform 2-byte...
|
commit | commitdiff | tree |
2005-07-30 |
Chris Lattner | Use a custom expander for all FP to int conversions...
|
commit | commitdiff | tree |
2005-07-30 |
Chris Lattner | Allow targets to have custom expanders for FP_TO_*INT...
|
commit | commitdiff | tree |
2005-07-29 |
Chris Lattner | Implement a FIXME: move a bunch of cruft for handling...
|
commit | commitdiff | tree |
2005-07-29 |
Chris Lattner | Don't forget to diddle with the control word when performing...
|
commit | commitdiff | tree |
2005-07-29 |
Chris Lattner | Use a custom expander to compile this:
|
commit | commitdiff | tree |
2005-07-29 |
Chris Lattner | Allow targets to define custom expanders for FP_TO_*INT
|
commit | commitdiff | tree |
2005-07-29 |
Chris Lattner | allow a target to request that unknown FP_TO_*INT conversion...
|
commit | commitdiff | tree |
2005-07-28 |
Chris Lattner | instead of having all conversions be handled by one...
|
commit | commitdiff | tree |
2005-07-28 |
Chris Lattner | New testcase for PR610
|
commit | commitdiff | tree |
2005-07-28 |
Chris Lattner | Eliminate an extra copy from R1 that Nate noticed on...
|
commit | commitdiff | tree |
2005-07-28 |
Chris Lattner | Specify the correct number of operands
|
commit | commitdiff | tree |
2005-07-27 |
Chris Lattner | Fix debug info to not print out recently freed memory.
|
commit | commitdiff | tree |
2005-07-27 |
Chris Lattner | Print symbolic register names in debug dumps
|
commit | commitdiff | tree |
2005-07-27 |
Chris Lattner | fix some warnings when compiled with 32-bit hosts
|
commit | commitdiff | tree |
2005-07-26 |
Chris Lattner | Testcase for PR607
|
commit | commitdiff | tree |
2005-07-26 |
Chris Lattner | add a note about the red zone
|
commit | commitdiff | tree |
2005-07-26 |
Chris Lattner | Wrap some long lines, fix emission of weak global variables
|
commit | commitdiff | tree |
2005-07-26 |
Chris Lattner | ConvertibleToGEP always returns 0, remove some old...
|
commit | commitdiff | tree |
2005-07-25 |
Chris Lattner | fix a warning on 32-bit systems
|
commit | commitdiff | tree |
2005-07-22 |
Chris Lattner | PowerPC no-pic code is not quite ready for prime-time
|
commit | commitdiff | tree |
2005-07-21 |
Chris Lattner | new testcase for PR602
|
commit | commitdiff | tree |
2005-07-21 |
Chris Lattner | revert to using 4-byte alignment for doubles, as specified...
|
commit | commitdiff | tree |
2005-07-21 |
Chris Lattner | llvm.sqrt somehow escaped documentation.
|
commit | commitdiff | tree |
2005-07-21 |
Chris Lattner | If errno doesn't matter (e.g. in -ffast-math scenarios...
|
commit | commitdiff | tree |
2005-07-20 |
Chris Lattner | Allow this to pass on non-linux systems as well, such...
|
commit | commitdiff | tree |
2005-07-20 |
Chris Lattner | Do not let MaskedValueIsZero consider undef to be zero...
|
commit | commitdiff | tree |
2005-07-20 |
Chris Lattner | count the number of relocations performed.
|
commit | commitdiff | tree |
2005-07-20 |
Chris Lattner | set the target triple so that we don't fail due to...
|
commit | commitdiff | tree |
2005-07-19 |
Chris Lattner | remove some sparc-v9-specific information
|
commit | commitdiff | tree |
2005-07-18 |
Chris Lattner | When transforming &A[i] < &A[j] -> i < j, make sure...
|
commit | commitdiff | tree |
2005-07-18 |
Chris Lattner | The assertion was wrong: the code only worked for i64...
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Only get the .bss and .data sections when needed instead...
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Add two helper methods, adjust a prototype
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Refactor getSection() method to make it easier to use.
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Add ability to set TYPE and FLAGS field for section...
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Major refactor of the ELFWriter code. Instead of building...
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Remove all knowledge of UINT_TO_FP from the X86 backend...
|
commit | commitdiff | tree |
2005-07-16 |
Chris Lattner | Break the code for expanding UINT_TO_FP operations...
|
commit | commitdiff | tree |
2005-07-15 |
Chris Lattner | You can't use config options without config.h
|
commit | commitdiff | tree |
2005-07-15 |
Chris Lattner | Fix PR595: These error messages should not be looking...
|
commit | commitdiff | tree |
2005-07-14 |
Chris Lattner | Make this use the new autoconf support for finding...
|
commit | commitdiff | tree |
2005-07-14 |
Chris Lattner | As discussed on IRC, this stuff is just for debugging.
|
commit | commitdiff | tree |
2005-07-14 |
Chris Lattner | If the Graphviz program is available, use it to visualize...
|
commit | commitdiff | tree |
2005-07-13 |
Chris Lattner | Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593.
|
commit | commitdiff | tree |
2005-07-13 |
Chris Lattner | new testcase for PR593
|
commit | commitdiff | tree |
2005-07-13 |
Chris Lattner | Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy...
|
commit | commitdiff | tree |
2005-07-13 |
Chris Lattner | new testcase that crashes llc on x86/ppc. Not generated...
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | Add support for 64-bit elf files
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | Add support for emitting 64-bit integers
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | Add some apparently undocumented ELF section header...
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | Minor changes to improve comments and fix the build...
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | Add a note
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | Fix PR576.
|
commit | commitdiff | tree |
2005-07-12 |
Chris Lattner | add a note so I can remember the common t-t's
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | fix a warning
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Clean up code, no functionality changes.
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Output .size directives to tell the assembler the size...
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Fix crazy indentation
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | convert dos newlines to unix. No other changes.
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Emit a symbol table entry for each function we output...
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | The symbol table just needs a const GlobalValue*, not...
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Refactor things a bit to allow the ELF code emitter...
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | add code to emit the .text section to the section header.
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | expose a new code emitter object
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | add a helper method
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Remove prototype for non-existant function
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | Use a name mangler object to uniquify names and remove...
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | add a name mangler object
|
commit | commitdiff | tree |
2005-07-11 |
Chris Lattner | fix long lines
|
commit | commitdiff | tree |
2005-07-10 |
Chris Lattner | Change *EXTLOAD to use an VTSDNode operand instead...
|
commit | commitdiff | tree |
2005-07-10 |
Chris Lattner | Change *EXTLOAD to use an VTSDNode operand instead...
|
commit | commitdiff | tree |
2005-07-10 |
Chris Lattner | Change TRUNCSTORE to use a VTSDNode operand instead...
|
commit | commitdiff | tree |
2005-07-10 |
Chris Lattner | Move TRUNCSTORE to using a VTSDNode operand instead...
|
commit | commitdiff | tree |
2005-07-10 |
Chris Lattner | Introduce a new VTSDNode class with the ultimate goal...
|
commit | commitdiff | tree |
2005-07-08 |
Chris Lattner | Add support for emitting a .data section and .bss section.
|
commit | commitdiff | tree |
2005-07-07 |
Chris Lattner | Fix a problem that instcombine would hit when dealing...
|
commit | commitdiff | tree |
2005-07-07 |
Chris Lattner | New testcase distilled from a large chunk of code Misha...
|
commit | commitdiff | tree |
2005-07-07 |
Chris Lattner | Restore some code that was accidentally removed by...
|
commit | commitdiff | tree |
2005-07-07 |
Chris Lattner | Add support for emitting the symbol table (and its...
|
commit | commitdiff | tree |
next |