summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05
* [PM] Add a definition for the static PassID in the CallGraphAnalysis.Chandler Carruth2014-01-05
* Add the other form of movq xmm,xmm for the disassembler.Craig Topper2014-01-05
* Use patterns to remove some duplicate instructions.Craig Topper2014-01-05
* Fix encoding for PUSH64i16. Add In64BitMode Predicate. Remove disassembler hack.Craig Topper2014-01-05
* Mark x86 _alt instructions as AsmParserOnly so they will be omitted from disa...Craig Topper2014-01-05
* Use new ForceDisassemble flag on the 2-byte forms of INC/DEC for 32-bit mode ...Craig Topper2014-01-05
* Add a new x86 specific instruction flag to force some isCodeGenOnly instructi...Craig Topper2014-01-05
* [Sparc] Add initial implementation of MC Code emitter for sparc.Venkatraman Govindaraju2014-01-05
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-05
* Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the correspond...Craig Topper2014-01-05
* Add missed cleanup from r198456Alp Toker2014-01-04
* Tag x86 move to/from debug/control registers with Not64BitMode/In64BitMode. R...Craig Topper2014-01-04
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-04
* [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.Venkatraman Govindaraju2014-01-04
* [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering in SPARC64. Venkatraman Govindaraju2014-01-04
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-04
* Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it wo...Craig Topper2014-01-04
* Add a LLVM_DUMP_METHOD macro.Nico Weber2014-01-03
* Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...Reid Kleckner2014-01-03
* For disassembly when adding a symbolic operand that is a C++Kevin Enderby2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [AArch64][NEON] Added SXTL and SXTL2 instruction aliasesAna Pazos2014-01-03
* Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...David Blaikie2014-01-03
* Fix loop rerolling pass failure with non-consant loop lower boundDavid Peixotto2014-01-03
* BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer2014-01-03
* Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...David Blaikie2014-01-03
* Debug Info: Type Units: Simplify type hashing using IR-provided unique names.David Blaikie2014-01-03
* 80-column.Eric Christopher2014-01-03
* Remove TextSectionSym as it is unused.Eric Christopher2014-01-03
* Revert "Reverting r193835 due to weirdness with Go..."David Blaikie2014-01-03
* Reverting r193835 due to weirdness with Go...David Blaikie2014-01-03
* [RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet2014-01-02
* [PPC] Fix comment to match function nameHal Finkel2014-01-02
* Remove comments on CU skeleton construction, they're probablyEric Christopher2014-01-02
* [PPC] Fix the scheduling of CR logicals on the P7Hal Finkel2014-01-02
* Elaborate on comment for skeleton CU construction.Eric Christopher2014-01-02
* Revert seemingly unnecessary section sym for the data section.Eric Christopher2014-01-02
* [PPC] Use the correct immediate operands on 64-bit instructionsHal Finkel2014-01-02
* Disable compare sinking in CodeGenPrepare when multiple condition registers a...Hal Finkel2014-01-02
* indvars: cleanup the IV visitor. It does more than gather sext/zext info.Andrew Trick2014-01-02
* Fix up a couple of review comments:Eric Christopher2014-01-02
* Simplify conditional.Eric Christopher2014-01-02
* Allow addrspacecast in global aliasesMatt Arsenault2014-01-02
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-02
* Delete unread globals through addrspacecastMatt Arsenault2014-01-02
* Fix addrspacecast with metadata globalsMatt Arsenault2014-01-02
* Remove redundant fold call introduced in r195944. Thanks very much to JuergenLang Hames2014-01-02
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-02
* indvars: insert truncate at loop boundary to avoid redundant IVs.Andrew Trick2014-01-02