Push const through the regex engine. Fixes some of the warnings in PR6616.
[oota-llvm.git] / lib / Target /
2010-04-05 Chris Lattnerfix a couple problems I introduced handling symbols
2010-04-05 Benjamin KramerDisambiguate else.
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Chris Lattnersimplify code.
2010-04-05 Johnny ChenGet rid of traling whitespaces. No functionality change.
2010-04-05 Johnny ChenThe disassembler impl. of MCDisassembler::getInstructio...
2010-04-05 Chris Lattnerimplement EmitFunctionEntryLabel to emit the .cc_top...
2010-04-05 Chris Lattnerprune some #includes.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Evan ChengTemporarily remove to disable building of ARM disassembler.
2010-04-05 Evan ChengRe-apply 100265 but instead disable building of ARM...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattnerrevert my patch, need to reconsider this and figure...
2010-04-04 Chris Lattnerfix pasto, this is the wrong setting for arm elf.
2010-04-04 Jakob Stoklund OlesenClean up SSEDomainFix pass.
2010-04-04 Chris Lattnerdon't reset the default.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Jakob Stoklund OlesenSwitch SSEDomainFix to SpecificBumpPtrAllocator.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnermc'ize the remaining uses of O.
2010-04-04 Chris Lattnerfinish eliminating uses of O.
2010-04-04 Chris Lattnermcize more of ppc stub printing.
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerconvert the non-MCInstPrinter'ized EmitInstruction
2010-04-04 Chris Lattnerstreamerize the rest of PIC16 asm printer.
2010-04-04 Chris Lattnerstreamerize printing of dbg_value, the x86 backend...
2010-04-04 Chris Lattnersplit DEBUG_VALUE printing stuff out to its own method.
2010-04-04 Chris Lattnermc'ize elf stub printing, convert cygwin stuff to EmitR...
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattneruse predicates in DBG_VALUE printing code to simplify it.
2010-04-04 Chris Lattnerremove more implicit uses of "O".
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Johnny ChenGet rid of the middleman (ARMAlgorithm), which causes...
2010-04-03 Johnny ChenFix comment.
2010-04-03 Johnny ChenRegister ARMAlgorithm::DoCleanup() to be called on...
2010-04-02 Eric ChristopherRewrite aesimc handling. It only takes a single input...
2010-04-02 Johnny ChenFix another build warning.
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Sean CallananAdded support for reporting operand token ranges
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Eric ChristopherRemove FIXME - if there's a better way to do this it...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-04-02 Chandler CarruthDisambiguate conditional expression for newer GCCs.
2010-04-02 Dan GohmanChange variables which are exactly 16 bytes to be 16...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-04-01 Evan ChengNehalem unaligned memory access is fast.
2010-04-01 Eric ChristopherAdd aeskeygenassist intrinsic and rename all of the...
2010-04-01 Jim Grosbachvml[as] are slow on 1136jf-s also.
2010-03-31 Chris Lattnerreduce indentation, minor cleanups.
2010-03-31 Jakob Stoklund OlesenUse spaces, not tabs
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Jakob Stoklund OlesenFix PR6750. Don't try to merge a DomainValue with itself.
2010-03-31 Jakob Stoklund OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund OlesenFix typo. Thank you, valgrind.
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Jakob Stoklund OlesenV_SETALLONES is an integer instruction.
2010-03-30 Jakob Stoklund OlesenRenumber SSE execution domains for better code size.
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Jakob Stoklund OlesenRevert "Enable -sse-domain-fix by default. What could...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. What could possibly...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Jakob Stoklund OlesenAdd cross-block inference to SSEDomainFix.
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Benjamin KramerXFAIL some PIC16 tests when running under valgrind...
2010-03-30 Benjamin KramerPIC16: Plug a leak in PIC16Section by allocating name...
2010-03-30 Eric ChristopherAdd FIXME for operand promotion.
2010-03-30 Jakob Stoklund OlesenBe gentle to MSVC. C++ is hard, after all.
2010-03-29 Jakob Stoklund OlesenBasic implementation of SSEDomainFix pass.
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-29 Eric ChristopherWe'll never match these as instructions, just as intrin...
2010-03-29 Benjamin KramerRemove a bunch of integer width predicate functions...
2010-03-29 Chris LattnerFrom Kalle Raiskila:
2010-03-29 Chris Lattneradd a note.
2010-03-29 Johnny ChenAdd NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector...
2010-03-28 Chris Lattnerzap an extra line that Eli noticed!
2010-03-28 Chris Lattnerfix a type contradition: XCoreISD::RETSP has one argume...
2010-03-28 Chris Lattnerremove a pattern with no testcase that doesn't appear...
next