aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-281-0/+11
* Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen2012-07-271-0/+6
* Typos.Chad Rosier2012-07-271-1/+1
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-271-10/+4
* Add a -new-live-intervals experimental option.Jakob Stoklund Olesen2012-07-271-0/+1
* SmallVector: Crank up verbosity of asserts per Chandler's request.Benjamin Kramer2012-07-271-3/+19
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-271-55/+3
* SmallVector::erase: Assert that iterators are actually inside the vector.Benjamin Kramer2012-07-271-0/+3
* Eliminate the large XXXSubRegTable constant arrays.Jakob Stoklund Olesen2012-07-271-13/+32
* Remove support for 'CompositeIndices' and sub-register cycles.Jakob Stoklund Olesen2012-07-261-15/+0
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-263-36/+58
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-4/+4
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-262-0/+5
* Add a floor intrinsic.Dan Gohman2012-07-261-0/+1
* Differentially encode all MC register lists.Jakob Stoklund Olesen2012-07-251-34/+20
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-251-3/+1
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-251-1/+3
* add EmitStrNLen()Nuno Lopes2012-07-251-0/+6
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-252-17/+26
* In order to correctly compileRafael Espindola2012-07-241-2/+3
* [Object] Remove unneeded const_cast.Michael J. Spencer2012-07-241-2/+1
* add a few more functions to TargetLibraryInfo:Nuno Lopes2012-07-241-0/+14
* Add new interfaces to support ldd's ReaderElf.cpp.Anshuman Dasgupta2012-07-241-3/+42
* TargetLibraryInfo: add strn?cat, strn?cpy, and strn?lenNuno Lopes2012-07-241-0/+12
* Add operator== to APSInt. This will compare the signed bit before doingRichard Trieu2012-07-231-1/+20
* Doxygenify the comments of ISD nodes.Nadav Rotem2012-07-231-292/+293
* Fix a typo (the the => the)Sylvestre Ledru2012-07-235-5/+5
* autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-224-0/+12
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-1/+3
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-2/+5
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-202-8/+7
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-1/+0
* Fix few warnings.Galina Kistanova2012-07-201-1/+1
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-201-0/+5
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-0/+4
* Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...Owen Anderson2012-07-201-1/+2
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-191-5/+4
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-9/+11
* Fixed few warnings.Galina Kistanova2012-07-192-3/+3
* Remove tabs.Bill Wendling2012-07-192-4/+4
* Remove tabs.Bill Wendling2012-07-194-57/+57
* Remove tabs.Bill Wendling2012-07-183-3/+3
* Allow PointerIntPairs to be created from const void *.Jordan Rose2012-07-181-1/+12
* Add some missed ELF constants definitions:Simon Atanasyan2012-07-181-1/+36
* Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi2012-07-181-7/+13
* SCEVTraversal: Add a visited set.Andrew Trick2012-07-181-1/+3
* Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen2012-07-171-3/+3
* Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen2012-07-172-38/+73
* Revert commit r160307. We decide to move builtins selection to the backend.Simon Atanasyan2012-07-171-3/+1
* TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach2012-07-171-0/+7