aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-318-164/+85
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-313-58/+63
* Fix a few typosMatt Arsenault2013-10-301-7/+7
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-301-2/+5
* Teach scalarrepl about address spacesMatt Arsenault2013-10-301-1/+1
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-0/+2
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-7/+20
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-303-18/+29
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-301-5/+7
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-301-0/+6
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-5/+24
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-301-20/+20
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-302-0/+23
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-302-10/+10
* Add #include of raw_ostream.h to MipsSEISelLowering.cppHans Wennborg2013-10-301-0/+1
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-8/+29
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-301-0/+5
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-303-10/+164
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-303-5/+102
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-307-27/+163
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-301-0/+108
* [mips] MipsSETargetLowering now reports DAGCombiner changes when using -debug...Daniel Sanders2013-10-301-1/+9
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-303-26/+57
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-10-303-45/+9
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-10-303-9/+45
* Reformat Makefile. No other changes.Bill Wendling2013-10-301-4/+3
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-303-7/+3
* Reformat code with clang-format.Josh Magee2013-10-301-37/+40
* Debug Info: code clean up.Manman Ren2013-10-292-3/+5
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-296-3/+67
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-292-21/+9
* Struct byval cleanup: add helper functions to reduce code duplication.Manman Ren2013-10-291-180/+117
* [stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee2013-10-291-27/+60
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-291-28/+25
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-295-4/+11
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-2910-31/+30
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-2925-84/+87
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-292-0/+43
* [ARM] Make sure HasCRC is initialized to false in Subtarget.Amara Emerson2013-10-291-0/+1
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-2912-21/+139
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-296-9/+24
* R600: Expand vector FSQRT opsTom Stellard2013-10-291-0/+1
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-291-43/+41
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-293-7/+4
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-293-8/+6
* The asm printer has a mangler. Don't keep a second pointer to it.Rafael Espindola2013-10-291-10/+11
* Quick-fix DebugInfo build on WindowsTimur Iskhodzhanov2013-10-291-1/+3
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-295-6/+14
* Fix misapplied patch in r193597Anders Waldenborg2013-10-291-2/+2
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-291-4/+22