summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use absolute path to exportsfile in gold plugin CMake build.Peter Collingbourne2011-11-05
* utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar2011-11-05
* utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar2011-11-05
* Allow i1 to be promoted to i32 for ARM APCS calling convention.Chad Rosier2011-11-05
* Added missing &. Fixes <rdar://problem/10393723>Pete Cooper2011-11-04
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-04
* Cannot create a result register for non-legal types.Chad Rosier2011-11-04
* build/make: Fix the output path of the llvm-config-2 library dependency table.Daniel Dunbar2011-11-04
* llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar2011-11-04
* llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar2011-11-04
* When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fitChad Rosier2011-11-04
* build/cmake: Change to require Python be available.Daniel Dunbar2011-11-04
* Enable support for materializing i1, i8, and i16 integers via move immediate.Chad Rosier2011-11-04
* Add mips ELF relocation types. Patch by Jack Carter!Bruno Cardoso Lopes2011-11-04
* Fix some misplaced punctuation.Bill Wendling2011-11-04
* Add triple to test.Rafael Espindola2011-11-04
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-04
* build/cmake: Coalesce in-tree sanity checks.Daniel Dunbar2011-11-04
* build/cmake: Tidy up specification of build/include options for (tools, runtime,Daniel Dunbar2011-11-04
* build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar2011-11-04
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-04
* Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling2011-11-04
* Add missing includes/decls.Eli Friedman2011-11-04
* Add tests for existing InstSimplify features.Dan Gohman2011-11-04
* Teach instsimplify to simplify calls to undef.Dan Gohman2011-11-04
* Add missing includes/class declaration.Eli Friedman2011-11-04
* Add missing forward declarations.Eli Friedman2011-11-04
* Add a couple missing includes; found while analyzing LLVM headers.Eli Friedman2011-11-04
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-04
* Build llvmCore with RTTI enabled. <rdar://problem/10395761>Bob Wilson2011-11-04
* Add missing argument for atomic instructions in c++ backend. PR11268, part 2.Eli Friedman2011-11-04
* utils: Remove build-for-llvm-top.sh and ModuleInfo.txt, which are not documen...Daniel Dunbar2011-11-04
* Remove declarations for functions that don't exist (and never have).Chad Rosier2011-11-04
* Simplify code.Benjamin Kramer2011-11-04
* Move comment to the correct place.Bill Wendling2011-11-04
* Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2011-11-04
* Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2011-11-04
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-04
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-04
* Fix some minor scheduling itinerary bug. It's not expected to actually affect...Evan Cheng2011-11-04
* utils: Rename the "llvmbuild" script to llvm-compilers-check.Daniel Dunbar2011-11-04
* Indentation.Chad Rosier2011-11-04
* Add fast-isel support for returning i1, i8, and i16.Chad Rosier2011-11-04
* Speculatively revert "DeadStoreElimination can now trim the size of a store ifDaniel Dunbar2011-11-04
* build: Use right Echo variable and use Verb appropriately.Daniel Dunbar2011-11-03
* build/Make: Integrate llvm-build into Makefiles.Daniel Dunbar2011-11-03
* llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar2011-11-03
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* utils: Remove (way) old nightly test scripts, I don't think anyone uses them ...Daniel Dunbar2011-11-03