summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* MI-Sched: Rename IssueCount to CurrMOps.Andrew Trick2013-06-151-8/+8
* MI-Sched: Remove the temporary EnableCopyConstrain flag.Andrew Trick2013-06-151-7/+1
* MI-Sched: added tracking of dependent latency for better heuristics.Andrew Trick2013-06-151-13/+26
* MI-Sched: DEBUG: print critical resource.Andrew Trick2013-06-151-0/+4
* SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...Stephen Lin2013-06-151-12/+14
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-151-2/+5
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-151-0/+1
* R600: Add SI load support for v[24]i32 and store for v2i32Tom Stellard2013-06-151-0/+5
* Remove the LLVM specific archive index.Rafael Espindola2013-06-145-150/+8
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-143-156/+294
* R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard2013-06-142-37/+57
* R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg classTom Stellard2013-06-142-50/+68
* R600: Move instruction encoding definitions into a separate .td fileTom Stellard2013-06-142-362/+393
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-146-87/+90
* Add GetCurrentDirectory back.Rafael Espindola2013-06-142-0/+21
* SelectionDAG: minor fix to order of operands in comments to match the code Stephen Lin2013-06-141-3/+3
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-143-23/+4
* Mark rematerialized super/sub registers as dead.Tim Northover2013-06-141-0/+1
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-145-75/+63
* SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...Stephen Lin2013-06-141-16/+16
* Remove unused argument.Rafael Espindola2013-06-141-3/+3
* Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola2013-06-141-5/+2
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-141-10/+9
* Remove a use of PathV1.h.Rafael Espindola2013-06-141-3/+5
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-141-1/+3
* Remove a use of PathV1.h.Rafael Espindola2013-06-141-15/+9
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-23/+0
* Remove a use of sys::Path.Rafael Espindola2013-06-141-2/+3
* ARM: fix thumb coprocessor instruction with pre-writeback disassemblyAmaury de la Vieuville2013-06-141-1/+1
* X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equ...Benjamin Kramer2013-06-141-7/+8
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-142-3/+26
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-141-0/+1
* Move #include from .h to .cpp file.Jakub Staszak2013-06-141-0/+1
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-131-0/+1
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-131-0/+1
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-131-0/+47
* Try to fix the windows build.Rafael Espindola2013-06-131-1/+1
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-135-14/+18
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-2/+6
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-133-22/+29
* R600: Don't try to fix reg class when copying IMPLICIT_DEF to a registerTom Stellard2013-06-131-1/+2
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-0/+23
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-132-3/+10
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-132-15/+15
* Mips: Remove global set.Benjamin Kramer2013-06-132-57/+68
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-132-7/+29
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-131-3/+3
* Update code for other graph viewing programs too.Rafael Espindola2013-06-131-3/+3
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-131-22/+40
* ARM: fix B decodingAmaury de la Vieuville2013-06-131-1/+1
OpenPOWER on IntegriCloud