- 8c2e77f Add support for attribute groups in the value enumerator. by Bill Wendling · 12 years ago
- a311c526 Test Commit - Remove some trailing whitespace in R600Instructions.td by Vincent Lejeune · 12 years ago
- 09ed910 Handle string attributes in the AttrBuilder. by Bill Wendling · 12 years ago
- 0f74220 Use a 'continue' here to stop from double lexing. by Bill Wendling · 12 years ago
- 87de71c Add 'empty' query methods to the builder and use them in the verifier. by Bill Wendling · 12 years ago
- b7cfac3 Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are by Cameron Zwarich · 12 years ago
- d7c7a68 Fix a typo. by Cameron Zwarich · 12 years ago
- 02513c0 Remove ancient references to 'atomic' phis in PHIElimination that don't really by Cameron Zwarich · 12 years ago
- fe0fd35 Make LiveVariables an instance variable of PHIElimination. by Cameron Zwarich · 12 years ago
- e9288fb ok, ok, stop fighting type punning warnings by just using a union. by Chris Lattner · 12 years ago
- 10b043e hopefully "really" fix a type punning warning by defining the buffer as by Chris Lattner · 12 years ago
- bf8f4cb attempt to defeat a gcc warning that is breaking a -Werror buildbot. by Chris Lattner · 12 years ago
- 85b3fbe Add accessor for the LLVMContext. by Bill Wendling · 12 years ago
- 7dcb23a Remove unneeded "TargetMachine.h" #includes. by Jakub Staszak · 12 years ago
- 0b77866 TEMPORARY SYNTAX CHANGE! by Bill Wendling · 12 years ago
- 1627425 Add a DenseMapInfo class for the AttributeSet. by Bill Wendling · 12 years ago
- 00d9da1 [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_fatal_error) by Justin Holewinski · 12 years ago
- 5c2a079 Simplify code. by Jakub Staszak · 12 years ago
- 96a82d1 Remove unneeded #includes. by Jakub Staszak · 12 years ago
- db5e50d This is the correct version of r174802. by Chris Lattner · 12 years ago
- a32bd68 Fix a nasty off-by one error that only manifests with 64-bit word size (which is by Chris Lattner · 12 years ago
- b24f5b7 Fix the underlying problem that was causing read(0) to be called: sometimes the by Chris Lattner · 12 years ago
- e001f27 recommit r173072 (preparing bitstream reader to read a machine word at a time, by Chris Lattner · 12 years ago
- 882b927 Remove trailing spaces. by Jakub Staszak · 12 years ago
- 29521a0 Remove unneeded #includes. by Jakub Staszak · 12 years ago
- 6050edf LSR IVChain improvement. by Andrew Trick · 12 years ago
- 4fa5793 Remove #includes from the commonly used LoopInfo.h. by Jakub Staszak · 12 years ago
- f2d89ff Dwarf: do not use line_table_start in at_stmt_list since we do not always emit by Manman Ren · 12 years ago
- ec7b25d Remove the old liveness algorithm. by Jakob Stoklund Olesen · 12 years ago
- 68b2faf Enable *BasicBlockPass::createPrinterPass() by Sergei Larin · 12 years ago
- ea87152 Turn on -new-live-intervals by default. by Jakob Stoklund Olesen · 12 years ago
- dbdebe2 CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. by Jordan Rose · 12 years ago
- d31bd24 configure: when performing a compiler feature test for a -Wno-foo flag, attempt by Richard Smith · 12 years ago
- 1c66a18 ReleaseNotes: Add section for R600 backend by Tom Stellard · 12 years ago
- d66bd70 R600: Dump the function name when TargetLowering::LowerCall() fails by Tom Stellard · 12 years ago
- f4e471a R600: rework flow creation in the structurizer v2 by Tom Stellard · 12 years ago
- 27f5d06 R600: fix loop analyses in the structurizer by Tom Stellard · 12 years ago
- 13cf6cb R600: fix PHI value adding in the structurizer by Tom Stellard · 12 years ago
- d3da6d5 Minor cleanup. by Dan Gohman · 12 years ago
- cb64462 [docs] Tweaks for clarity, readability, and correctness. by Sean Silva · 12 years ago
- 5844691 Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" by Bob Wilson · 12 years ago
- b2d1275 Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the by Reed Kotler · 12 years ago
- 089a5f8 DAGCombiner: Constant folding around pre-increment loads/stores by Hal Finkel · 12 years ago
- 0cf5d39 BBVectorize: Use TTI->getAddressComputationCost by Hal Finkel · 12 years ago
- 63c61e5 More modifications to PowerPC doc links by Bill Schmidt · 12 years ago
- 8f637ad Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. by Bob Wilson · 12 years ago
- b1301e4 Update PowerPC links in CompilerWriterInfo.rst by Hal Finkel · 12 years ago
- 0f58dba Refine fix to bug 15041. by Bill Schmidt · 12 years ago
- 33daeab [SimplifyLibCalls] Library call simplification doen't work if the call site by Chad Rosier · 12 years ago
- 9de31bd Typos. by Jakob Stoklund Olesen · 12 years ago
- 0b821ef The patch to fix some issues in r174543 fixed the lines failing the test, but missed a couple by David Tweed · 12 years ago
- fb55a8f ARM cost model: Address computation in vector mem ops not free by Arnold Schwaighofer · 12 years ago
- f64edf8 Update tests for DWARF parser: store sources next to pre-built object files and provide build instructions by Alexey Samsonov · 12 years ago
- bcf60de Test Commit by Michael Kuperstein · 12 years ago
- baad55c Parse the attribute group reference on a function. by Bill Wendling · 12 years ago
- 61b97b8 When Mips16 frames grow large, the immediate field may exceed the maximum by Reed Kotler · 12 years ago
- d2bcda7 Revert "Have InstCombine call SipmlifyCall when handling calls. Test case included." by Andrew Trick · 12 years ago
- dc0f8a3 [readobj] Fix memory leak. by Michael J. Spencer · 12 years ago
- ea007fa Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs by Bill Wendling · 12 years ago
- d1824f2 [Object][ELF] Add a way to get the dynamic symbol table section. by Michael J. Spencer · 12 years ago
- 2e0742f [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate over dynamic symbols. by Michael J. Spencer · 12 years ago
- 3854a5d Have InstCombine call SipmlifyCall when handling calls. Test case included. by Michael Ilseman · 12 years ago
- 4fae15e fix 80-col violation and fix the docs. by Nadav Rotem · 12 years ago
- 83a4cb5 [lit] Add a display function for lit.Test.TestResult. by Daniel Dunbar · 12 years ago
- 5dd41c9 [mips] Make Filler a class and reduce indentation. by Akira Hatanaka · 12 years ago
- e0501e8 Formatting. by Eric Christopher · 12 years ago
- 7a0103c "Clean up" line section symbol emission by emitting the section by Eric Christopher · 12 years ago
- df5b330 [patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp by Will Schmidt · 12 years ago
- 8f7dc82 Constrain PowerPC autovectorization to fix bug 15041. by Bill Schmidt · 12 years ago
- 0c66403 [mips] Add definition of JALR instruction which has two register operands. Change the by Akira Hatanaka · 12 years ago
- 184f5c1 R600/SI: cleanup VGPR encoding by Tom Stellard · 12 years ago
- 60fc582 R600/SI: Handle VGPR64 destination in copyPhysReg(). by Tom Stellard · 12 years ago
- e7384db R600/SI: Add pattern for mul. by Tom Stellard · 12 years ago
- fc207d8 R600/SI: simplify and fix SMRD encoding by Tom Stellard · 12 years ago
- 75ddd4c R600/SI: add proper 64bit immediate support v2 by Tom Stellard · 12 years ago
- b0b1a7f R600: Add an explicit default processor by Tom Stellard · 12 years ago
- f89de81 Identify and simplify idempotent intrinsics. Test case included. by Michael Ilseman · 12 years ago
- 96a6555 Loop Vectorizer: Refactor Memory Cost Computation by Arnold Schwaighofer · 12 years ago
- 35b1423 ADT: Correct APInt::getActiveWords for zero values by Meador Inge · 12 years ago
- def0c1f [Object][ELF] Fix crash on no dynamic section. by Michael J. Spencer · 12 years ago
- 64dca86 R600/SI: Use proper instructions for array/shadow samplers. by Tom Stellard · 12 years ago
- 914e47b R600/SI: Make sample intrinsic address parameter type overloaded. by Tom Stellard · 12 years ago
- 36ba909 R600/SI: Add basic support for more integer vector types. by Tom Stellard · 12 years ago
- 66f535a ARM cost model: Add costs for vector selects by Arnold Schwaighofer · 12 years ago
- 7db31f1 R600/SI: Add pattern for flog2 by Michel Danzer · 12 years ago
- d9a8d43 FDE::dumpHeader(): Forgot to fix one more formatting, ... take two! by NAKAMURA Takumi · 12 years ago
- 07b59ba R600: Consolidate sub register indices. by Tom Stellard · 12 years ago
- 1234c9b R600: Add support for SET*_DX10 instructions by Tom Stellard · 12 years ago
- 2a77cf7 R600: Add tests for unsupported condition codes. by Tom Stellard · 12 years ago
- b440961 R600: Fix assembly name for SETGT_INT by Tom Stellard · 12 years ago
- 8ff0631 FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian hosts. by NAKAMURA Takumi · 12 years ago
- 55f067d Remove this testcase until I can figure out how to properly conditionalize it. by Owen Anderson · 12 years ago
- 54b8fa3 Another attempt at getting the XFAIL line right for this test. by Owen Anderson · 12 years ago
- a79535c [ReleaseNotes] tidy up organization and formatting by Sean Silva · 12 years ago
- 2119cf0 Update Release notes regarding TTI. by Nadav Rotem · 12 years ago
- 87c6157 Document the loop vectorizer changes. by Nadav Rotem · 12 years ago
- 24b339d Make sure we call externals from libraries properly when -static. by Reed Kotler · 12 years ago
- a170f52 tblgen: Diagnose duplicate includes. by Sean Silva · 12 years ago
- 65c46b0 Moved some comments due to the recent refactoring of ObjCARC. by Michael Gottesman · 12 years ago
- 6e3443e Enable jumps when in -static mode. by Reed Kotler · 12 years ago