- f4a66d2 Correct wrong register in this example, pointed out by Baoshan Pang. by Duncan Sands · 12 years ago
- 80ada58 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
- 41e632d Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
- ed8b5b5 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
- 637eab6 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
- 54a56fa Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
- 9eb856b [objc-arc] Ensure that the cfg path count does not overflow when we multiply TopDownPathCount/BottomUpPathCount. by Michael Gottesman · 12 years ago
- 57148c1 Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
- 4393f48 Don't cache the instruction info and register info objects. by Bill Wendling · 12 years ago
- 37bfb18 DIBuilder: No functionality change. by Manman Ren · 12 years ago
- c6752d5 ARM sched model: Use the right resources for DIV by Arnold Schwaighofer · 12 years ago
- 873ff29 ARM sched model: Add VFP div instruction on Swift by Arnold Schwaighofer · 12 years ago
- 0efc782 CodeGenSchedule: Use resize instead of copying a vector by Arnold Schwaighofer · 12 years ago
- 7f155d7 ARM sched model: Add SIMD/VFP load/store instructions on Swift by Arnold Schwaighofer · 12 years ago
- 01021a8 [Sparc]: Use cmp instruction instead of subcc to compare integers. by Venkatraman Govindaraju · 12 years ago
- 6a72c84 Simplify code. No functionality change. by Jakub Staszak · 12 years ago
- 326ae27 Remove unneeded #include. by Jakub Staszak · 12 years ago
- 45dc032 CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerous by Arnold Schwaighofer · 12 years ago
- 81c5d11 R600: Rewrite an awkward loop in R600MachineScheduler by Vincent Lejeune · 12 years ago
- 9342b9c Jeffrey Yasskin volunteered to benchmark the vectorizer on -O2 or -Os when compiling chrome. This patch adds a new flag to enable vectorization on all levels and not only on -O3. It should go away once we make a decision. by Nadav Rotem · 12 years ago
- babfebb Fix break in r183446 - helps to increment the iterator in a loop by David Blaikie · 12 years ago
- 6b10d85 Revert "ARM sched model: Add SIMD/VFP load/store instructions on Swift" by Arnold Schwaighofer · 12 years ago
- b20fdff Debug Info: simplify parameter ordering preservation by David Blaikie · 12 years ago
- 5bf5b96 ARM sched model: Add SIMD/VFP load/store instructions on Swift by Arnold Schwaighofer · 12 years ago
- 285bd8e Move the test for the data in code into the ARM directory as it is an ARM by Kevin Enderby · 12 years ago
- 5be946b ARM sched model: Add integer VFP/SIMD instructions on Swift by Arnold Schwaighofer · 12 years ago
- 3facc43 Re-apply "Use IRBuilder instead of ConstantInt methods." with the fixed issues. by Jakub Staszak · 12 years ago
- d9445b6 ARM sched model: Add integer load/store instructions on Swift by Arnold Schwaighofer · 12 years ago
- 67c2056 ARM sched model: Add integer arithmetic instructions on Swift by Arnold Schwaighofer · 12 years ago
- d8f8c35 ARM sched model: Cortex A9 - More InstRW sched resources by Arnold Schwaighofer · 12 years ago
- ab9ba53 Add a testcase from pr16244. by Rafael Espindola · 12 years ago
- f1f6dce ARM sched model: Add branch thumb instructions by Arnold Schwaighofer · 12 years ago
- a6db677 ARM sched model: Add branch thumb2 instructions by Arnold Schwaighofer · 12 years ago
- 87aab6d ARM sched model: Add branch instructions by Arnold Schwaighofer · 12 years ago
- 3ba4778 ARM sched model: Add preload thumb2 instructions by Arnold Schwaighofer · 12 years ago
- 239f8a4 Remove unimplemented definition. Found using [-Wunused-member-function]. by Jakub Staszak · 12 years ago
- e022a6b ARM sched model: Add preload instructions by Arnold Schwaighofer · 12 years ago
- 54154f3 Teach llvm-objdump with the -macho parser how to use the data in code table by Kevin Enderby · 12 years ago
- f2988a0 ARM sched model: Add more ALU and CMP thumb instructions by Arnold Schwaighofer · 12 years ago
- 7de80e0 Revert "Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit." by Rafael Espindola · 12 years ago
- 826de68 ARM sched model: Add more ALU and CMP thumb2 instructions by Arnold Schwaighofer · 12 years ago
- 5f035d0 R600: Remove leftover code in R600MachineScheduler.cpp by Vincent Lejeune · 12 years ago
- e3a0e7f Print symbol names in relocations when dumping COFF as YAML. by Rafael Espindola · 12 years ago
- 2ed7659 Cast to the correct type. Pointer, not reference. by Bill Wendling · 12 years ago
- 0ac8574 R600OptimizeVectorRegisters.cpp: Tweak a warning. [-Wsometimes-uninitialized] by NAKAMURA Takumi · 12 years ago
- 7b6d32a R600OptimizeVectorRegisters.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
- 3ebcf38 Trailing linefeed. by NAKAMURA Takumi · 12 years ago
- b88cef5 Cast to the proper type. by Bill Wendling · 12 years ago
- c6e2ab3 Remove unneeded cast<>. by Jakub Staszak · 12 years ago
- 272d881 Add some class documentation to BinaryRef. by Sean Silva · 12 years ago
- 6a2e7ac Cache the TargetLowering info object as a pointer. by Bill Wendling · 12 years ago
- f2d03d7 Use IRBuilder instead of ConstantInt methods. by Jakub Staszak · 12 years ago
- 384ceb8 Don't cache the TargetLoweringInfo object inside of the FunctionLowering object. by Bill Wendling · 12 years ago
- cfb476f Rename operator== parameter to `RHS`. by Sean Silva · 12 years ago
- 0d861a2 Remove error-prone methods of BinaryRef. by Sean Silva · 12 years ago
- 4370ddb Add writeAsHex(raw_ostream &) method to BinaryRef. by Sean Silva · 12 years ago
- c170230 R600: Replace predicate loop with predicate function by Tom Stellard · 12 years ago
- 6acc982 Rename BinaryRef::isBinary to more descriptive DataIsHexString. by Sean Silva · 12 years ago
- 63958fb Add BinaryRef binary_size() method. by Sean Silva · 12 years ago
- 2b10689 Comment BinaryRef::Data. by Sean Silva · 12 years ago
- 0836838 Add space to assert message. by Bill Wendling · 12 years ago
- 639adc5 Add writeAsBinary(raw_ostream &) method to BinaryRef. by Sean Silva · 12 years ago
- f3d6e32 R600: Add a pass that merge Vector Register by Vincent Lejeune · 12 years ago
- f41d317 [docs] Add link to C++ ABI document. by Sean Silva · 12 years ago
- c85756f [docs] Add link to SysV ABI document. by Sean Silva · 12 years ago
- d56d756 [ELF] Add ELFOSABI_GNU. by Sean Silva · 12 years ago
- c9f2cc7 Don't hide the first ELF symbol. by Rafael Espindola · 12 years ago
- 5121197 R600: Schedule copy from phys register at beginning of block by Vincent Lejeune · 12 years ago
- 6ed30e0 yaml2obj: split out COFF logic into separate file by Sean Silva · 12 years ago
- 8270e68 [mips] brcond + setgt/setugt instruction selection patterns. by Akira Hatanaka · 12 years ago
- db9dc53 yaml2obj: add -format=<fmt> to choose input YAML interpretation by Sean Silva · 12 years ago
- cc81b38 Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit. by Jakub Staszak · 12 years ago
- 9a508ef [PATCH] Fix VGATHER* operand constraints by Michael Liao · 12 years ago
- bcb1ea8 Represent symbols with a SymbolIndex,SectionIndex pair. by Rafael Espindola · 12 years ago
- 31588f3 ARM sched model: Add more ALU and CMP instructions by Arnold Schwaighofer · 12 years ago
- c821573 ARM sched model: Add divsion, loads, branches, vfp cvt by Arnold Schwaighofer · 12 years ago
- d87bd56 ARMInstrInfo: Improve isSwiftFastImmShift by Arnold Schwaighofer · 12 years ago
- fcce70a SubtargetEmitter fix by Arnold Schwaighofer · 12 years ago
- 2248cf5 This is a simple patch that changes RRX and RRXS to accept all registers as operands. by Mihai Popa · 12 years ago
- 7e12946 The GNU/HURD is also using the libc. Therefor, endian.h should be included, not machine/endian.h. See full build log https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-3.3&arch=hurd-i386&ver=1%3A3.3~%2Brc3-1~exp1&stamp=1370358869 by Sylvestre Ledru · 12 years ago
- d7aad34 Fix a tblgen subtargetemitter bug, for future Swift support. by Andrew Trick · 12 years ago
- 032d624 PR15662: Optimized debug info produces out of order function parameters by David Blaikie · 12 years ago
- ad7ecc6 R600: Make sure to schedule AR register uses and defs in the same clause by Tom Stellard · 12 years ago
- 23a22cd Don't print default values for NumberOfAuxSymbols and AuxiliaryData. by Rafael Espindola · 12 years ago
- 0962b16 Handle (at least don't crash on) relocations with no symbols. by Rafael Espindola · 12 years ago
- 5fd5fe0 Move BinaryRef to a new include/llvm/Object/YAML.h file. by Rafael Espindola · 12 years ago
- 6afb65c Revert "R600: Add a pass that merge Vector Register" by Rafael Espindola · 12 years ago
- 6c1202c Handle relocations that don't point to symbols. by Rafael Espindola · 12 years ago
- cc5a6cb [docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macro by Sean Silva · 12 years ago
- bbbdba8 R600: Add a pass that merge Vector Register by Vincent Lejeune · 12 years ago
- e67a4af R600: Const/Neg/Abs can be folded to dot4 by Vincent Lejeune · 12 years ago
- 00ed010 Cortex-R5 can issue Thumb2 integer division instructions. by Evan Cheng · 12 years ago
- 8a22708 Revert series of sched model patches until I figure out what is going on. by Arnold Schwaighofer · 12 years ago
- f500aa0 ARM sched model: Add VFP div instruction on Swift by Arnold Schwaighofer · 12 years ago
- 858f6f8 ARM sched model: Add SIMD/VFP load/store instructions on Swift by Arnold Schwaighofer · 12 years ago
- e52041c ARM sched model: Add integer VFP/SIMD instructions on Swift by Arnold Schwaighofer · 12 years ago
- f3a2329 ARM sched model: Add integer load/store instructions on Swift by Arnold Schwaighofer · 12 years ago
- 755d129 ARM sched model: Add integer arithmetic instructions on Swift by Arnold Schwaighofer · 12 years ago
- eb9948e ARM sched model: Cortex A9 - More InstRW sched resources by Arnold Schwaighofer · 12 years ago
- 002faf2 ARM sched model: Add branch thumb instructions by Arnold Schwaighofer · 12 years ago