aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* LoopVectorize: Simplify code. No functionality change.Benjamin Kramer2013-01-251-26/+17
* added ability to dynamically change the ExportList of an alreadyPedro Artigas2013-01-251-0/+10
* Added new section to the git-svn getting started section that provides aMichael Gottesman2013-01-251-0/+28
* LoopVectorizer: Refactor more code to use the IRBuilder. Nadav Rotem2013-01-251-24/+25
* Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>Bob Wilson2013-01-251-0/+3
* Refactor some code to use the IRBuilder.Nadav Rotem2013-01-251-20/+21
* Rename variable to be more comprehensible and follow naming conventionEli Bendersky2013-01-251-4/+4
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-252-0/+32
* Disable MSVC's warning about noreturn destructorsReid Kleckner2013-01-251-0/+1
* Fix MSVC 2012 warning about a 32-bit shift that should be 64-bitReid Kleckner2013-01-251-2/+2
* [msan] A comment on ICmp handling logic.Evgeniy Stepanov2013-01-251-0/+3
* [msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov2013-01-252-3/+101
* This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,Preston Gurd2013-01-252-9/+9
* More cleanup of PPC register definitions.Hal Finkel2013-01-251-64/+8
* Add an addition operator to TableGenHal Finkel2013-01-257-3/+26
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-252-4/+4
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-251-2/+2
* MIsched: Print block name. No functionality.Andrew Trick2013-01-251-1/+2
* MachineScheduler support for viewGraph.Andrew Trick2013-01-253-3/+93
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-257-3/+40
* ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick2013-01-252-8/+31
* SchedDFS: Complete support for nested subtrees.Andrew Trick2013-01-252-42/+109
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-256-47/+61
* ArrayRef reverse iterators.Andrew Trick2013-01-251-0/+5
* whitespaceAndrew Trick2013-01-251-12/+12
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-01-251-8/+1
* SchedDFS: Initial support for nested subtrees.Andrew Trick2013-01-252-42/+90
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-252-7/+92
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-253-30/+83
* This patch implements parsing the .wordJack Carter2013-01-252-8/+46
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-252-12/+21
* SchedDFS: Refactor and tweak the subtree selection criteria.Andrew Trick2013-01-251-24/+32
* SchedDFS: Constify interface.Andrew Trick2013-01-251-3/+4
* Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen2013-01-241-1/+1
* Moving Cost Tables up to share with other targetsRenato Golin2013-01-242-48/+75
* Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...Michael Gottesman2013-01-241-0/+6
* Start cleanup of PPC register definitions using foreach loops.Hal Finkel2013-01-241-65/+7
* [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-241-1/+1
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-241-1/+1
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-242-9/+47
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-243-5/+41
* unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi2013-01-241-0/+2
* unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi2013-01-241-2/+17
* lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi2013-01-242-1/+12
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-242-47/+9
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-242-9/+47
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-242-8/+48
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-242-7/+36
* Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth2013-01-241-19/+16
* [asan] fix 32-bit buildsKostya Serebryany2013-01-241-3/+3