- da4471d Simplify expressions involving boolean constants with clang-tidy by David Blaikie · 11 years ago
- c03496d Teach DataLayout to infer a plausible alignment for things even when nothing is specified by the user. by Owen Anderson · 11 years ago
- 692f738 [X86][AVX] Fix wrong lowering of VPERM2X128 nodes by Andrea Di Biagio · 11 years ago
- c8a95a8 Make static variables const if possible. Makes them go into a read-only section. by Benjamin Kramer · 11 years ago
- b8056be [DAGCombiner] Add a shuffle mask commutation helper function. NFCI. by Simon Pilgrim · 11 years ago
- fe1ef27 Fix the autoconf build by David Majnemer · 11 years ago
- fab98a4 Make the assertion macros in Verifier and Linter truly variadic. by Benjamin Kramer · 11 years ago
- 0e7a2ca Fix unused variable/function warnings by David Majnemer · 11 years ago
- 2c08439 ExecutionEngine: Preliminary support for dynamically loadable coff objects by David Majnemer · 11 years ago
- ed0266d Make constant arrays that are passed to functions as const. by Benjamin Kramer · 11 years ago
- 62ffaaa Use SDValue bool check to tidyup some possible combines. NFC. by Simon Pilgrim · 11 years ago
- b365064 Adding parenthesis around logical expressions to silence a -Wparentheses warning; NFC. by Aaron Ballman · 11 years ago
- 1e07740 Removing spurious semi-colons; NFC by Aaron Ballman · 11 years ago
- 75664a8 X86: Roll repetitive code into a loop. NFC. by Benjamin Kramer · 11 years ago
- 15d2c3f [DAGCombiner] Fix wrong folding of AND dag nodes. by Andrea Di Biagio · 11 years ago
- 5c12640 [Modules] Include the header needed for make_unique, otherwise we can't by Chandler Carruth · 11 years ago
- 24a6fb0 Teach the LLVM CMake build how to explicitly use libc++abi when using by Chandler Carruth · 11 years ago
- 60557be [PM] Fixup for r231556 where I missed a dependency on intrinsics generation. by Chandler Carruth · 11 years ago
- 2349136 [PM] Create a separate library for high-level pass management code. by Chandler Carruth · 11 years ago
- 62ba058 [DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V,C)) -> VECTOR_SHUFFLE by Simon Pilgrim · 11 years ago
- b0b21de Typo. by Eric Christopher · 11 years ago
- 80d55e6 Remove use of misched-bench from this test and replace it with by Eric Christopher · 11 years ago
- 3c8e619 [dsymutil] Apply relocations to DIE data before cloning. by Frederic Riss · 11 years ago
- 5dc2251 Recommit r231324 with a fix to the ARM execution domain code by Eric Christopher · 11 years ago
- 85ef565 [modules] Mark Analysis/TargetLibraryInfo.def as a textual header. by Richard Smith · 11 years ago
- fe78287 [dsymutil] Support cloning DIE reference attributes. by Frederic Riss · 11 years ago
- 1edd6ed [dsymutil] Set linked unit start offset early. NFC. by Frederic Riss · 11 years ago
- 7557b1a Add DIEInteger::setValue() method. by Frederic Riss · 11 years ago
- 2f19fc8 Do not restrict interleaved unrolling to small loops, depending on the target. by Olivier Sallenave · 11 years ago
- 05a3f91 [AArch64][LoadStoreOptimizer] Generate LDP + SXTW instead of LD[U]R + LD[U]RSW. by Quentin Colombet · 11 years ago
- 5bac8f9 fixed to test features, not CPUs by Sanjay Patel · 11 years ago
- f528a40 fixed to test features, not CPUs by Sanjay Patel · 11 years ago
- 5ff9d3e loosen checking for buildbots by Sanjay Patel · 11 years ago
- aedb16f fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
- b00a131 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
- 50652e7 fixed test to use FileCheck by Sanjay Patel · 11 years ago
- 6deb05e fixed to use CHECK-LABELs by Sanjay Patel · 11 years ago
- d532d10 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
- f2b34a5 fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
- 9e03e85 fixed to test feature, not CPU by Sanjay Patel · 11 years ago
- 1739275 fixed to test features, not CPUs by Sanjay Patel · 11 years ago
- 91b7912 fixed test to use SSE2 attribute by Sanjay Patel · 11 years ago
- e7abe0c fixed to test only the feature, not the feature and a CPU by Sanjay Patel · 11 years ago
- 47941aa DAGCombiner: Canonicalize select(and/or,x,y) depending on target. by Matthias Braun · 11 years ago
- fdd8f37 DAGCombiner: Factor out some and/or combines. by Matthias Braun · 11 years ago
- 664388c [AsmPrinter][TLOF] Remove AArch64 test to appease buildbots by Bruno Cardoso Lopes · 11 years ago
- db108d9 LoopInterchange: Remove empty method. by Benjamin Kramer · 11 years ago
- 7858825 LoopInterchange: Rephrase instruction moving using ilist's splice and factor it into a function by Benjamin Kramer · 11 years ago
- ae6bbac ExecutionDepsFix: Indizes -> Indices. by Matthias Braun · 11 years ago
- 83f6fec [AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots by Bruno Cardoso Lopes · 11 years ago
- be76ce0 Fix typo. by Eric Christopher · 11 years ago
- 98ecf5a [dsymutil] Add debug_str construction support. by Frederic Riss · 11 years ago
- 2d6b502 R600/SI: Remove unused register class by Tom Stellard · 11 years ago
- a8c4049 Fold init() helpers into constructors. NFC. by Benjamin Kramer · 11 years ago
- 3ad5494 Avoid calls to dumpPassInfo and RegionBase<Tr>::getNameStr() in RGPassManager if by Chad Rosier · 11 years ago
- 4e022da [ConstantRange] Teach multiply to be cleverer about signed ranges. by James Molloy · 11 years ago
- 653997e [AsmPrinter][TLOF] Make AArch64 test a bit more flexible by Bruno Cardoso Lopes · 11 years ago
- 9dda04d [AsmPrinter][TLOF] Split tests and move to appropriate directories by Bruno Cardoso Lopes · 11 years ago
- dfc6383 [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
- 66aa390 [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
- a52da9a CodingStyle: Allow delegating ctors by Benjamin Kramer · 11 years ago
- 25c2850 [mips] [IAS] Add missing constraints and improve testing for the .module directive. by Toma Tabacu · 11 years ago
- 90e6a21 Change the way in which error case is being handled. by Daniel Jasper · 11 years ago
- 52610d8 Add a new pass "Loop Interchange" by Karthik Bhat · 11 years ago
- ee711b5 X86: Form IMGREL relocations for LLVM Functions by David Majnemer · 11 years ago
- 02dc4fa Silence C4715 'not all control paths return a value' warnings. by Yaron Keren · 11 years ago
- 8617b3b Support: Improve performance of FileOutputBuffer on Windows by Rui Ueyama · 11 years ago
- 517e68f [objc-arc] Sprinkle some more auto on some iterators. by Michael Gottesman · 11 years ago
- 18b7558 [objc-arc] Move the detection of potential uses or altering of a ref count onto PtrState. by Michael Gottesman · 11 years ago
- 6023ad2 LegalizeTypes: Handle shift by 0 in ExpandShiftByConstant. by Michael Zolotukhin · 11 years ago
- b6fd95a Remember to move a type to the correct set when setting the body. by Rafael Espindola · 11 years ago
- b207e98 [objc-arc] Move the checking of whether or not we can match onto PtrStates and out of the main dataflow. by Michael Gottesman · 11 years ago
- f111a2a [objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown,BottomUp}PtrState Class. by Michael Gottesman · 11 years ago
- 5c86053 [objc-arc] Create two subclasses of PtrState in preparation for moving per ptr state change behavior onto a PtrState class. by Michael Gottesman · 11 years ago
- c0cb123 [objc-arc] Extract out MDNodes into a cache structure so the information can be passed around. by Michael Gottesman · 11 years ago
- 0d7cce4 [objc-arc] Remove annotations code. by Michael Gottesman · 11 years ago
- 368d2e9 Teach ComputeNumSignBits about signed reminder. by Nadav Rotem · 11 years ago
- b0b6966 Fix build error. by Michael Gottesman · 11 years ago
- 418e268 [objc-arc] Change some casts and loop iterators to use auto. by Michael Gottesman · 11 years ago
- 3b402bc [objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm. by Michael Gottesman · 11 years ago
- d54a275 [objc-arc] Extract blot map vector into its own file. NFC. by Michael Gottesman · 11 years ago
- 30fdbe5 [X86] Remove stale comment. NFC. by Ahmed Bougacha · 11 years ago
- a0c307d All FileCheck directives allow patterns. by Paul Robinson · 11 years ago
- bdfd937 Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUsesWith. by Peter Collingbourne · 11 years ago
- 292f5ef [RewriteStatepointsForGC] Yet more test cases for relocation by Philip Reames · 11 years ago
- 40b4f60 [CODE_OWNERS] Change the ownership of register allocators. by Quentin Colombet · 11 years ago
- fdef53e Instructions: Use delegated constructors to reduce duplication by Benjamin Kramer · 11 years ago
- 5f79fd2 [AVX] Lower / fast-isel scalar FP selects into VBLENDV instructions (PR22483) by Sanjay Patel · 11 years ago
- 7dc13e4 SelectionDAGBuilder: Merge 3 copies of the limited precision exp2 emission code. by Benjamin Kramer · 11 years ago
- 18296bd Fix uninitialized memory references in WinEHPrepare by Andrew Kaylor · 11 years ago
- f74b5c6 SDAG: Merge the meat of two ExpandAtomic implementations. by Benjamin Kramer · 11 years ago
- 77f46f4 [AArch64] Teach AsmPrinter about GlobalAddress operands. by Ahmed Bougacha · 11 years ago
- 03001d8 [RewriteStatepointsForGC] Add additional tests around relocation by Philip Reames · 11 years ago
- 2f76abe Use the correct func begin symbol in all places in ppc. by Rafael Espindola · 11 years ago
- 98225d9 TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImpl by Tom Stellard · 11 years ago
- 67297cd [ARM] Enable vector extload combine for legal types. by Ahmed Bougacha · 11 years ago
- 387cf21 Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&) by Zachary Turner · 11 years ago
- 7d02b35 Remove accidental errs() call in Verifier by Reid Kleckner · 11 years ago
- 2e2dbc3 Use the generic Lfunc_begin label on ppc. by Rafael Espindola · 11 years ago
- 42fcf79 X86: Optimize address mode matching for FRAME_ALLOC_RECOVER nodes by David Majnemer · 11 years ago