aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-065-22/+93
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-067-49/+60
* Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov2008-05-063-6/+6
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-0610-32/+52
* Make AutoGenerated.inc depend also on Tools.td and Common.tdMikhail Glushenkov2008-05-061-2/+2
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-063-9/+44
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-064-38/+78
* Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov2008-05-061-3/+13
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-062-38/+56
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-062-5/+8
* Small output formatting fix.Mikhail Glushenkov2008-05-061-1/+1
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-064-40/+64
* Enhancements for --view-graphMikhail Glushenkov2008-05-061-7/+21
* Split the Build function into two parts.Mikhail Glushenkov2008-05-062-43/+65
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-061-0/+1
* First small tests for llvmc2.Mikhail Glushenkov2008-05-064-0/+34
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-062-8/+8
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-064-14/+42
* Refactoring: extract method.Mikhail Glushenkov2008-05-061-38/+58
* Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov2008-05-064-28/+80
* Implemented switch_on edge property.Mikhail Glushenkov2008-05-062-16/+54
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-061-5/+5
* Remove ExampleWithOpt.td: this file was merged with Example.td.Mikhail Glushenkov2008-05-061-30/+0
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-066-48/+69
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-065-104/+205
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-067-80/+405
* Small const-correctness fixMikhail Glushenkov2008-05-062-2/+2
* Code reorgMikhail Glushenkov2008-05-0613-157/+190
* Testcase for PR2292.Duncan Sands2008-05-061-0/+4
* Remove tar ball from installed directory.Bill Wendling2008-05-061-0/+5
* Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.Evan Cheng2008-05-061-3/+3
* Fix typo.Devang Patel2008-05-061-1/+1
* Fix typo and indentation.Nick Lewycky2008-05-061-2/+2
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-061-1/+1
* fix typo Duncan noticedChris Lattner2008-05-061-1/+1
* Match things like 'armv5tejl-unknown-linux-gnu' for PR2290Chris Lattner2008-05-061-1/+2
* Make several variable declarations static.Dan Gohman2008-05-0617-34/+36
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-0632-92/+2
* Instead of enumerating each opcode that isn't handled thatDan Gohman2008-05-061-11/+1
* Correct the value of LowBits in srem and urem handling inDan Gohman2008-05-063-9/+18
* Fix a broken doxygen comment, and reword it for clarity.Dan Gohman2008-05-062-6/+6
* Enable dead loop elimination.Owen Anderson2008-05-051-0/+1
* add a micro optzn.Chris Lattner2008-05-051-0/+18
* Improved generated code for atomic operatorsMon P Wang2008-05-051-16/+16
* Code clean up. No functionality change.Evan Cheng2008-05-051-20/+21
* Fix: Some classes were derived from a class in an anonymous namespace, but theyBill Wendling2008-05-051-0/+2
* Using "unsigned" was masking the "size_t" version of this method.Bill Wendling2008-05-051-1/+1
* Fix a crash when threading a block that includes a MRV call result.Chris Lattner2008-05-052-4/+44
* Remove unused function.Devang Patel2008-05-051-3/+0
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-0515-64/+597