aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PR9331. Simplified version of a patch by Jakub Staszak.Duncan Sands2011-03-082-0/+54
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-081-1/+1
* Use $(ECHOPATH) to make llvm-lit from llvm-lit.in.NAKAMURA Takumi2011-03-081-4/+5
* Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...NAKAMURA Takumi2011-03-082-16/+36
* Testcase for r127187.Bill Wendling2011-03-081-0/+24
* Don't show commands.Bill Wendling2011-03-081-1/+0
* Reorder comments to put them the right way around.Nick Lewycky2011-03-081-2/+2
* While sinking an instruction, do not lose llvm.dbg.value intrinsic.Devang Patel2011-03-082-1/+64
* Change the next release number to 3.0svn.Bill Wendling2011-03-083-11/+11
* A few more tests for instruction encodings.Bill Wendling2011-03-081-0/+7
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-0819-19/+25
* Further improvements to pre-RA-sched=list-ilp.Andrew Trick2011-03-081-17/+62
* Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson2011-03-083-1/+46
* Fix comment typos.Bob Wilson2011-03-081-2/+2
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-076-34/+55
* Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen2011-03-072-2/+9
* Typos.Eric Christopher2011-03-071-2/+2
* Preserve line no. info.Devang Patel2011-03-072-2/+51
* Make the UselessRegs argument optional in the LiveRangeEdit constructor.Jakob Stoklund Olesen2011-03-074-13/+11
* Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich2011-03-0714-66/+64
* Add test for r127138.Rafael Espindola2011-03-071-0/+16
* Often GCC can see that NumBuckets is zero here, resulting in a warningDuncan Sands2011-03-071-1/+2
* Tidy up.Jim Grosbach2011-03-071-1/+0
* Handle the special case of registers begin redefined by early-clobber defs.Jakob Stoklund Olesen2011-03-071-0/+7
* Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson2011-03-073-18/+21
* 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