aboutsummaryrefslogtreecommitdiff
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-03add a new codeChris 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-03Use the explicit keyword for the SCEV class' constructor.Dan Gohman
2007-05-03Added -rsh-host and -rsh-user to support remote execution.Evan Cheng
2007-05-03This is a patch to fix a compile error in STLExtras.h, andChris Lattner
2007-05-03negatize -> negativeEvan Cheng
2007-05-03silence annoying gcc 4.3 warningsChris Lattner
2007-05-03silence some annoying gcc 4.3 warningsChris Lattner
2007-05-03remove extraneous type qualifiersChris Lattner
2007-05-03remove extraneous top-level semi'sChris Lattner
2007-05-03remove two useless functions. Just inherit Type's implementation instead.Chris Lattner
2007-05-03remove useless type qualifiersChris Lattner
2007-05-03avoid invalid C++ token in #errorChris Lattner
2007-05-03Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S...Chris Lattner
2007-05-03new testcaseChris 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-03Make my proxy happy.Lauro Ramos Venancio
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-03New test.Devang Patel
2007-05-03match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner
2007-05-03match a reassociated form of fnmulChris 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-02Disable RTTI handling until we're ready.Reid Spencer
2007-05-02Add a rule to get the footprint of binaries and libraries.Reid Spencer
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-02Test that TREE_CONSTANT is being set correctly.Duncan Sands
2007-05-02Test that inline assembler compiles (llvm-gcc added an extra "uses" parameterDuncan Sands