Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine
[oota-llvm.git] / lib /
2004-12-11 Brian GaekeBools are *also* not ints. Sigh. Furthermore, most...
2004-12-11 Brian GaekeLook for many more moves to fold (previously, we only
2004-12-11 Brian GaekeMake GEPs not suck so much:
2004-12-11 Brian GaekeUpdate lists of failing benchmarks, including info...
2004-12-11 Chris LattnerImplement Transforms/SCCP/ipsccp-gvar.ll, by tracking...
2004-12-11 Chris LattnerFix a bug where we could delete dead invoke instruction...
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-10 Chris LattnerImplement SCCP/ipsccp-conditional.ll, by totally deleti...
2004-12-10 Chris LattnerFix SCCP/2004-12-10-UndefBranchBug.ll
2004-12-10 Chris LattnerMake sure to link the target-triple as well, so it...
2004-12-10 Chris LattnerFix Regression/Transforms/SimplifyCFG/2004-12-10-Simpli...
2004-12-10 Brian GaekeMove -lowerselect later in the chain; some select instr...
2004-12-10 Brian GaekeAdd the rest of the multiply instructions.
2004-12-10 Brian GaekeSupport binary operations with immediates for <= cInt.
2004-12-10 Brian GaekeUpdate lists of failing benchmarks (except C++...someth...
2004-12-10 Chris LattnerThis is the initial implementation of IPSCCP, as reques...
2004-12-10 Brian GaekeEmit correct prototype for __builtin_alloca on V8.
2004-12-10 Alkis EvlogimenosFix writer to properly quote label names when they...
2004-12-10 Alkis EvlogimenosDo not allow empty label names.
2004-12-10 Chris LattnerImplement test/Feature/escaped_label.ll
2004-12-10 Brian GaekeAdd SparcV8 target back into the build
2004-12-10 Brian GaekeAdjust paths: Sparc/V8 --> SparcV8
2004-12-10 Brian GaekeMake this file self-contained.
2004-12-10 Brian GaekeUpdate list of failing MultiSource benchmarks. It works...
2004-12-10 Brian GaekeWhen FpMOVDs appeared in pairs, we were mistakenly...
2004-12-09 Brian GaekeWe're continuing to make progress on MultiSource.
2004-12-09 Brian GaekeBytes and shorts are aligned differently from words.
2004-12-09 Brian GaekeFix asm-printing directives (how did we not see this...
2004-12-09 Chris Lattnernote to self: Do not check in debugging code!
2004-12-09 Chris LattnerImplement trivial sinking for load instructions. This...
2004-12-09 Chris LattnerRemove a dead field, make the map go to integer type...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-12-09 Chris LattnerRemove #include inadvertently added
2004-12-09 Chris LattnerEliminate this ugly hack. This was put back in when...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Chris LattnerDo extremely simple sinking of instructions when they...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-12-08 Alkis EvlogimenosFix this regression and remove the XFAIL from this...
2004-12-08 Chris LattnerFix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
2004-12-08 Chris LattnerMove method out of line for better ICC support
2004-12-08 Chris LattnerProperly extern this.
2004-12-08 Chris LattnerTurn this error back into a warning, fixing the povray...
2004-12-08 Chris LattnerWork correctly with MSVC and ICC, patch contributed...
2004-12-08 Chris LattnerWork correctly with ICC, Patch contributed by Bjørn...
2004-12-08 Chris LattnerAdd support for compilers with arg dependent name looku...
2004-12-08 Chris LattnerAdd support for compilers without argument dependent...
2004-12-08 Chris LattnerMake this work with the ICC compiler, contributed by...
2004-12-08 Chris LattnerRemove unneeded class qualifier, contributed by Bjørn...
2004-12-08 Chris LattnerRevert this disgusting hack, John has a much nicer...
2004-12-08 Chris LattnerAdd a disgusting hack to work around a libstdc++ issue...
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerRevert the recent patches to "fix" ConstantFP::isValueV...
2004-12-07 Reid SpencerProvide a missing header file.
2004-12-07 Reid SpencerFix some comments.
2004-12-07 Alkis EvlogimenosFix check for valid floats. Also use and HUGE_VALF...
2004-12-07 Nate BegemanMove virtual function call out of loop to speed up...
2004-12-07 Reid SpencerFor PR387:\
2004-12-06 Reid SpencerFor PR409: \
2004-12-06 Reid SpencerFor PR409: \
2004-12-05 Reid SpencerFix PR139: \
2004-12-05 Chris LattnerProperly implement a fix for PR475
2004-12-05 Chris LattnerRevert this patch, it broke a ton of programs.
2004-12-05 Chris LattnerMove lower intrinsics before FP constant emission,...
2004-12-05 Chris LattnerWhen printing out a function, make sure that local...
2004-12-05 Chris LattnerAdd a new method
2004-12-05 Alkis EvlogimenosFix PR475.
2004-12-04 Reid SpencerDistribute headers and license files too
2004-12-04 Reid SpencerProvide more information in the error message that...
2004-12-04 Chris LattnerCheck in some patches for better assertions
2004-12-04 Chris LattnerThis patch prevents an infinite recursion while compili...
2004-12-04 Chris LattnerFix linkage of mismatched weak globals. This unbreaks...
2004-12-04 Chris LattnerDo not allow bytecode files with unresolved references...
2004-12-04 Chris LattnerFix compilation error on Darwin.
2004-12-04 Alkis EvlogimenosCheck if a block has a terminator first before calling...
2004-12-04 Alkis EvlogimenosMake error msg reflect what exactly went wrong.
2004-12-04 Chris LattnerPrevent accessing past the end of the intervals vector...
2004-12-03 Chris LattnerRemove darwin specific majik
2004-12-03 Chris LattnerMove darwin-specific majik here.
2004-12-03 Chris LattnerSignificantly rework linker support for global variable...
2004-12-03 Chris LattnerFix test/Regression/CodeGen/CBackend/2004-12-03-ExternS...
2004-12-03 Chris LattnerImplement stripping of debug symbols, making the -...
2004-12-03 Chris LattnerDo not look here for elegance.
2004-12-03 Brian GaekeThis code rotted - change it to call abort() until...
2004-12-03 Tanya LattnerWhen writing kernel, save the branches til the end...
2004-12-03 Chris LattnerFix a regression caused by the previous patch
2004-12-02 Chris LattnerInitial reimplementation of the -strip pass, with a...
2004-12-02 Chris LattnerThis pass is moving to lib IPO
2004-12-02 Chris LattnerThe stripping pass as we know it is about to disappear
2004-12-02 John CriswellReverting revision 1.209.
2004-12-02 Chris LattnerSpill/restore X86 floating point stack registers with...
2004-12-02 Chris LattnerConsider 64-bit registers to be FP as well.
2004-12-02 Reid SpencerPR466:
2004-12-02 Reid SpencerFix seriously broken implementation of GetMagicNumber.
2004-12-02 Tanya LattnerReworked branch adding in prologue. Added check for...
2004-12-02 Chris LattnerImplement a FIXME by checking to make sure that a mallo...
2004-12-02 Chris LattnerFix a minor bug where we set a var to initialized on...
2004-12-01 Tanya LattnerReverting this patch:
2004-12-01 Chris LattnerInitial support for packed types, contributed by Morten...
2004-12-01 Chris LattnerRemove unneeded cast.
next