aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-05-03don't bother encoding # varargsChris Lattner
2007-05-03fix encoding of BB names in the symtabChris Lattner
2007-05-03bug fixesChris Lattner
2007-05-03Unbreak VC++ build.Jeff Cohen
2007-05-03implement the rest of the instructionsChris Lattner
2007-05-03Use iterative while loop instead of recursive function call.Devang Patel
2007-05-03Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen
2007-05-03Debug support for arm-linux.Lauro Ramos Venancio
2007-05-03add a few more instructions, getting closeChris Lattner
2007-05-03Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman
2007-05-03This is a patch to fix a compile error in STLExtras.h, andChris Lattner
2007-05-03silence annoying gcc 4.3 warningsChris Lattner
2007-05-03silence some annoying gcc 4.3 warningsChris Lattner
2007-05-03Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S...Chris Lattner
2007-05-03Fix two classes of bugs:Chris Lattner
2007-05-03add support for printing offset from globalChris Lattner
2007-05-03revert accidental commitChris Lattner
2007-05-03add support for printing offset of globalChris Lattner
2007-05-03Sets the section names for fixed-size constants and use the mergeableDan Gohman
2007-05-03revert reid's patch to fix these failures:Chris Lattner
2007-05-03Typo. It's checking if V is multiple of 4, not multiple of 3. :-)Evan Cheng
2007-05-03Drop 'const'Devang Patel
2007-05-03match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner
2007-05-03expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner
2007-05-03Add a new option.Chris Lattner
2007-05-02Non-algorithmic change. Moved definitions around into separate sectionsBill Wendling
2007-05-02Properly set arguments bitwidth of EHSELECT nodeAnton Korobeynikov
2007-05-02Update.Bill Wendling
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Re-install patch to enable use of PassID.Devang Patel
2007-05-02Fix build error.Lauro Ramos Venancio
2007-05-02Emit correct register move information in eh frames for X86. This allows Shoo...Anton Korobeynikov
2007-05-02Emit correct DWARF reg # for RA (return address) registerAnton Korobeynikov
2007-05-02add reader logic for terminator instrs.Chris Lattner
2007-05-02add reader support for a bunch of new instructionsChris Lattner
2007-05-02read a few instructions, fix some bugs. This is enough to be able to roundChris Lattner
2007-05-02use the correct code for binop instrsChris Lattner
2007-05-02revert enough of devang's recent patches to get the tree basically working againChris Lattner
2007-05-02disable this assertion as a hack to get the build more unbroken :(Chris Lattner
2007-05-02Make sign extension work correctly for unusual bit widths.Reid Spencer
2007-05-02Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-05-01Doh. PC displacement is between the constantpool and the add instruction.Evan Cheng
2007-05-01Use correct PC symbolAnton Korobeynikov
2007-05-01Adjust correct EH-related sectionsAnton Korobeynikov
2007-05-01eliminateFrameIndex() change.Evan Cheng
2007-05-01If call frame is not part of stack frame and no dynamic alloc, eliminateFrame...Evan Cheng
2007-05-01Forgot about chain result; also UNDEF cannot have multiple values.Evan Cheng
2007-05-01fix build with non-buggy compilersChris Lattner