2011-03-07 |
Rafael Espindola | Add test for r127138. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Duncan Sands | Often GCC can see that NumBuckets is zero here, resulti... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jim Grosbach | Tidy up. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Jakob Stoklund... | Handle the special case of registers begin redefined... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Owen Anderson | Use the correct LHS type when determining the legalizat... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Justin Holewinski | ptx: Fix calling convention printing in AsmWriter.cpp |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Duncan Sands | Clarify that the result of an srem is only guaranteed... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Bill Wendling | Don't keep the log files around. Just pipe to a log... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Bill Wendling | Fix tagging name. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Argyrios Kyrtzidis | Try fixing mingw build. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Eric Christopher | Prepend LD.Flags before LDFLAGS to avoid overriding... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Nick Lewycky | Tweak this test. We can analyze what happens and show... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Nick Lewycky | Add more analysis of the sign bit of an srem instructio... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Argyrios Kyrtzidis | Do a compiler check that we use one of the types from... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
NAKAMURA Takumi | Windows/PathV2.inc: Eliminate redundant condition.... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Rafael Espindola | Don't internalize available_externally functions. We... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Chris Lattner | remove another jeff link |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Eric Christopher | Typo. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Nick Lewycky | ConstantInt has some getters which return ConstantInt... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
NAKAMURA Takumi | lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Andrew Trick | Disable a couple of experimental heuristics to get... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Benjamin Kramer | Avoid zero-sized allocations when copying a fresh DenseMap. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Jakob Stoklund... | Revert r127073: "Introduce $(ECHOPATH) to print DOSish... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | ARM assembler stuff is crazy: for .setfp positive value... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | In Thumb1 mode the constant might be materialized via... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Implement frame unwinding information emission for... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Add unwind information emission for thumb stuff |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Handle MI flags inside Thumb2SizeReduction pass. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Preliminary support for ARM frame save directives emiss... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Provide hooks to set MI flags in MachineInstrBuilder |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Some first rudimentary support for ARM EHABI: print... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Add FrameSetup MI flags |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Shorten AsmPrinterFlags filed to accomodate for future... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Jakob Stoklund... | Work around a coalescer bug. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Bob Wilson | Remove unused conditional negate operations. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Benjamin Kramer | InstCombine: We know the number of items initially... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Benjamin Kramer | Lazily allocate DenseMaps. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Che-Liang Chiou | ptx: add basic intrinsic support |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Andrew Trick | Be explicit with abs(). Visual Studio workaround. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
NAKAMURA Takumi | utils/lit/lit/TestRunner.py: bash is available with... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
NAKAMURA Takumi | Introduce $(ECHOPATH) to print DOSish path string on... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
NAKAMURA Takumi | On Windows hosts, Python scripts in test/Scripts did... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Andrew Trick | Fix for -sched-high-latency-cycles in sched=list-ilp... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Andrew Trick | Missing "virtual" keyword. Jakob's review. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Cameron Zwarich | Fix PR9398 - 10% of llc compile time is spent in Value... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Andrew Trick | Missing comment. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Andrew Trick | Increased the register pressure limit on x86_64 from... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Chris Lattner | remove jeff's name (by his request) |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Nick Lewycky | Thread comparisons over udiv/sdiv/ashr/lshr exact and... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Nick Lewycky | Try once again to optimize "icmp (srem X, Y), Y" by... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Jakob Stoklund... | Rework the global split cost calculation. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
NAKAMURA Takumi | test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Jin-Gu Kang | test commit |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Jakob Stoklund... | Compute the constraints for global live range splitting... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Jim Grosbach | Teach the register scavenger to take subregs into accou... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eric Christopher | Support unregistering exception frames of functions... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
David Greene | Fix the case where the number of jobs is less than the |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eric Christopher | Improve readability with some whitespace! |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Extract a method. No functional change. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bill Wendling | Initialize variable. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Go back to comparing spill weights when deciding if... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Improve div/rem node handling on mips. Patch by Akira... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Add testcase for r127032 |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Expands register/immediate pairs when the immediate... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Dan Gohman | When decling to reuse existing expressions that involve... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Rewrite and simplify o32 vaarg passing, no functional... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Joerg Sonnenberger | Be nice to Xcore and the XMOS assembler and avoid quoti... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Lowers block address. Currently asserts when relocation... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Benjamin Kramer | raw_ostream: while it is generally desirable to do... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Renumber slot indexes locally when possible. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Devang Patel | XFAIL for all. These tests are darwin specific anyway. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Nick Lewycky | Revert broken srem logic from r126991. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Fix an old copy-n-paste |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Devang Patel | Disable ARMGlobalMerge on darwin. The debugger is not... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Expands FCOS and FSIN nodes when type is f64. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Number SlotIndexes uniformly without looking at the... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Symbolize the default instruction distance. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Benjamin Kramer | raw_ostream: If writing a string that is larger than... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Deferred SlotIndex renumbering was a good idea but... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Add SlotIndex statistics. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Tweak debug output. No functional changes. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Fixes addc pattern when immediate cannot be represented... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Bruno Cardoso... | Remove (hopefully) all trailing whitespaces from the... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Duncan Sands | Revert commit 126684 "Use the correct shift amount... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Kalle Raiskila | Allow vector shifts (shl,lshr,ashr) on SPU. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Kalle Raiskila | Allow load from constant on SPU. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Nick Lewycky | Fold "icmp pred (srem X, Y), Y" like we do for urem... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Nick Lewycky | Teach instruction simplify to use constant ranges to... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eli Friedman | Followup to r126970: add 64-bit encoding tests for... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | DenseMap<uintptr_t,...> doesn't allow all values as... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Andrew Trick | Minor pre-RA-sched fixes and cleanup. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Devang Patel | Add ArrayRef variant. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Precompute block frequencies, pow() isn't free. |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Jakob Stoklund... | Use an IndexedMap instead of a DenseMap for the live... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Eli Friedman | PR9377: Handle x86 str with register operand in a way... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Bill Wendling | There are times when the landing pad won't have a call... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Bob Wilson | PR8053: Fix encoding of S bit in some ARM instructions. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Eli Friedman | Revert r123908; the code in question is completely... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Joerg Sonnenberger | Bug#9033: For the ELF assembler output, always quote... |
commit | commitdiff | tree | snapshot |
next |