aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-0527-315/+244
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-056-1/+16
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-057-1/+904
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-056-1/+75
* Convert test to FileCheck.Rafael Espindola2013-10-051-5/+12
* [Sparc] Use correct alignment while loading/storing fp128 values.Venkatraman Govindaraju2013-10-052-4/+34
* Updating XFAILs for recent GOT testsAndrew Kaylor2013-10-054-0/+4
* Adding tests for multiple GOTs with MCJITAndrew Kaylor2013-10-054-0/+44
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-052-59/+81
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-0510-96/+271
* Reorganize some member variables and update a comment.Eric Christopher2013-10-051-6/+6
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-052-4/+3
* [Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...Venkatraman Govindaraju2013-10-052-1/+14
* Add a resolve method on CompileUnit that forwards to DwarfDebug.Eric Christopher2013-10-052-8/+13
* Debug info: Don't crash in SelectionDAGISel when a vreg that is beingAdrian Prantl2013-10-052-3/+142
* Make a bunch of CompileUnit member functions private.Eric Christopher2013-10-052-36/+38
* [Sparc] Correct the floating point conditional code mapping in GetOppositeBra...Venkatraman Govindaraju2013-10-042-8/+40
* Minor formatting/comment rewording/etc.David Blaikie2013-10-041-5/+3
* Remove odd use of this.Eric Christopher2013-10-041-1/+1
* Reformat some odd formattings.Eric Christopher2013-10-041-32/+19
* Tighten up some type arguments to functions. Where we expect aEric Christopher2013-10-042-6/+6
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-042-2/+52
* Remove some dead code.David Blaikie2013-10-042-7/+0
* Pull this out for a bit of readability.Eric Christopher2013-10-041-15/+18
* Simplify setting of DIE tag for type DIEs by setting it in one* place.David Blaikie2013-10-041-16/+8
* Reformat.Eric Christopher2013-10-041-832/+791
* Formatting.Eric Christopher2013-10-041-1/+1
* Prune includes.Eric Christopher2013-10-041-2/+0
* forgot to remove this file as wellJack Carter2013-10-041-53/+0
* reverting per requestJack Carter2013-10-047-56/+6
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-042-3/+3
* Use Die->addValue and DIEIntegerOne directly when we want to addEric Christopher2013-10-041-3/+2
* Fix DAGCombiner::visitFP_EXTEND to ignore indexed loadsHal Finkel2013-10-041-1/+1
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-042-1/+14
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-043-5/+3
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-048-7/+111
* Attempting to fix lli build errorAndrew Kaylor2013-10-041-3/+3
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-042-2/+11
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-042-4/+357
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-042-28/+29
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-046-60/+5
* lli: Check pipe creation for errors.Benjamin Kramer2013-10-041-2/+3
* Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola2013-10-041-0/+1
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-0413-402/+114
* Fix commentMatthias Braun2013-10-041-1/+1
* Fix indentationMatthias Braun2013-10-041-1/+1
* Fix typoMatthias Braun2013-10-042-2/+2
* ARM: optimizeSelect has to consider the previous register classMatthias Braun2013-10-042-4/+32
* ARM: do not add a regmask for TAILJUMPsMatthias Braun2013-10-042-16/+53
* ARM: preserve undef flag in pseudo instruction expandersMatthias Braun2013-10-042-19/+21