aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)Author
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-28PR1255: Case RangesStepan Dyatkovskiy
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy
2012-03-11llvm::SwitchInstStepan Dyatkovskiy
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-02-24EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi
2012-02-24EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-02-14Using the new external-linkage warning recently added instead of disabling al...Aaron Ballman
2012-02-14Fixing warning due to the new "UTD return type in extern 'C'".Aaron Ballman
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2012-01-23Remove extraneous ';'s.Bill Wendling
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-05A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-09-29Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman
2011-09-09Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-18eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner
2011-01-28Fix libffi usage when it is on a custom path.Oscar Fuentes
2011-01-27Use the paths to libffi's header and library even when no customOscar Fuentes
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-28PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-06-18Handle execution entrypoints with non-integer return types.Dan Gohman
2010-05-01Fix an ancient FIXME.Dan Gohman
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-30Typo noticed by Duncan.Torok Edwin
2010-03-30Don't overwrite previous value, if it succeeded.Torok Edwin
2010-03-30Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer