2009-08-13 |
Jakob Stoklund... | Fix the N>=64 case in the isInt<> and isUint<> templates. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Evan Cheng | tPOP_RET now has predicate operands. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Bob Wilson | Add a fixme message about canonicalizing floating-point... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Bob Wilson | Revert r78852 for now. I want to do this differently... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | fix typo, add 10.6 version of test for my previous... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | Restore some "small section" support code, reverting... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Evan Cheng | It's ok to spill a tGPR register as long as it's still... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | fix a minor fixme. When building with SL and later... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Mon P Wang | When InstCombine simplifies a load -> extract element... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Bruno Cardoso... | Change MCSectionELF to represent a section semantically... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Andreas Bolka | Simplify conditional. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Andreas Bolka | Simplify and reduce indentation using early exits. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Andreas Bolka | DEBUGify some DOUTs. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Andreas Bolka | Prune trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Daniel Dunbar | Convert APint::{fromString,APInt,getBitsNeeded} to... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Bob Wilson | Add a comment to describe why vector shuffles are legal... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Daniel Dunbar | Add StringRef::front (with some small tweaks while... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Bob Wilson | Use cast<> instead of dyn_cast<> in places where the... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Daniel Dunbar | Update llvm-prof for ProfileInfo API changes. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Dan Gohman | Change the indentation for LLVM Assembly files from... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Dan Gohman | Various AsmWriter output cleanups. Use WriteAsOperand... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | sink uniquing of sections out of MCContext into the... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Dale Johannesen | Symbols with LinkerPrivateLinkage are weak. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | make PIC16 unique its own sections instead of having... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | add some comments: MCContext owns the MCSections, but... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Chris Lattner | reject invalid code like: |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | implement support for uniquing MachO sections. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Now that numbered types have their number printed,... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | some compiler don't get string from TLOF.h implicitly... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | reduce #includage |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Extend the AsmWriter to print unnamed numbered types... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Jim Grosbach | Mark the callsite intrinsic such that the opimizers... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Recognize Neon VDUP shuffles during legalization instea... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Recognize Neon VREV shuffles during legalization instea... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Add a new "SDTCisVec" SDTypeConstraint. This complemen... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | This void is implicit in C++. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
David Goodwin | Fix counting of Post-RA scheduling stalls. Improve... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Add some release notes about ARM v7 support and known... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Lang Hames | Added RegisterCoalescer to required passes for PBQP. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Use WriteAsOperand to print BasicBlock names. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Make AsmWriter more careful with formatted_raw_ostream... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Add a GetBufferSize() member to raw_ostream and use... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Generate Neon VTBL and VTBX instructions from the corre... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Use PadToColumn instead of tabs. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Fix a few more places to use PadToColumn instead of... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Evan Cheng | PredCC is meant to be 2 bits wide, like PredCC1. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Use PadToColumn instead of tabs for aligning comments... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
David Goodwin | Enhance the InstrStage object to enable the specificati... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dale Johannesen | Add attempted idiotproofing comment per review. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | improve win32 path support, patch by Baptiste Lepilleur! |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dale Johannesen | Test for 78821, sort of. While that bug is nondetermin... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dale Johannesen | Fix a nondeterministic bug in APInt::roundToDouble; |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Fix whitespace expectations to match the new AsmWriter... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Jim Grosbach | Add catch block handling to SjLj exception handling. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Make LLVM Assembly dramatically easier to read by align... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Fix TableGen warnings. This partly reverts my previous... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Fix a missing newline (now that Value*'s operator<... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | change CBE to just get TAI now, instead of TM to get... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Transform -X/C to X/-C, implementing a README.txt entry. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Optimize (x/C)*C to x if the division is exact. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Update instcombine's debug output to account for Value... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Remove a bunch more now-unnecessary Context arguments. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Eliminate a bunch of now unnecessary explicit Context... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Added asm file to x86_64 MSVC build. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Jim Grosbach | register naming cleanup (s/ip/r12/) |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Benjamin Kramer | Fix unit test on FreeBSD. We need to make sure there... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Gabor Greif | catch a typo and simplify call syntax |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Gabor Greif | here comes the CMAKE part on LLVM_COMPACT_SENTINELS... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | Change TargetAsmInfo to be constructed via TargetRegist... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | one last (?) bad x86 triple test. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | fix some pastos in triple lines. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | the x86 version of the name is x86-64, not x86_64.... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | another bogus triple |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | add support for mingw64 target triples. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | fix another broken target triple. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | fix an incorrect target triple. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Jakob Stoklund... | Move immediate constant predicate templates from the... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | add a couple of helpers to the Triple class for decoding |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Chris Lattner | add nounwind |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Evan Cheng | Shrink Thumb2 movcc instructions. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Fixed sed script for translating library depende... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Localized dependency on Perl. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Rely on llvm_config again for obtaining the... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: updated library dependencies. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Moved hard-coded library dependencies to its... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Evan Cheng | Remove another Darwin assembler workaround. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Evan Cheng | Remove an Darwin assembler workaround. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Evan Cheng | Shrink ADDS, ADC, RSB, and SUBS. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Add some comments to clarify the arguments to the vtbl... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bill Wendling | Testcase for r78770. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | This logic was accidentally inverted in r78767. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Do not install files with .tmp suffix. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Oscar Fuentes | CMake: Re-enabled build of llvm-config. Removed recursi... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | Factor out the code for finding an available register... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dale Johannesen | Test for llvm-gcc patch 78762. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Bob Wilson | Add missing chain operands for VLD* and VST* instructions. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Owen Anderson | Add contexts to some of the MVT APIs. No functionality... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Dan Gohman | llvm-gcc now emits inbounds for this getelementptr. |
commit | commitdiff | tree | snapshot |
next |