2009-08-28 |
Andreas Neustifter | Read Makefile.config before using LLVMGCC. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Torok Edwin | install-sh chmods to 0755 by default, and this causes... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anton Korobeynikov | Short-term workaround for frame-related weirdness on... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Torok Edwin | rm needs -f |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Torok Edwin | Remove the llvmprof.out from the test output, otherwise... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Preparation for Optimal Edge Profiling: |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Remove profiling output file because two consecutive... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Removed unnecessary file creation during test. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Pulled all tests into one test. Removed some redundant... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Fix -Asserts warning, round two. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: .lsym is more unsupported than unimplemented... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Support .comm emission. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Evan Cheng | Print a nl before pic labels so they start at a new... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Since all std::cout is gone, also remove iostream include. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Andreas Neustifter | Readded test from r79615, this tests the complete profi... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Support .zerofill emission. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Tweak section alignment and size computation... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Factor getSectionData out of SwitchSection. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Emit .lcomm as .zerofill. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Unique zero fill sections. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Add const to EmitZeroFill section argument. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | llvm-mc: Fix thinko in emitting values. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Add MathExtras.h OffsetToAlignment, like RoundUpToAlign... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Chris Lattner | finish a half formed thought :) |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Another NO_RUNTIME_LIBRARIES tweak... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Tweak NO_RUNTIME_LIBS. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Chris Lattner | Mark Andersen's as experimental. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Chris Lattner | Fix PR3913, patch by Jakub Staszak! |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Evan Cheng | v4, v5 does not support sxtb / sxth. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Bob Wilson | Disable optional bindings for Apple-style builds. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Bob Wilson | Revert 76080. This broke some powerpc cross compiles. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Revert r80305, I forgot a dependent change. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Devang Patel | Closure is a very generic name. Use AppleBlock instead. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | llvm-mc: Unique sections in .zerofill. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Gabor Greif | eliminate all 80-col violations that I have introduced... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Don't build runtime libraries in an Apple style build. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Bruno Cardoso... | Revert 80278 for now, it caused a lot of MIPS tests... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Bruno Cardoso... | Revamp our friend Mips :) |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Don't mark CMOV_GR8 as two-address, or commutable,... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Adjust the MachineBasicBlock verifier rules to be more |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Eric Christopher | Add FIXME for when we support more specific XMM registers. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Eric Christopher | Nuke trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Use stripPointerCasts instead of doing the same manually. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Teach getUnderlyingObject and skipPointerCasts about... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Be somewhat more consistent about const qualifiers. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Global Aliases are not identifiable objects. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Handle TargetData with const. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Strip trailing whitespace from blank lines. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Gabor Greif | re-apply r80197, now that iterator.h is not mentioned... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Anton Korobeynikov | Hopefully the final missing part :( |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Anton Korobeynikov | Forgot about actual change :) |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Anton Korobeynikov | scalar_to_vector is fully legal now (implemented as... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Devang Patel | Remove an entry from ValueMap before removing elements. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Anton Korobeynikov | Ok, sometimes it's profitable to turn scalar_to_vector... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Anton Korobeynikov | Transform float scalar_to_vector into subreg accesses. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Misha Brukman | STRD and LDRD require ARMv5TE, not just ARMv5T. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Benjamin Kramer | Inverse logic to increase portability. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Sanjiv Gupta | To make mcc16 run correctly on mac. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | llvm-mc/X86: Implement single instruction encoding... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | llvm-mc: Print encodings after the instruction, and... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | X86: Mark EH_RETURN as code-gen-only. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Add {MCInst,MCOperand}::{print,dump} |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | llvm-mc: Only show instruction encodings with --show... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Gabor Greif | the buildbots revealed one more breakage. fix. (why... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Gabor Greif | Clean up the minor mess I caused with removing iterator... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | Implement a new optimization in the inliner: if inlinin... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | the inliner shouldn't crash on this. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | For now, only run MC tests if X86 is configured. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Bill Wendling | This is passing for PPC on Mac OS X. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Bill Wendling | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | unbreak the build, yay for symlinks + makefiles. :( |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | reduce header #include'age |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | enhance InlineFunction to be able to optionally return |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | smallvectorize the list of returns built by CloneAndPru... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | remove CloneTrace, which appears to be dead since 2004. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Chris Lattner | reduce inlining factor some stuff out to a static helpe... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Bill Wendling | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Bill Wendling | --- Reverse-merging r80147 into '.': |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Add some checks for MachineCFG consistency. Use Analyze... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | llvm-mc: Tweak MCCodeEmitter skeleton. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Initialize the PoisonMemory member before initializing |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Evan Cheng | Fix PR4789. Teach eliminateFrameIndex how to handle... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Add missing declarations. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Sketch TargetRegistry support for MCCodeEmitter abstrac... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Daniel Dunbar | Try to make MSVC just a little happier. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | X86FastISel support for loading and storing values... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Dan Gohman | Expand i8 selects into control flow instead of 16-bit... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Gabor Greif | now that include/llvm/ADT/iterator.h.in is not attempte... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Douglas Gregor | Regenerate configure |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Gabor Greif | eliminate references to ADT/iterator.h |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Owen Anderson | Make this into a static method. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Bob Wilson | Fix bad length argument to substr calls. Apparently... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Daniel Dunbar | llvm-mc/Mach-O: Unique sections properly, so we don... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Daniel Dunbar | llvm-mc/Mach-O: Don't put assembler temporary labels... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Douglas Gregor | De-bork CMake build |
commit | commitdiff | tree | snapshot |
next |