2008-05-06 |
Anton Korobeynikov | Use target triple in tests, not 'realign-stack=0' optio... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Anton Korobeynikov | If weak GlobalVariable was bitcast'ed to different... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Anton Korobeynikov | Make StripPointerCast a common function (should we... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Owen Anderson | Testcase for r50770. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Owen Anderson | We need to update PHIs containing the exiting block... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Gordon Henriksen | Improve documentation. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Change from llvm::SmallSet<std::string> to llvm::String... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add new edge property combinator: weight. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add a help string for the -c option |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Update documentation to reflect the current state of... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Some cosmetic changes (change some comments, move code... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Move test files around a bit - fixes the reported numbe... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Refactoring: split the function CompilationGraph::Build... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Use edge weights to choose the right linker based on... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add weights to graph edges. Choose between edges based... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Remove the UnpackValues() function. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add a --linker command-line option, make all tests... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add two (currently failing) tests. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add -x option (like in gcc). |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Take object file as input and handle files with the... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Rename LLVMCCConfigurationEmitter to LLVMCConfiguration... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add output redirection, rename namespace llvmcc to... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Make AutoGenerated.inc depend also on Tools.td and... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Utilize topological sort in CompilationGraph::Build(). |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add TopologicalSort method to CompilationGraph. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Do not require positional arguments when we're only... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Make ChooseEdge more generic and use it to choose betwe... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Remove unnecessary argument from PassThroughGraph |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Small output formatting fix. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add inward edge counters to Nodes; Associate JoinLists... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Enhancements for --view-graph |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Split the Build function into two parts. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Make llvmc return 1 when the compilation fails. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | First small tests for llvmc2. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Return const char* instead of std::string in Tool classes |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add an ability to choose between different edges based... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Refactoring: extract method. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Add new edge properties: parameter_equals, element_in_l... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Implemented switch_on edge property. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Cosmetic change: if( -> if ( |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Remove ExampleWithOpt.td: this file was merged with... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | More work on edge properties. Use Edge classes instead... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Ongoing work: add an edge typechecker, rudimentary... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Convert internal representation to use DAG. This gives... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Small const-correctness fix |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Mikhail Glushenkov | Code reorg |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Duncan Sands | Testcase for PR2292. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Bill Wendling | Remove tar ball from installed directory. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Evan Cheng | Fix PR2287. Darwin passes mmx values in register in... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Nick Lewycky | Fix typo and indentation. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Nick Lewycky | Fix renamePathOnDisk on Win32, patch from David Leon... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | fix typo Duncan noticed |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Chris Lattner | Match things like 'armv5tejl-unknown-linux-gnu' for... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Make several variable declarations static. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Remove uses of llvm/System/IncludeFile.h that are no... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Instead of enumerating each opcode that isn't handled... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Correct the value of LowBits in srem and urem handling in |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dan Gohman | Fix a broken doxygen comment, and reword it for clarity. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Owen Anderson | Enable dead loop elimination. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | add a micro optzn. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Mon P Wang | Improved generated code for atomic operators |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Evan Cheng | Code clean up. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bill Wendling | Fix: Some classes were derived from a class in an anony... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Bill Wendling | Using "unsigned" was masking the "size_t" version of... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | Fix a crash when threading a block that includes a... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Devang Patel | Remove unused function. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Mon P Wang | Added addition atomic instrinsics and, or, xor, min... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Fix IsLinux being uninitialized on non-Linux targets. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chris Lattner | no need for eh info |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Evan Cheng | Fix 80 column violations. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Anton Korobeynikov | Fix 80col violation |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Fix a bug in the ELF writer that caused it to produce... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Use a dedicated IsLinux flag instead of an ELFLinux... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dan Gohman | Add AsmPrinter support for emitting a directive to... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Add General Dynamic TLS model for X86-64. Some parts... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Owen Anderson | Fix PR1098 by correcting the postdominators analysis. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | remove obsolete method. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Gordon Henriksen | Use (void) instead of () in C code. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Evan Cheng | Select vector shift with non-immediate i32 shift amount... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Torok Edwin | processStore may delete the instruction, avoid |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Remove entries from here also |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Drop llvmc also, it will be replaced by shiny new llvmc2 |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Anton Korobeynikov | Drop llvm2cpp, it's now a llc target |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Torok Edwin | Implement destructor for PostDominatorTree to eliminate... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Devang Patel | Handle multiple return values. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Ted Kremenek | Implement operator-> for ImmutableMap iterators. |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Evan Cheng | Add separate intrinsics for MMX / SSE shifts with i32... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Devang Patel | Do not sink getresult. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Devang Patel | Add assert. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | verify builtin optimization works like gcc. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | move libcalls to the same place llvm-gcc has it. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dan Gohman | Fix a mistake in the computation of leading zeros for... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | strength reduce exp2 into ldexp, rdar://5852514 |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | add a FIXME so we remember to eventually remove this... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Undo r50574. We are already ensuring the folded load... |
commit | commitdiff | tree | snapshot |
next |