- 1600525 Remove the LLVMBuildUnwind C API function. by Bill Wendling · 14 years ago
- fcb4356 Use consistent terminology for loop exit/exiting blocks. Name change only. by Andrew Trick · 14 years ago
- 7a3824b Remove empty test. by Benjamin Kramer · 14 years ago
- 9b7fdc7 Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gcc buildbots on i386. Devang is looking into the root cause. by Owen Anderson · 14 years ago
- 74699fd I am the code owner for Clang's IR generation; this has been true by John McCall · 14 years ago
- 101c81d Minor wording tweak for memory model. by Eli Friedman · 14 years ago
- 9b0a479 Fix a couple silly typos in IRBuilder in the new atomic instructions. by Eli Friedman · 14 years ago
- 3207c9a Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan by Nick Lewycky · 14 years ago
- cf60395 Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for encodings like "let Inst{11-7} = foo;", where the RHS has no bitwidth specifiers. by Owen Anderson · 14 years ago
- 02c8460 Move imm0_255 to ARMInstrInfo.td with the other immediate predicates. by Jim Grosbach · 14 years ago
- b2756af Fix comments. by Jim Grosbach · 14 years ago
- 55244ce Add v4f64 -> v2f32 fp_round support. Also add a testcase to exercise by Bruno Cardoso Lopes · 14 years ago
- aed890b Teach PreprocessISelDAG to be aware of vector types and to not process them. by Bruno Cardoso Lopes · 14 years ago
- 8af2451 Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead of by Bruno Cardoso Lopes · 14 years ago
- 4d7ce32 Fix a typo. by Roman Divacky · 14 years ago
- 5f801ba The FixedLenDecoder needs to gracefully handle failing per-instruction decoder hooks in addition to per-operand decoder hooks. by Owen Anderson · 14 years ago
- 81fd0ba Actually finish switching to the new system for Target sublibrary by Chandler Carruth · 14 years ago
- 531f19f Since vectors with all ones can't be created with a 256-bit instruction, by Bruno Cardoso Lopes · 14 years ago
- 8ead80d Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky. by Evan Cheng · 14 years ago
- b137f16 Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases where by Jakub Staszak · 14 years ago
- 7f76bae Enhance the fixed length disassembler to better handle operand decoding failures. by Owen Anderson · 14 years ago
- 423b81e Add a clear() operation to MCInst, to drop all of its operands. Useful for the disassembler, where we may realize fairly late into decoding that something is wrong and need to reset. by Owen Anderson · 14 years ago
- 965b891 Fix crash with varargs function with no named parameters. by Richard Osborne · 14 years ago
- 32ab312 Update CMake target names for tablegen-generated data in the X86 and ARM targets. This should fix the CMake build with MSVC. by Douglas Gregor · 14 years ago
- e2481ff Add BlockFrequency::getEntryFrequency() by Jakub Staszak · 14 years ago
- 5cd8ea2 Add braces. by Jay Foad · 14 years ago
- 8d94865 Simplify printAlias. by Jay Foad · 14 years ago
- 4255274 Micro-optimisation in getAliasedGlobal. by Jay Foad · 14 years ago
- b899d95 Remove an unnecessary cast. by Jay Foad · 14 years ago
- 4f2d695 The operands of a GlobalAlias are always Constants. Simplify things accordingly. by Jay Foad · 14 years ago
- 8733409 I mis-interpreted the MCDisassembler's intended dependencies. Now to fix by Chandler Carruth · 14 years ago
- af75f0c Fix some validation errors. by Bill Wendling · 14 years ago
- 0246bb7 Fix some validation errors. by Bill Wendling · 14 years ago
- dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
- 6762dc1 Do not handle cases with >= and <= predicates. by Jakub Staszak · 14 years ago
- 4faf553 Remove untrue comment. by Jakub Staszak · 14 years ago
- a385c20 Do not handle case where LHS is equal to zero, because InstCombiner always moves by Jakub Staszak · 14 years ago
- 592ad6a Add a small gep optimization I noticed was missing while reading some IL. by Rafael Espindola · 14 years ago
- c476902 Time the emission of debug values. by Jakob Stoklund Olesen · 14 years ago
- a5dd550 Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero we by Jakub Staszak · 14 years ago
- e2721f7 Remove InvalidateStructLayoutInfo from the ocaml bindings. by Benjamin Kramer · 14 years ago
- 21384c4 Revert r136528 "Enable compact region splitting by default." by Jakob Stoklund Olesen · 14 years ago
- 61377a1 Switch another of the old dependencies on implicitly produced synthetic by Chandler Carruth · 14 years ago
- c58247d Remove yet another buried and hidden implicit dependency: every single by Chandler Carruth · 14 years ago
- 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
- efd7919 Added several architecture names. by Sean Callanan · 14 years ago
- 4af0f5f Revert "Don't check liveness of unallocatable registers." by Jakob Stoklund Olesen · 14 years ago
- 2e1513d Make my attempt to build up global deps variables actually utilize by Chandler Carruth · 14 years ago
- eeb57c7 Don't check liveness of unallocatable registers. by Jakob Stoklund Olesen · 14 years ago
- 93e6f02 Check for multiple defs in the machine code verifier. by Jakob Stoklund Olesen · 14 years ago
- eb809f5 Correctly handle scattered operands where the bits of the operand are contiguous, but out of order. by Owen Anderson · 14 years ago
- 73e7dce Add an isSSA() flag to MachineRegisterInfo. by Jakob Stoklund Olesen · 14 years ago
- 05bce0b Unconstify Inits by David Greene · 14 years ago
- c8f34de Do not lose branch weights when lowering SwitchInst. by Jakub Staszak · 14 years ago
- 9162abb Enable compact region splitting by default. by Jakob Stoklund Olesen · 14 years ago
- ef7f1e7 Add support for the 'Q' constraint. by Eric Christopher · 14 years ago
- b4f4cbd Remove a blank line from the top. by David Greene · 14 years ago
- 4cea5ba have the verifier catch gep's into opaque struct types. PR10473 by Chris Lattner · 14 years ago
- e1cf590 ARM SRS instruction parsing, diassembly and encoding support. by Jim Grosbach · 14 years ago
- c91d626 On mac, it seems the MC disassembler is actually using the targetinfo by Chandler Carruth · 14 years ago
- 95ece8e Remove unneeded const_cast. by Jakub Staszak · 14 years ago
- 33768db ARM CPS mode immediate is 5 bits, not 4. by Jim Grosbach · 14 years ago
- 6e8bb8a Clear DbgValues in the end. by Devang Patel · 14 years ago
- 6f6baf1 Add more constantness in BranchProbabilityInfo. by Jakub Staszak · 14 years ago
- 78621a8 [AVX] Make DagInits Unique by David Greene · 14 years ago
- 65bf3ca [AVX] Make FieldInit Unique by David Greene · 14 years ago
- 08f71e3 [AVX] Make VarListElementInit Unique by David Greene · 14 years ago
- aa839b8 [AVX] Make VarBitInit Unique by David Greene · 14 years ago
- e0be0e3 [AVX] Make VarInit Unique by David Greene · 14 years ago
- b76a1e6 [AVX] Make TernOpInit Unique by David Greene · 14 years ago
- 65a5b8c [AVX] Make BinOpInit Unique by David Greene · 14 years ago
- 6f03b63 [AVX] Make UnOpInit Unique by David Greene · 14 years ago
- aad4c9f [AVX] Make ListInits Unique by David Greene · 14 years ago
- 637b4ff [AVX] Make CodeInit Unique by David Greene · 14 years ago
- d0e9d04 [AVX] Make StringInit Unique by David Greene · 14 years ago
- 2855b0f [AVX] Make IntInit Unique by David Greene · 14 years ago
- 726bbde [AVX] Make BitsInit Unique by David Greene · 14 years ago
- 0ffd167 [AVX] Unique BitInit by David Greene · 14 years ago
- ba1ae18 [AVX] Unique UnsetInit by David Greene · 14 years ago
- dcd35c7 [AVX] Create Inits Via Factory Method by David Greene · 14 years ago
- f37dd02 [AVX] Constify Inits by David Greene · 14 years ago
- 60c04af [AVX] Remove non-const Iterators by David Greene · 14 years ago
- ca7fd3d [AVX] Remove Mutating Members from Inits by David Greene · 14 years ago
- c45a2ca Add ListInit::getValues by David Greene · 14 years ago
- cd0bc90 Add a std::string Wrapper for TableGen by David Greene · 14 years ago
- 1619560 Clean up debug info after reassociation. by Devang Patel · 14 years ago
- 2c6363a ARM assembly parsing and encoding for RFE instruction. by Jim Grosbach · 14 years ago
- ea24298 Third time's the charm for implementing tied operand decoding properly. by Owen Anderson · 14 years ago
- 2b9c507 Don't look at $PWD in GetCurrentDirectory. by Nick Lewycky · 14 years ago
- 5a28748 ARM SRS and RFE instructions are not code-gen only. by Jim Grosbach · 14 years ago
- b48ce90 ARM range checking for mode on CPS instruction. by Jim Grosbach · 14 years ago
- 71d3d67 ARM update tests for CPS instruction. by Jim Grosbach · 14 years ago
- 96e24fa Update FIXME. by Jim Grosbach · 14 years ago
- bd4562e Tweak comment. by Jim Grosbach · 14 years ago
- d217da1 Fix a case where, when trying to track tied operands, we'd accidentally overwrite our mapping. by Owen Anderson · 14 years ago
- 3401a90 Switch the CMake edis build over to add_llvm_library_dependencies by Douglas Gregor · 14 years ago
- 6815ff0 Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or by Duncan Sands · 14 years ago
- 3c036e5 Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do by Nick Lewycky · 14 years ago
- 3bbb6f7 Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some by Nick Lewycky · 14 years ago
- 55ba816 Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be by Eli Friedman · 14 years ago