summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, becauseDan Gohman2009-06-122-15/+8
* Give Instruction::isSameOperationAs a corresponding comment to noteDan Gohman2009-06-122-4/+8
* Testcase for llvm-gcc patch 73238.Dale Johannesen2009-06-121-0/+24
* Waste time fixing something that should have been fixed before.Bill Wendling2009-06-121-4/+4
* Keep callers of a weak function calling it, instead of the non-weak equivalent.Nick Lewycky2009-06-121-0/+1
* Fix Bug 4278: X86-64 with -tailcallopt calling conventionArnold Schwaighofer2009-06-125-56/+23
* Don't forget to match the calling convention when producing a thunk.Nick Lewycky2009-06-121-2/+2
* Given two identical weak functions, produce one internal function and two weakNick Lewycky2009-06-122-4/+30
* Tweak GenLibDeps.pl so it works on solaris.Duncan Sands2009-06-121-2/+6
* After obtaining the lock, look if the function has been codegen'd byNicolas Geoffray2009-06-121-0/+5
* This test is wrong. If you have two weak functions F and G you can't makeNick Lewycky2009-06-121-11/+0
* Add clang support to the nightly test script.Duncan Sands2009-06-121-10/+21
* Credits for Edward O'Callaghan.Duncan Sands2009-06-121-4/+11
* Add an "are types equivalent" operation that ignores the types that a pointerNick Lewycky2009-06-121-99/+354
* Fix regular expression.Nick Lewycky2009-06-121-1/+1
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-124-31/+12
* In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matchedNick Lewycky2009-06-121-1/+1
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-124-3/+9
* Update script to tell the user where to get the CodeSourcery crosstool, if it'sMisha Brukman2009-06-121-2/+11
* Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, usingMisha Brukman2009-06-122-0/+235
* XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy...Nick Lewycky2009-06-111-0/+3
* Misc x86 README updates: remove a couple of already-fixed issues, Eli Friedman2009-06-111-57/+57
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-114-16/+43
* Test for rev 73205 (PR 4349)Dale Johannesen2009-06-111-0/+39
* Alphabetize.Bill Wendling2009-06-111-9/+5
* Remove unused parameter warnings.Bill Wendling2009-06-111-1/+1
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-118-99/+337
* Fix 4366: store to null in non-default addr space should not beChris Lattner2009-06-112-1/+9
* Generate libcalls for floating point arithmetic and casting operations.Sanjiv Gupta2009-06-111-1/+22
* Cosmetic changes to parameter attribute verification.Duncan Sands2009-06-112-19/+21
* Avoid leaking memory in an error path. NoticedDuncan Sands2009-06-111-3/+4
* More formatting.Sanjiv Gupta2009-06-111-3/+13
* Fixed source comments. No functionality change.Sanjiv Gupta2009-06-111-5/+15
* CMake: Documented how to cross-compile with CMake.Oscar Fuentes2009-06-111-1/+7
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-113-5/+7
* CMake: Updated list of files on lib/CodeGen/CMakeLists.txt.Oscar Fuentes2009-06-101-0/+1
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-105-38/+21
* Remove warnings: no newline at end of file.Sanjiv Gupta2009-06-102-2/+4
* Silence a warningAnton Korobeynikov2009-06-091-1/+1
* Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman2009-06-091-70/+70
* Remove an unused function SafeToDestroyConstant(). Rename an almostJay Foad2009-06-092-24/+9
* Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar2009-06-091-0/+0
* Bug fix:Rafael Espindola2009-06-091-1/+1
* Simplified logic of this if-then statement to reduce nesting. No functionalityBill Wendling2009-06-091-44/+46
* Add the beginnings of an implementatation of lazy liveness analysis, based on...Owen Anderson2009-06-092-0/+215
* Remove empty file.Bill Wendling2009-06-091-0/+0
* I'm going to assume that this was meant to be an assignment instead of aBill Wendling2009-06-091-1/+1
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-099-153/+4
* Use expandCodeFor instead of expand when the result will beDan Gohman2009-06-091-29/+18
* PIC16 emits auto variables as globals. When optimizer removes a function enti...Sanjiv Gupta2009-06-093-1/+40