Use the new BYTECODE_DESTINATION to override the default bytecode install
[oota-llvm.git] / lib /
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Jeff CohenFix recent breakage of win32 build
2004-12-13 Reid Spencer* Fix header block.
2004-12-13 Reid SpencerAdd missing space in a comment.
2004-12-13 Reid SpencerMake sure the Archive gets deleted if there's an error.
2004-12-13 Reid SpencerFix header and function comments.
2004-12-13 Reid SpencerImplement new functions per new interface
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerThis file contains basic Linker facilities needed by...
2004-12-13 Reid SpencerMake LinkModules a static member function
2004-12-13 Reid SpencerThis file contains only the Linker's library linking...
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerThis file contains only the Linker's file linking support
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerImplement error handling in OpenAndLoad* functions...
2004-12-13 Reid SpencerMake the size() method const
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-13 Brian GaekeAdd V8 SPEC status.
2004-12-12 Chris LattnerChange indentation of a whole bunch of code, no real...
2004-12-12 Chris LattnerMore substantial simplifications and speedups. This...
2004-12-12 Chris LattnerMore minor microoptimizations
2004-12-12 Chris LattnerRemove some more set operations
2004-12-12 Chris LattnerReduce number of set operations.
2004-12-12 Chris LattnerOptimize div/rem + select combinations more.
2004-12-12 Chris LattnerFix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommo...
2004-12-12 Chris LattnerCSE calls to getTypeSize.
2004-12-12 Chris LattnerProperly implement copying of a global, fixing the...
2004-12-12 Chris LattnerSimplify code and do not invalidate iterators.
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-12-12 Brian GaekeComplete the list of MultiSource failures.
2004-12-12 Brian Gaekehbd should be working now.
2004-12-12 Brian GaekeFinally enable the setcc-branch folding code.
2004-12-12 Brian GaekeAdd (currently disabled) code for canFoldSetCC
2004-12-12 Chris LattnerThough the previous xform applies to literally dozens...
2004-12-12 Brian GaekeAdd stubs for setcc-branch folding support.
2004-12-12 Chris LattnerIf a variable can only hold two values, and is not...
2004-12-11 Chris LattnerIf one side of and/or is known to be 0/-1, it doesn...
2004-12-11 Brian GaekePrint llvm code one function at a time.
2004-12-11 Chris LattnerCheck in the file I forgot last night, to solve all...
2004-12-11 Brian GaekeJIT should print LLVM each function before selecting...
2004-12-11 Reid SpencerRename Path::get -> Path::toString
2004-12-11 Chris LattnerOnly cound if we actually made a change.
2004-12-11 Chris LattnerThe split bb is really the exit of the old function
2004-12-11 Chris LattnerTwo bug fixes:
2004-12-11 Chris LattnerDo not delete the entry block to a function.
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...
next