aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a TODO.Mikhail Glushenkov2010-08-231-0/+1
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-234-20/+21
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-232-19/+15
* Trailing whitespace.Mikhail Glushenkov2010-08-231-2/+2
* Add the symbol offset to the relocation value when we relocate against sectio...Benjamin Kramer2010-08-231-2/+3
* formatted_tool_output_file::close needs to flush its buffer beforeDan Gohman2010-08-231-1/+6
* Handle qualified constants that are directly folded by FE.Devang Patel2010-08-233-6/+32
* Use the proper relocation section + cleanup, from Roman Divacky.Benjamin Kramer2010-08-231-3/+5
* Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).Benjamin Kramer2010-08-232-6/+15
* Re-enable LazyValueInfo. Monitoring for failures.Owen Anderson2010-08-231-1/+1
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-2323-59/+54
* StringRef tweaks:Benjamin Kramer2010-08-231-2/+4
* random improvement for variable shift codegen.Chris Lattner2010-08-231-2/+14
* Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth2010-08-231-2/+2
* Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth2010-08-232-1/+2
* Revert invalid r111792. Jump tables are not broken on x86-64 / coff,Anton Korobeynikov2010-08-231-6/+0
* Revert part of my last commit. the mingw32 build bot doesn't seem to like it.Michael J. Spencer2010-08-231-1/+0
* Workaround broken jump tables on x86-64 COFF.Michael J. Spencer2010-08-232-0/+7
* remove some dead code.Chris Lattner2010-08-231-246/+0
* Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!Nick Lewycky2010-08-221-6/+15
* Delete dead comment.Eli Friedman2010-08-211-2/+1
* Use rip-rel addressing on win64 by default. For this we justAnton Korobeynikov2010-08-212-15/+19
* Use MDNode::destroy(). Fixes a delete/free mismatch.Benjamin Kramer2010-08-211-3/+1
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-215-23/+58
* Add an assert to MDNode::deleteTemporary check that the node being deletedDan Gohman2010-08-211-1/+3
* Fix x86 fast-isel's cmp+branch folding to avoid folding when theDan Gohman2010-08-212-2/+33
* Prepare LowerVECTOR_SHUFFLEv8i16 to use x86 target specific nodes directlyBruno Cardoso Lopes2010-08-212-7/+12
* Replace some NEON vmovl intrinsic that I missed earlier.Bob Wilson2010-08-201-4/+2
* This is the first step towards refactoring the x86 vector shuffle code. TheBruno Cardoso Lopes2010-08-205-1/+494
* CreateTemporaryType doesn't needs its Context argument.Dan Gohman2010-08-202-2/+2
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-2015-35/+91
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-206-14/+62
* Test should pass on non-Darwin x86.Dale Johannesen2010-08-201-1/+1
* 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
* Don't run test on PPC darwin.Dale Johannesen2010-08-201-1/+1
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-202-0/+68
* Fix vmcore.ml test.Erick Tryzelaar2010-08-201-6/+7
* Reword NamedMDNode's comment.Dan Gohman2010-08-201-2/+3
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-202-1/+25
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-203-133/+0
* Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman2010-08-202-2/+2
* Add include guards to Support/Regex.h.Mikhail Glushenkov2010-08-201-0/+5
* Trailing whitespace.Mikhail Glushenkov2010-08-203-92/+92
* Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach2010-08-201-0/+1
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-206-24/+68
* Diagnose attempts to update standard output.Dan Gohman2010-08-201-0/+5
* Convert FileUpdate to use tool_output_file, and to useDan Gohman2010-08-201-11/+6