aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ptx: Fix calling convention printing in AsmWriter.cppJustin Holewinski2011-03-071-2/+2
* Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands2011-03-071-3/+4
* Don't keep the log files around. Just pipe to a log file instead.Bill Wendling2011-03-071-31/+15
* Fix tagging name.Bill Wendling2011-03-071-8/+8
* Try fixing mingw build.Argyrios Kyrtzidis2011-03-071-27/+15
* Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.Eric Christopher2011-03-071-4/+4
* Tweak this test. We can analyze what happens and show that we still do theNick Lewycky2011-03-071-2/+2
* Add more analysis of the sign bit of an srem instruction. If the LHS is negativeNick Lewycky2011-03-073-0/+44
* Do a compiler check that we use one of the types from PointerUnion[N], instea...Argyrios Kyrtzidis2011-03-071-32/+106
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-071-1/+1
* Don't internalize available_externally functions. We already did the rightRafael Espindola2011-03-061-0/+2
* remove another jeff linkChris Lattner2011-03-061-1/+0
* Typo.Eric Christopher2011-03-061-1/+1
* ConstantInt has some getters which return ConstantInt's or ConstantVector's ofNick Lewycky2011-03-064-28/+65
* lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi2011-03-061-0/+1
* Disable a couple of experimental heuristics to get the best results from the ...Andrew Trick2011-03-061-2/+2
* Avoid zero-sized allocations when copying a fresh DenseMap.Benjamin Kramer2011-03-051-5/+11
* Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen2011-03-053-41/+20
* ARM assembler stuff is crazy: for .setfp positive values of offset correspond...Anton Korobeynikov2011-03-051-3/+4
* In Thumb1 mode the constant might be materialized via the load from constpool...Anton Korobeynikov2011-03-052-5/+19
* Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov2011-03-058-52/+82
* Add unwind information emission for thumb stuffAnton Korobeynikov2011-03-051-3/+29
* Handle MI flags inside Thumb2SizeReduction pass.Anton Korobeynikov2011-03-051-0/+9
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-0518-50/+215
* Provide hooks to set MI flags in MachineInstrBuilderAnton Korobeynikov2011-03-051-0/+10
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-0510-3/+205
* Add FrameSetup MI flagsAnton Korobeynikov2011-03-052-13/+54
* Shorten AsmPrinterFlags filed to accomodate for future Flags fieldAnton Korobeynikov2011-03-051-3/+3
* Work around a coalescer bug.Jakob Stoklund Olesen2011-03-052-4/+23
* Remove unused conditional negate operations.Bob Wilson2011-03-055-48/+0
* InstCombine: We know the number of items initially added to the worklist map,...Benjamin Kramer2011-03-051-0/+1
* Lazily allocate DenseMaps.Benjamin Kramer2011-03-051-3/+20
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-056-2/+117
* Be explicit with abs(). Visual Studio workaround.Andrew Trick2011-03-051-4/+6
* utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...NAKAMURA Takumi2011-03-051-5/+10
* Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi2011-03-053-20/+41
* On Windows hosts, Python scripts in test/Scripts did not accept binary files ...NAKAMURA Takumi2011-03-051-0/+1
* Fix for -sched-high-latency-cycles in sched=list-ilp mode.Andrew Trick2011-03-051-1/+3
* Missing "virtual" keyword. Jakob's review.Andrew Trick2011-03-051-1/+1
* Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reducesCameron Zwarich2011-03-051-7/+22
* Missing comment.Andrew Trick2011-03-051-0/+2
* Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick2011-03-056-30/+173
* remove jeff's name (by his request)Chris Lattner2011-03-051-3/+1
* whitespaceAndrew Trick2011-03-051-51/+51
* Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw wheneverNick Lewycky2011-03-054-1/+109
* Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison intoNick Lewycky2011-03-052-0/+45
* Rework the global split cost calculation.Jakob Stoklund Olesen2011-03-051-21/+30
* test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi2011-03-051-2/+2
* test commitJin-Gu Kang2011-03-051-0/+1
* Compute the constraints for global live range splitting from an interference ...Jakob Stoklund Olesen2011-03-051-163/+67