aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add operator== to APSInt. This will compare the signed bit before doingRichard Trieu2012-07-231-1/+20
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-232-1/+28
* Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.Akira Hatanaka2012-07-231-0/+2
* Test revert of test changes.Micah Villmow2012-07-231-1/+0
* Test commit.Micah Villmow2012-07-231-0/+1
* Suppress a warning.Nadav Rotem2012-07-231-1/+2
* Doxygenify the comments of ISD nodes.Nadav Rotem2012-07-231-292/+293
* Fix a typo (the the => the)Sylvestre Ledru2012-07-2343-45/+45
* Fixed DAGCombine optimizations which generate select_cc for targetsNadav Rotem2012-07-232-33/+66
* Tidy up. Fix indentation and remove trailing whitespace.Craig Topper2012-07-231-16/+14
* Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...Craig Topper2012-07-231-1/+2
* Move the initialization of the bounds checking pass. The pass itselfChandler Carruth2012-07-222-3/+3
* ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi2012-07-221-1/+1
* autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-227-0/+20
* Revert r160602.Nick Lewycky2012-07-213-198/+9
* Teach globalopt to play nice with leak checkers. This is a reapplication ofNick Lewycky2012-07-213-9/+198
* Fix Mips long branch pass.Akira Hatanaka2012-07-213-135/+142
* Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka2012-07-213-1/+8
* Revert accidental commit.Akira Hatanaka2012-07-218-288/+45
* 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