- e521ccb Add a cast to void to show that the return value is being intentionally ignored. by Dan Gohman · 15 years ago
- 87527c5 Delete a dead check. by Dan Gohman · 15 years ago
- 86eeeaf Delete dead code. by Dan Gohman · 15 years ago
- d908bbf Fix a #include. by Dan Gohman · 15 years ago
- 3948d0b Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise by Dan Gohman · 15 years ago
- b61e94f utostr isn't going away too soon, try to make it slightly smaller. by Benjamin Kramer · 15 years ago
- 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 15 years ago
- 5106dcd Implement support for varargs functions without any fixed by Chris Lattner · 15 years ago
- 195d2de configure: Fix default value for optimize_option, I messed up the test condition by Daniel Dunbar · 15 years ago
- 6f285d2 fix PR6743, a case where we'd delete an instruction before using it by Chris Lattner · 15 years ago
- a2fb234 fix PR6760, a missing check in heap SRoA. by Chris Lattner · 15 years ago
- f7240de turn an assert into a proper check, fixing crash on invalid here: by Chris Lattner · 15 years ago
- 47e4766 improve haiku portability, patch by Paul Davey. by Chris Lattner · 15 years ago
- 0941534 add attributes and module level asm to the ocaml bindings, by Chris Lattner · 15 years ago
- 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
- 2c8a9f8 Fix a typo and some indentation. by Dan Gohman · 15 years ago
- e5f7687 When determining a canonical insert position, don't climb deeper by Dan Gohman · 15 years ago
- 347fa3f Tidy whitespace. by Bob Wilson · 15 years ago
- 1808e4d If all the bit positions are not specified; do not decode the instructions. by Johnny Chen · 15 years ago
- e3a39d4 suck the propagating "has dynamic libs" check into a single makefile by Chris Lattner · 15 years ago
- 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 15 years ago
- 2ebad5a clean this up, fix std::min ambiguity on some platforms. by Chris Lattner · 15 years ago
- 16ddd885 Adding IPSCCP and Internalize passes to the C-bindings by Wesley Peck · 15 years ago
- ec80e26 Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets by Bob Wilson · 15 years ago
- 76e94e5 Move 'Optional' class from Clang to LLVM/ADT. by Ted Kremenek · 15 years ago
- e0c74fb ARM decoder emitter should print out useful information unconditionally when it by Johnny Chen · 15 years ago
- f8d0578 When emitting code for an add, don't force a SCEVUnknown wrapper around by Dan Gohman · 15 years ago
- 4a2a683 When looking for loop-invariant users, look through no-op instructions, by Dan Gohman · 15 years ago
- 232c8b4 Make sure this test tests something. by Benjamin Kramer · 15 years ago
- 0473868 Fix a grammaro. by Bob Wilson · 15 years ago
- f5c3f8c Add a testcase for svn r100568. by Bob Wilson · 15 years ago
- dc84463 "On SPU, variables in the .bss section that are allocated with the .lcomm directive are not aligned on 16 byte boundaries. This causes misaligned loads, as the generated assembly assumes this "default" alignment. by Chris Lattner · 15 years ago
- 53b73a2 Add a comment. by Dan Gohman · 15 years ago
- 666f8cb Fix up header comments to match the comment fixups I made in r100849. by Bob Wilson · 15 years ago
- 5142471 Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function. by Devang Patel · 15 years ago
- c092362 performance: cache result of looking up user by Gabor Greif · 15 years ago
- 5ce1bf9 Merge a few fast-isel tests. by Dan Gohman · 15 years ago
- 6c3ae65 Minor code simplification. by Dan Gohman · 15 years ago
- 7d597b4 Delete this obsolete comment. by Dan Gohman · 15 years ago
- ea3eec9 const-ize a predicate by Gabor Greif · 15 years ago
- 7b0138f Add a missing dependency to this library when building with CMake. by Chandler Carruth · 15 years ago
- 1793ab9 Use getNumImplicitDefs() and getNumImplicitUses(). by Bob Wilson · 15 years ago
- 0855cad Fix up some comments. by Bob Wilson · 15 years ago
- cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 15 years ago
- 2381379 lit: Add support to OneCommandPerFileTest format to take input directory from input path. by Daniel Dunbar · 15 years ago
- d96eae8 Refactor the code for computing the insertion point for an expression into by Dan Gohman · 15 years ago
- 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 15 years ago
- be02b20 Add several more lint checks. by Dan Gohman · 15 years ago
- b3cdb0e Fix a bug in IVUsers which was permitting non-affine addrecs to by Dan Gohman · 15 years ago
- 094b1c8 Don't use reserved identifiers. by Dan Gohman · 15 years ago
- 8829cec fix a SCCP miscompilation that could happen when a by Chris Lattner · 15 years ago
- 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
- e60bb15 Avoid allocating a value of zero in a register if the initial formula by Dan Gohman · 15 years ago
- dd98c4d Add a few more lint checks. by Dan Gohman · 15 years ago
- e056781 Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. by Dan Gohman · 15 years ago
- 287df1b delete a forwarding function. by Chris Lattner · 15 years ago
- 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
- 2d16a67 Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround code by Johnny Chen · 15 years ago
- 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
- f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
- a57fabe Coalescer should not delete copy instructions whose defs are partially dead. e.g. by Evan Cheng · 15 years ago
- b8db3c2 Update CMake build. by Ted Kremenek · 15 years ago
- d0e88f3 Fix -Wsign-compare warning (issued by clang++). by Ted Kremenek · 15 years ago
- 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago
- e37b0c6 Rename a function. by Devang Patel · 15 years ago
- d0024fe implicit defs get added to the end of machine instrs sometimes. Scan the whole instruction for the metadata operand instead of assuming it will be at the end of the instruction. by Chris Lattner · 15 years ago
- b57b6f1 Pointers to zero-sized objects don't point to overlapping objects. by Dan Gohman · 15 years ago
- 29e13e0 Print empty structs as {} rather than { }. by Dan Gohman · 15 years ago
- 88ccf74 Fix a comment. by Dan Gohman · 15 years ago
- ea22122 Touch configure so it regenerates Disassemblers.def to include ARM so by Jeffrey Yasskin · 15 years ago
- 1c24635 One instruction may start (or end) multiple lexical scopes. by Devang Patel · 15 years ago
- fcf0f08 clean up algorithm and remove operand order assumptions by Gabor Greif · 15 years ago
- bcf9f00 Fix a comment. by Dan Gohman · 15 years ago
- 6a5975f Remove dead code. by Devang Patel · 15 years ago
- 6669b81 Delete out of date comment. by Devang Patel · 15 years ago
- 6122a4d Refactor. by Devang Patel · 15 years ago
- 454c4ce Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. by Benjamin Kramer · 15 years ago
- 180c3d4 Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will by Benjamin Kramer · 15 years ago
- f042f97 use abstract interface in two more places by Gabor Greif · 15 years ago
- e964af6 fix compile by Gabor Greif · 15 years ago
- 2fa16e7 use abstract interface by Gabor Greif · 15 years ago
- 1bd7335 Use twines to simplify calls to report_fatal_error. For code size and readability. by Benjamin Kramer · 15 years ago
- 127dc5e Use errs instead of fprintf. by Benjamin Kramer · 15 years ago
- c3b0c34 Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32 store of immediates. by Evan Cheng · 15 years ago
- 8ef5caa Revert this change from a while ago; ScalarEvolution shouldn't analyze by Dan Gohman · 15 years ago
- 701a4ae When expanding expressions which are using post-inc mode for multiple loops, by Dan Gohman · 15 years ago
- 4038f9c Make post regalloc machine licm functional. It now passes all of MultiSource. by Evan Cheng · 15 years ago
- ff35c3f typo by Chris Lattner · 15 years ago
- 9f636de document isvolatile etc. by Chris Lattner · 15 years ago
- 419e223 mpsadbw is not commutative. by Eric Christopher · 15 years ago
- 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
- 6129c37 convert a report_fatal_error that I was able to trigger into a nice error by Chris Lattner · 15 years ago
- 2dbc8bd Fix typo. by Evan Cheng · 15 years ago
- 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