aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-3111-203/+124
* Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-311-1/+1
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-314-58/+81
* Fix a few typosMatt Arsenault2013-10-301-7/+7
* Fix CodeGen for unaligned loads with address spacesMatt Arsenault2013-10-302-2/+24
* Teach scalarrepl about address spacesMatt Arsenault2013-10-302-6/+39
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-302-3/+6
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-303-8/+47
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-303-18/+29
* [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-301-2/+24
* Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz2013-10-303-0/+13
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-302-8/+24
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-302-6/+16
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-303-5/+53
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-302-20/+28
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-303-4/+42
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-302-10/+10
* fix RST reference in Writing an LLVM PassBenjamin Kramer2013-10-301-1/+1
* 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-303-89/+166
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-302-0/+8
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-308-176/+471
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-309-37/+780
* Refactor the AVX512 intrinsics. Cluster the intrinsics into the appropriate v...Cameron McInally2013-10-301-82/+104
* Rehash but don't grow when full of tombstones.Howard Hinnant2013-10-301-3/+2
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-3010-119/+395
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-302-0/+272
* [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-304-59/+101
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-10-304-87/+9
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-10-304-9/+87
* 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-302-42/+46
* StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation]NAKAMURA Takumi2013-10-301-8/+8
* Trailing whitespace in a comment line.NAKAMURA Takumi2013-10-301-1/+1
* 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-2911-68/+63
* 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-292-28/+90
* Update commentMatt Arsenault2013-10-291-2/+2
* Workaround MSVC 32-bit miscompile of getCondCodeAction.Matt Arsenault2013-10-291-15/+13
* 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-296-4/+25
* Remove declared but not implemented function.Rafael Espindola2013-10-291-11/+0
* Fix common typos in the docs.Benjamin Kramer2013-10-294-4/+4
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-2912-39/+35
* Debug Info: clean up testing case.Manman Ren2013-10-291-2/+4
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-2926-84/+88