aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-2110-46/+293
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-203-3/+16
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-209-10/+9
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-206-22/+3
* Fix few warnings.Galina Kistanova2012-07-201-1/+1
* Avoid folding loads that are unsafe to move.Jakob Stoklund Olesen2012-07-202-0/+156
* Fix a dangling StringRef bug in the auto upgrader. In one case, we resetChandler Carruth2012-07-201-2/+2
* Split loop exiting edges more aggressively.Jakob Stoklund Olesen2012-07-202-13/+86
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar2012-07-201-2/+2
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-202-0/+9
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-203-10/+20
* lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar2012-07-201-1/+5
* Fix assertion in jump threading (PR13405).Richard Osborne2012-07-202-0/+10
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-202-22/+35
* Don't use implicit register operands to calculate L-bit for AVX instructions....Craig Topper2012-07-201-0/+2
* Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...Owen Anderson2012-07-201-1/+2
* Revert r160529 due to crashes.Nick Lewycky2012-07-193-192/+9
* Fix crash in machine verifier when trying to print the def of a register whic...Pete Cooper2012-07-191-0/+2
* Don't wipe out global variables that are probably storing pointers to heapNick Lewycky2012-07-193-9/+192
* Reverting r 160419.Galina Kistanova2012-07-191-2/+1
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-192-4/+3
* Fix remaining lit tests which were failing when run on an AtomPreston Gurd2012-07-1912-16/+51
* default to use -mv4 when no version of Hexagon has been specifiedSebastian Pop2012-07-191-1/+5
* reimplement truncate() to make it optimal.Nuno Lopes2012-07-191-10/+45
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-192-17/+4
* test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...NAKAMURA Takumi2012-07-191-8/+8
* Replace some explicit compare loops with std::equal.Benjamin Kramer2012-07-192-11/+2
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-193-32/+84
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-1910-24/+69
* Fixed few warnings.Galina Kistanova2012-07-193-4/+4
* Remove tabs.Bill Wendling2012-07-191-85/+85
* Remove tabs.Bill Wendling2012-07-192-4/+3
* Remove tabs.Bill Wendling2012-07-191-15/+13
* Remove tabs.Bill Wendling2012-07-193-8/+8
* Tweak prose.Chad Rosier2012-07-191-1/+1
* Remove tabs.Bill Wendling2012-07-1917-79/+79
* Remove tabs.Bill Wendling2012-07-193-13/+13
* Remove tabs.Bill Wendling2012-07-1910-32/+35
* Remove tabs.Bill Wendling2012-07-192-4/+4
* Remove tabs.Bill Wendling2012-07-194-57/+57
* Remove tabs.Bill Wendling2012-07-183-3/+3
* Move around some enum elements so that lastMRM corrects gets assigned 56, whichRichard Trieu2012-07-181-2/+2
* TblGen: Tweak to pretty-print DAGISel.inc a bit better.Jim Grosbach2012-07-181-2/+2
* Allow PointerIntPairs to be created from const void *.Jordan Rose2012-07-181-1/+12
* X86: remove redundant cmp against zero.Manman Ren2012-07-183-15/+95
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-1811-34/+74
* Adding some debug information to PassManagerVictor Oliveira2012-07-181-0/+20
* Whitespace.Chad Rosier2012-07-181-18/+14
* Fix a somewhat nasty crasher in PR13378. This crashes inside ofChandler Carruth2012-07-182-22/+53