summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Fix two headers where we included a standard library headerChandler Carruth2014-04-22
* [cleanup] Fix another place where we were including the tablegen'ed codeChandler Carruth2014-04-22
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [CodeGenPrepare] Use APInt to check the value of the immediate in a andQuentin Colombet2014-04-22
* [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth2014-04-21
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-21
* Fix wrong iterator typeRui Ueyama2014-04-21
* Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie2014-04-21
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Fix builds that use an stl missing std::set::emplaceDavid Blaikie2014-04-21
* Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie2014-04-21
* Set default value of HasExtractBitsInsn to falseYi Jiang2014-04-21
* ARM64: Refactor away a few redundant helpers.Jim Grosbach2014-04-21
* Simplify a vpermil* with constant mask.Rafael Espindola2014-04-21
* Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.David Blaikie2014-04-21
* ARM64: Improve diagnostics for malformed reg+reg addressing mode.Jim Grosbach2014-04-21
* Move helper functions earlier in the file.Jim Grosbach2014-04-21
* ARM64: Extended addressing mode source reg is 64-bit.Jim Grosbach2014-04-21
* Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie2014-04-21
* Remove seemingly-unneeded artificial dependencyHal Finkel2014-04-21
* Simplify destruction of Modules in LLVContextImpl.David Blaikie2014-04-21
* Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.Rafael Espindola2014-04-21
* clang-format this function.Rafael Espindola2014-04-21
* Use unique_ptr to handle GlobalOpt's Evaluator membersDavid Blaikie2014-04-21
* Fix PR7272 in -tailcallelim instead of the inlinerReid Kleckner2014-04-21
* Simplify expression that was explicitly naming an operator overload in a call.David Blaikie2014-04-21
* Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler.David Blaikie2014-04-21
* Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImplDavid Blaikie2014-04-21
* Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie2014-04-21
* Use value semantics to manage DbgVariables rather than dynamic allocation/poi...David Blaikie2014-04-21
* Rename X86insrtps to the proper instruction name.Filipe Cabecinhas2014-04-21
* [Modules] Consolidate the DEBUG_TYPE defines in NVPTX to the top of theChandler Carruth2014-04-21
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-21
* [Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes.h and into theChandler Carruth2014-04-21
* ARM64: Combine shifts and uses from different basic block to bit-extract inst...Yi Jiang2014-04-21
* Revert "[rtdyld,c++11] Range'ify symbol table walking."Jim Grosbach2014-04-21
* Fix unnecessary line breakMatt Arsenault2014-04-21
* blockfreq: Some cleanup of UnsignedFloatDuncan P. N. Exon Smith2014-04-21
* [rtdyld,c++11] Range'ify symbol table walking.Jim Grosbach2014-04-21
* Tidy up. Remove extraneous typedef.Jim Grosbach2014-04-21
* Object: iterator_range accessors for ObjectImage symbols and sections.Jim Grosbach2014-04-21
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-21
* CalcSpillWeights: Hack to prevent x87 nonsenseDuncan P. N. Exon Smith2014-04-21
* Fix the test: DCE optimized away everything.Eli Bendersky2014-04-21