Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / CBackend /
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattneruse the right accessor for ConstantDataArray.
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-10 Daniel Dunbarbuild: Rename CBackend and CppBackend libraries to...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Change CBackend and CppBackend to not use...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-09 Bill WendlingRevert r137134. It breaks some code as Eli pointed...
2011-08-09 Bill WendlingPrint out the variable declaration only if it is a...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Evan ChengMove CBackend and CppBackend MC initialization to Targe...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-21 Anna ZaksAdd support for sadd.with.overflow and uadd.with.overfl...
2011-06-14 Anna ZaksAnna's test commit (#2).
2011-06-14 Anna ZaksAnna's test commit.
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-04-04 Jay FoadRemove some support for ReturnInsts with multiple opera...
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-09-14 Michael J. SpencerCBackend: Fix MSVC build.
2010-09-14 Michael J. SpencerCBackend: Cleanup whitespace before I do this next...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-26 Chris Lattnerremove dead proto
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Gabor Greifby Alexander Herz:
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-14 Chris Lattnerfix a -Wbool-conversions warning from clang.
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-10 Chris LattnerImplement support for varargs functions without any...
2010-04-08 Gabor Greifuse abstract interface in two more places
2010-04-08 Gabor Greiffix compile
2010-04-08 Gabor Greifuse abstract interface
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-19 Jeffrey YasskinRemove a memory leak from the CBackend.
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-21 Duncan SandsRemove a bunch of duplicated code, where there was...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris Lattneruse both the Mangler and the CBE's mangler for identifiers,
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
next