[x86] lower calls to llvm.maxnum.v4f32 using maxps
[oota-llvm.git] / lib / MC / MCDisassembler /
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
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 ChengInclude MCRegisterInfo to eliminate a compilation warning.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Sean CallananFixed a bug where the MC subtarget information
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-05-22 Chris Lattnerswitch to using a smallvector to avoid allocations...
2011-05-22 Chris Lattnertidy some things up.
2011-04-24 Sebastian RedlGive MC/MCDisassembler/Disassembler.h a header guard.
2011-04-20 Sean CallananMade the MC disassembler check before accessing
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-09 Benjamin KramerFix potential buffer overflow on win32.
2011-04-09 Sean CallananRedirected errors from the AsmParser to the proper
2011-04-07 Sean CallananFixed a bug where missing EDInstInfo would cause
2011-04-05 Shantonu SenAn MCDisassembler has the option to not implement
2011-03-29 Francois PichetFix the MSVC build.
2011-03-28 Ted KremenekUnbreak CMake build.
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-12 Sean CallananFixed the comparison operator for the enhanced
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-09 Shantonu SenFix comparator used for looking up previously instantia...
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. SpencerMerge System into Support.
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-09-23 Sean CallananFixed a crash in the enhanced disassembler where
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-07-20 Owen AndersonLet's get those buildbots green: #include is needed...
2010-07-20 Chris Lattnerapparently also missing an include.
2010-07-20 Chris Lattnerthis is in System
2010-07-20 Chris Lattnerturn this into a normal header.
2010-07-20 Chris Lattnerhopefully heal the linux builders
2010-07-20 Chris Lattnerthere is no reason to dynamically generate a static...
2010-07-20 Chris Lattnerdrop edinfo.inc into the objdir for src!=objdir builds.
2010-07-20 Eric ChristopherUpdate header.
2010-07-20 Chris Lattnerhopefully teach cmake to build the .inc file.
2010-07-20 Chris Lattnercmake too
2010-07-20 Chris Lattnerforgot to add a file
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...