2010-04-08 |
Gabor Greif | use abstract interface |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Benjamin Kramer | Use twines to simplify calls to report_fatal_error... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Benjamin Kramer | Use errs instead of fprintf. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Evan Cheng | Avoid using f64 to lower memcpy from constant string... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Dan Gohman | Revert this change from a while ago; ScalarEvolution... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Dan Gohman | When expanding expressions which are using post-inc... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Evan Cheng | Make post regalloc machine licm functional. It now... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Chris Lattner | document isvolatile etc. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Eric Christopher | mpsadbw is not commutative. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Sean Callanan | Added support for ARM disassembly to edis. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Chris Lattner | convert a report_fatal_error that I was able to trigger... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | minor tidying. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | use assertions instead of unreachable for logic errors. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | introduce a new recoverable error handling API to LLVMC... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dan Gohman | Say bitcast instead of bitconvert. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dan Gohman | Add svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | rename llvm_install_error_handler -> install_fatal_erro... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Benjamin Kramer | Update cmake build. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Eric Christopher | Add support for stpncpy_chk. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | add newlines at end of files. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | add newlines at the end of files. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | remove some unneeded errorhandling stuff. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | minor tidying up |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dan Gohman | Generalize IVUsers to track arbitrary expressions rathe... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Johnny Chen | Missed this one line for the previous checkin to fix... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Johnny Chen | Fixed warnings pointed out by clang. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Johnny Chen | Fixed warnings pointed out by clang. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sean Callanan | Fixed a bug where the disassembler would allow an immediate |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Johnny Chen | Fixed 3 warnings pointed out by clang. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Benjamin Kramer | unXFAIL, arm disassembler was reenabled. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Eric Christopher | Fix typo and correct comment somewhat. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Johnny Chen | Re-enable ARM/Thumb disassembler and add a workaround... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dale Johannesen | Split big test into multiple directories to cater to |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sean Callanan | Added an AsmLexer for the ARM target, which uses |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dale Johannesen | Test that DEBUG_VALUE comments come out on a variety... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dale Johannesen | Educate GetInstrSizeInBytes implementations that |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Gabor Greif | fix 80-col violations |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Remove late ARM codegen optimization pass committed... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Split A8/A9 itins - they already were too big. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Add some crude itin approximation for VFP load / stores... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Add some crude approximation for neon load/store instru... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Add some A8-based approximation for instructions with... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Move NEON-VFP domain fixer upper, so post-RA scheduler... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Since tblgen bug was fixed (thanks Jakob!) we don't... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Fix A8 FP NEON MAC itins |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | A9 NEON FP itins |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Some permute goodness for A9 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | More shift itins for A9 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | More fixes for itins |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Fix invalid itins for 32-bit varians of VMLAL and friends |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Add MAC stuff for A9 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Fix invalid NEON MAC itins on A8 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Fix itins for VPAL |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Fix itins for VABA |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Correct VMVN itinerary: operand is read in the second... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | More A9 itineraries |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Correct itinerary class for VPADD |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | VP{MAX, MIN} are of IIC_VSUBi4D itin class as well. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | VHADD differs from VHSUB at least on A9 - the former... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Some easy NEON scheduling goodness for A9 |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Define new itin classes for ARM <-> VFP reg moves to... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | FCONST{S,D} behaves the same way as FP unary instructio... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Proper cycle times for locks, since wbck latency can... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Add new itin classes for FP16 <-> FP32 conversions... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Make use of new reserved/required scheduling stuff... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Initial support for different kinds of FU reservation. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Factor out scoreboard into separate class. This way... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Some bits of A9 scheduling: VFP |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Separate const from non-const stuff during mergeing |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Some initial version of global merger |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Anton Korobeynikov | Add hook to insert late LLVM=>LLVM passes just before... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | fix 80 col violation, patch by Alastair Lynn |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | add a comment line that got dropped |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | this has a pr! |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | fix a latent bug my inline asm stuff exposed: |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Benjamin Kramer | Remove unused method. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Torok Edwin | Workaround the breakage in r100616 by guarding all... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Bill Wendling | Use the "NamedGroupTimer" class to categorize DWARF... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Benjamin Kramer | Use raw_ostream. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sanjiv Gupta | Remove XFAIL for vg_leak as the leaks are fixed by... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Mon P Wang | Update langref for memcpy, memmove, and memset |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Evan Cheng | Add comments for missed opportunities. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | Have the inst emitter add the !srcloc mdnode to the... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | remove another magic number. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | Three changes: |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | fix a crash on invalid metadata, e.g.: call i32 @foo... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sanjiv Gupta | Fix memory leaks for external symbol name strings. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
John McCall | Clean up some signedness oddities in this code noticed... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Dale Johannesen | Move printing of target-indepedent DEBUG_VALUE comments |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Evan Cheng | Post regalloc LICM. Work in progress. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Devang Patel | Do not emit specification DIE with DW_AT_specification... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Jakob Stoklund... | Let that which does not matter truly slide. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John McCall | Fix a number of clang -Wsign-compare warnings that... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Dale Johannesen | Revert 100573, it's causing some testsuite problems. |
commit | commitdiff | tree | snapshot |
next |