aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When a return struct pointer is passed in registers, the called has nothingRafael Espindola2012-07-252-12/+31
* Factor a long list of conditions into a predicate function. No functionalityRafael Espindola2012-07-251-6/+15
* When folding a load from a global constant, if the load started in the middleDuncan Sands2012-07-251-5/+8
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-254-59/+15
* Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-JumpKevin Enderby2012-07-241-1/+1
* Don't delete one more instruction than we're allowed to. This should fix theNick Lewycky2012-07-241-1/+3
* add a few more functions to TargetLibraryInfo:Nuno Lopes2012-07-241-0/+7
* ELF does not imply GNU/Linux. Do not assume GNU conventions just because weDavid Chisnall2012-07-241-1/+1
* TargetLibraryInfo: add strn?cat, strn?cpy, and strn?lenNuno Lopes2012-07-241-0/+6
* teach objectsize about strdup() and strndup()Nuno Lopes2012-07-241-3/+16
* Clean whitespaces.Nadav Rotem2012-07-2422-498/+500
* Teach globalopt to not nuke all stores to globals. Keep them around of theyNick Lewycky2012-07-241-8/+177
* Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...Craig Topper2012-07-241-1/+3
* Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass testAkira Hatanaka2012-07-241-1/+1
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-238-44/+287
* make ConstantRange::zeroExtend() optimalNuno Lopes2012-07-231-2/+6
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-231-1/+4
* 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
* Fix a typo (the the => the)Sylvestre Ledru2012-07-2314-15/+15
* Fixed DAGCombine optimizations which generate select_cc for targetsNadav Rotem2012-07-231-33/+47
* 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
* Revert r160602.Nick Lewycky2012-07-211-177/+8
* Teach globalopt to play nice with leak checkers. This is a reapplication ofNick Lewycky2012-07-211-8/+177
* Fix Mips long branch pass.Akira Hatanaka2012-07-212-131/+136
* 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-219-45/+290
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-1/+1
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-203-2/+2
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-205-21/+3
* Avoid folding loads that are unsafe to move.Jakob Stoklund Olesen2012-07-201-0/+13
* 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-201-13/+56
* 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-201-0/+4
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-202-10/+16
* Fix assertion in jump threading (PR13405).Richard Osborne2012-07-201-0/+2
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-201-4/+16
* Don't use implicit register operands to calculate L-bit for AVX instructions....Craig Topper2012-07-201-0/+2
* Revert r160529 due to crashes.Nick Lewycky2012-07-191-171/+8
* 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-191-8/+171
* Reverting r 160419.Galina Kistanova2012-07-191-2/+1