aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-2011-20/+52
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-204-10/+45
* Fix --disable-threads build, PR7949.Daniel Dunbar2010-08-201-0/+1
* Downwards growing stack allocation order reverses relative offsetsJim Grosbach2010-08-201-1/+10
* Add more dbg outputJim Grosbach2010-08-201-0/+1
* Update CMake build.Benjamin Kramer2010-08-201-1/+0
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-201-0/+47
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-201-67/+0
* Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman2010-08-201-1/+1
* properly check for whether base regs were insertedJim Grosbach2010-08-201-4/+7
* Make outs() close its file when its stream is destructed, so thatDan Gohman2010-08-201-2/+4
* Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman2010-08-201-12/+4
* Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman2010-08-201-16/+17
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+8
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-1/+3
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-203-20/+51
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-202-0/+31
* Fix loop conditionals (MO.isDef() asserts that it's a reg) andEric Christopher2010-08-201-1/+2
* Add a couple of random comments.Eric Christopher2010-08-201-0/+3
* If the target says that an extending load is not legal, regardless of whetherBob Wilson2010-08-191-7/+12
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-193-16/+86
* CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread insteadDaniel Dunbar2010-08-191-0/+34
* Update debug logs.Evan Cheng2010-08-191-4/+4
* Properly update MachineDominators when splitting critical edge.Evan Cheng2010-08-191-2/+25
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-191-45/+0
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-191-0/+45
* Disable LVI while I evaluate a failure.Owen Anderson2010-08-191-1/+1
* Tentatively enabled LVI by default. I'll be monitoring for any failures.Owen Anderson2010-08-191-1/+1
* Correct header.Bill Wendling2010-08-191-1/+1
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-191-5/+5
* Fix the msvc 2010 build.Michael J. Spencer2010-08-191-2/+19
* Do not assert when reading an exponent out of range.Dale Johannesen2010-08-191-0/+1
* Add Thumb1 support for virtual frame indices.Jim Grosbach2010-08-193-132/+160
* Remove disabled assertion.Evan Cheng2010-08-191-2/+0
* Teach machine-sink to break critical edges when appropriate. Work in progress.Evan Cheng2010-08-191-8/+99
* Silence warning.Eric Christopher2010-08-191-1/+1
* MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer2010-08-191-7/+7
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-192-3/+12
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-194-22/+14
* fix PR7465, mishandling of lcall and ljmp: intersegment long Chris Lattner2010-08-194-12/+28
* Process the step before the start, because it's usually the simplerDan Gohman2010-08-191-3/+3
* minor progress towards fixing PR7465Chris Lattner2010-08-191-2/+2
* Add an AddOptionalDefs method and use it.Eric Christopher2010-08-191-21/+64
* Add the "isCompare" attribute to the defm instead of each individual instr.Bill Wendling2010-08-191-3/+1
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-182-9/+4
* Remove extra header.Eric Christopher2010-08-181-1/+0
* Add a newline to debug outputJim Grosbach2010-08-181-1/+2
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-181-11/+30
* If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng2010-08-181-5/+18
* GetLinearExpression is only called when TD is non-null, pass as Chris Lattner2010-08-181-4/+4