summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a use after free on invalid input.Rafael Espindola2013-10-31
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-31
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-31
* Fix a few typosMatt Arsenault2013-10-30
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-30
* Teach scalarrepl about address spacesMatt Arsenault2013-10-30
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-30
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-30
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-30
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-30
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-30
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-30
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-30
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-30
* Add #include of raw_ostream.h to MipsSEISelLowering.cppHans Wennborg2013-10-30
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-30
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-30
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-30
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-30
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-30
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-30
* [mips] MipsSETargetLowering now reports DAGCombiner changes when using -debug...Daniel Sanders2013-10-30
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-30
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-10-30
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-10-30
* Reformat Makefile. No other changes.Bill Wendling2013-10-30
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-30
* Reformat code with clang-format.Josh Magee2013-10-30
* Debug Info: code clean up.Manman Ren2013-10-29
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Struct byval cleanup: add helper functions to reduce code duplication.Manman Ren2013-10-29
* [stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee2013-10-29
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-29
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-29
* [ARM] Make sure HasCRC is initialized to false in Subtarget.Amara Emerson2013-10-29
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-29
* R600: Expand vector FSQRT opsTom Stellard2013-10-29
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-29
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-29
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-29
* The asm printer has a mangler. Don't keep a second pointer to it.Rafael Espindola2013-10-29
* Quick-fix DebugInfo build on WindowsTimur Iskhodzhanov2013-10-29
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29