- 87d677c minor tidying. by Chris Lattner · 15 years ago
- 35a3893 use assertions instead of unreachable for logic errors. by Chris Lattner · 15 years ago
- 38686bd introduce a new recoverable error handling API to LLVMContext by Chris Lattner · 15 years ago
- a5ced59 Say bitcast instead of bitconvert. by Dan Gohman · 15 years ago
- 613e2af Add svn:ignore. by Dan Gohman · 15 years ago
- b0094c2 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 15 years ago
- 28e830d Update CMake build. by Ted Kremenek · 15 years ago
- da63792 Update cmake build. by Benjamin Kramer · 15 years ago
- 71988f1 Add support for stpncpy_chk. by Eric Christopher · 15 years ago
- 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
- e3a601b add newlines at end of files. by Chris Lattner · 15 years ago
- d207558 add newlines at the end of files. by Chris Lattner · 15 years ago
- 1ca6531 remove some unneeded errorhandling stuff. by Chris Lattner · 15 years ago
- f88c856 minor tidying up by Chris Lattner · 15 years ago
- 00d1390 tidy up by Chris Lattner · 15 years ago
- 448db1c Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 15 years ago
- b72e59e Missed this one line for the previous checkin to fix build warnings. by Johnny Chen · 15 years ago
- efd518e Fixed warnings pointed out by clang. by Johnny Chen · 15 years ago
- 7e4823c Fixed warnings pointed out by clang. Next to work on is ARMDisassemblerCore.cpp. by Johnny Chen · 15 years ago
- 5edca81 Fixed a bug where the disassembler would allow an immediate by Sean Callanan · 15 years ago
- c22e2fc Fixed 3 warnings pointed out by clang. by Johnny Chen · 15 years ago
- 447b195 unXFAIL, arm disassembler was reenabled. by Benjamin Kramer · 15 years ago
- 72666f2 Fix typo and correct comment somewhat. by Eric Christopher · 15 years ago
- 3c500e6 Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in by Johnny Chen · 15 years ago
- b39b7e5 Split big test into multiple directories to cater to by Dale Johannesen · 15 years ago
- 90b7097 Added an AsmLexer for the ARM target, which uses by Sean Callanan · 15 years ago
- 809948a Test that DEBUG_VALUE comments come out on a variety of targets. by Dale Johannesen · 15 years ago
- 375be77 Educate GetInstrSizeInBytes implementations that by Dale Johannesen · 15 years ago
- 2723691 fix 80-col violations by Gabor Greif · 15 years ago
- 4b38deb Remove late ARM codegen optimization pass committed by accident. by Anton Korobeynikov · 15 years ago
- e167601 Split A8/A9 itins - they already were too big. by Anton Korobeynikov · 15 years ago
- 8958673 Add some crude itin approximation for VFP load / stores on A9 by Anton Korobeynikov · 15 years ago
- 6786713 Add some crude approximation for neon load/store instructions by Anton Korobeynikov · 15 years ago
- 9113052 Add some A8-based approximation for instructions with unknown cycle times by Anton Korobeynikov · 15 years ago
- ebd4cb4 Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it. by Anton Korobeynikov · 15 years ago
- 9ad709b Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack anymore. by Anton Korobeynikov · 15 years ago
- f3da92b Fix A8 FP NEON MAC itins by Anton Korobeynikov · 15 years ago
- 924369d A9 NEON FP itins by Anton Korobeynikov · 15 years ago
- ec69dfa Some permute goodness for A9 by Anton Korobeynikov · 15 years ago
- 5ca13c6 More shift itins for A9 by Anton Korobeynikov · 15 years ago
- ecc6406 More fixes for itins by Anton Korobeynikov · 15 years ago
- 9510207 Fix invalid itins for 32-bit varians of VMLAL and friends by Anton Korobeynikov · 15 years ago
- 7930ac1 Add MAC stuff for A9 by Anton Korobeynikov · 15 years ago
- d76da03 Fix invalid NEON MAC itins on A8 by Anton Korobeynikov · 15 years ago
- dc0bab7 Fix itins for VPAL by Anton Korobeynikov · 15 years ago
- 0a3e2b5 Fix itins for VABA by Anton Korobeynikov · 15 years ago
- fc2b084 Correct VMVN itinerary: operand is read in the second cycle, not in the first. by Anton Korobeynikov · 15 years ago
- e715b1e More A9 itineraries by Anton Korobeynikov · 15 years ago
- 1c03f24 Correct itinerary class for VPADD by Anton Korobeynikov · 15 years ago
- 4ac0af8 VP{MAX, MIN} are of IIC_VSUBi4D itin class as well. by Anton Korobeynikov · 15 years ago
- f8b5c63 VHADD differs from VHSUB at least on A9 - the former reads both operands in the second cycle, while the latter reads second operand in first cycle. Introduce new itin classes to catch this behavior. Whether this is true for A8 as well is WIP. by Anton Korobeynikov · 15 years ago
- 268b744 Some easy NEON scheduling goodness for A9 by Anton Korobeynikov · 15 years ago
- a31c6fb Define new itin classes for ARM <-> VFP reg moves to distinguish from NEON ops. Define proper scheduling itinerary for them on A9. A8 TRM does not specify latency for them at all :( by Anton Korobeynikov · 15 years ago
- 63401e3 FCONST{S,D} behaves the same way as FP unary instructions. This is true for both A8 and A9. by Anton Korobeynikov · 15 years ago
- bcc02d1 Proper cycle times for locks, since wbck latency can be larger than fwd latency. by Anton Korobeynikov · 15 years ago
- c492e09 Add new itin classes for FP16 <-> FP32 conversions and make uise of them for A9. by Anton Korobeynikov · 15 years ago
- 391b343 Make use of new reserved/required scheduling stuff: introduce VFP and NEON locks to model domain cross stalls precisly. by Anton Korobeynikov · 15 years ago
- 96085a3 Initial support for different kinds of FU reservation. by Anton Korobeynikov · 15 years ago
- 1298948 Factor out scoreboard into separate class. This way we might have several different score boards. by Anton Korobeynikov · 15 years ago
- 2eeeff8 Some bits of A9 scheduling: VFP by Anton Korobeynikov · 15 years ago
- 035b23a Separate const from non-const stuff during mergeing by Anton Korobeynikov · 15 years ago
- 1e7b324 Some initial version of global merger by Anton Korobeynikov · 15 years ago
- 977dfce Add hook to insert late LLVM=>LLVM passes just before isel by Anton Korobeynikov · 15 years ago
- 7f893c0 fix 80 col violation, patch by Alastair Lynn by Chris Lattner · 15 years ago
- c0561f2 add a comment line that got dropped by Chris Lattner · 15 years ago
- b1ceece this has a pr! by Chris Lattner · 15 years ago
- 24ad3ed fix a latent bug my inline asm stuff exposed: by Chris Lattner · 15 years ago
- 96fbb3e Remove unused method. by Benjamin Kramer · 15 years ago
- 9c42107 Workaround the breakage in r100616 by guarding all timers with by Torok Edwin · 15 years ago
- 5f017e8 Use the "NamedGroupTimer" class to categorize DWARF emission better. by Bill Wendling · 15 years ago
- a592e67 Use raw_ostream. by Benjamin Kramer · 15 years ago
- 06fd8fa Remove XFAIL for vg_leak as the leaks are fixed by 100601. by Sanjiv Gupta · 15 years ago
- e88909b Update langref for memcpy, memmove, and memset by Mon P Wang · 15 years ago
- 5b46390 Add comments for missed opportunities. by Evan Cheng · 15 years ago
- 348856e Fix typo. by Evan Cheng · 15 years ago
- cf9a415 Have the inst emitter add the !srcloc mdnode to the machine instr. by Chris Lattner · 15 years ago
- fee455e remove another magic number. by Chris Lattner · 15 years ago
- decc267 Three changes: by Chris Lattner · 15 years ago
- 4ba9d9b fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXX by Chris Lattner · 15 years ago
- d49baef Fix memory leaks for external symbol name strings. by Sanjiv Gupta · 15 years ago
- b1fb449 Clean up some signedness oddities in this code noticed by clang. by John McCall · 15 years ago
- 343b42e Move printing of target-indepedent DEBUG_VALUE comments by Dale Johannesen · 15 years ago
- d94671a Post regalloc LICM. Work in progress. by Evan Cheng · 15 years ago
- 5f09400 Do not emit specification DIE with DW_AT_specification attribute for member functions of a funcation local class. This trips gdb's partial scan of DIEs at load time. Fixes Radar 7833483. by Devang Patel · 15 years ago
- e7b744f Let that which does not matter truly slide. by Jakob Stoklund Olesen · 15 years ago
- 795ee9d Fix a number of clang -Wsign-compare warnings that didn't have an obvious by John McCall · 15 years ago
- 49d915b Revert 100573, it's causing some testsuite problems. by Dale Johannesen · 15 years ago
- 0a580d3 Move printing of DEBUG_VALUE comments to target-independent place. by Dale Johannesen · 15 years ago
- d0910c4 Expand SELECT and SELECT_CC for NEON vector types. Radar 7770501. by Bob Wilson · 15 years ago
- c4d7b14 Allow for the possibility that a debug-value points by Dale Johannesen · 15 years ago
- 639336e Reverting 100530 & 100531 due to regressions in the GDB test suite. by Stuart Hastings · 15 years ago
- fa85eb6 Fix PR6696 and PR6663 by Jim Grosbach · 15 years ago
- aa59c88 Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler. by Bill Wendling · 15 years ago
- 8ba1c6a Don't try to collapse DomainValues onto an incompatible SSE domain. by Jakob Stoklund Olesen · 15 years ago
- 8a8a435 performance: get rid of repeated dereferencing of use_iterator by caching its result by Gabor Greif · 15 years ago
- 6ce02b5 make more two predicates constant by Gabor Greif · 15 years ago
- a01d6db performance: get rid of repeated dereferencing of use_iterator by caching its result by Gabor Greif · 15 years ago
- 0b520db const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobal by Gabor Greif · 15 years ago
- fa1f5c2 use CallSite to access calls vs. invokes uniformly by Gabor Greif · 15 years ago
- 7798043 this accessor doesn't need to copy the string. by Chris Lattner · 15 years ago