2009-10-19 |
Chris Lattner | various cleanups. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | simplify. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | eliminate md_on_instruction.ll, md_on_instruction2... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | clean up after metadata changes. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | lit: When running Tcl scripts via shell, try harder... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Add link to 'lit' from CommandGuide. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Daniel Dunbar | Teach lit that the .c files in 'test/CodeGen/CellSPU... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Nate Begeman | Add support for matching shuffle patterns with palignr. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Mikhail Glushenkov | Refactoring, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Spill slots cannot alias. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Turn on post-alloc scheduling for x86. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Oops. I forgot to change the tests first. Disable post... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | -Revert parts of 84326 and 84411. Distinquishing betwee... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Evan Cheng | Only fixed stack objects and spill slots should be... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove some nonascii weird stuff |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove a now-pointless regtest |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | add some fixme's |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | punctuate properly |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove testcase for dead pass |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | remove the IndMemRemPass, which only made sense for... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | fix the other issue with ID's, hopefully really fixing... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | tighten up test3, add test3a for the converse |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | tighten test2, add a test that it doesn't get transform... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Lewycky | Merge tests into modref.ll. Also add a test for r84174... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | fix some problems with ID definitions, which will hopef... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | add function passes for printing various dominator... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | make DOTGraphTraits public, patch by Tobias Grosser! |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Chris Lattner | add nodes_begin/end/iterator for dominfo, patch by... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jeffrey Yasskin | Support GoogleTest's "typed tests" |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nick Lewycky | Add a couple new testcases. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | replace a useless test with a useful one |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Eric Christopher | More warnings patrol: Another unused argument and more... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Lewycky | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | inline isGEP away. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Fix my -Asserts warning fix. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | Teach vm core to more aggressively fold 'trunc' constan... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | remove # uses from FileCheck lines. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Move UnescapeString to a static function for its sole... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Remove llvm::EscapeString, raw_ostream::write_escaped... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Use raw_ostream::write_escaped instead of EscapeString. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Add raw_ostream::write_escaped, for writing escaped... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Mikhail Glushenkov | First draft of the OptionPreprocessor. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Mikhail Glushenkov | This variable is never used. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Mikhail Glushenkov | Disallow multiple instances of PluginPriority. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Mikhail Glushenkov | -O[0-3] options should be also forwarded to opt and... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Nick Lewycky | Emit newlines at the end of instructions too. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Move StringMap's string has function into StringExtras.h |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Suppress -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Evan Cheng | Distinquish stack slots from other stack objects. They... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Evan Cheng | Re-arrange some fields. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Add another required #include for freestanding .h files. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Evan Cheng | Revert 84315 for now. Re-thinking the patch. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Evan Cheng | Rename getFixedStack to getStackObject. The stack objec... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | Simplify some code (first hunk) and fix PR5208 (second... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Lattner | check in a bunch of content from TestingGuide. Part... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | llvm-as: Simplify, and don't create empty output files... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Reclaim a lost month. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Daniel Dunbar | Add required #includes for freestanding .h files. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Dan Gohman | Delete an obsolete comment. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Dan Gohman | Enhance CodePlacementOpt's unconditional intra-loop... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Dan Gohman | Add a splice member function which accepts a range... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Victor Hernandez | Autoupgrade malloc insts to malloc calls. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Victor Hernandez | HeapAllocSRoA also needs to check if malloc array size... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mon P Wang | Update tests to use FileCheck |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mon P Wang | Add test case for r84279 |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Mon P Wang | Allow widening of extract subvector |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Devang Patel | Do not emit name entry for a pointer type. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Change createPostRAScheduler so it can be turned off... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Add a CodeGenOpt::Less level to match -O1. It'll be... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Dan Gohman | Move zext and sext casts fed by loads into the same... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Devang Patel | Parse PHI instruction with attached metadata. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Devang Patel | If there is not any llvm instruction associated with... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Victor Hernandez | Invert isSafeToGetMallocArraySize check because we... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Victor Hernandez | Invert isSafeToGetMallocArraySize check because we... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Chris Lattner | Update from Cristina, llvm-gcc doesn't build on the... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | Force triple in tests. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Duncan Sands | Strip trailing white space. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Duncan Sands | Check that GVN performs this transform even if the... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Benjamin Kramer | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Sanjiv Gupta | Cleaned up some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | I am no spelling bee. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Enable post-alloc scheduling for all ARM variants excep... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | If post-alloc scheduler is not enabled, it should retur... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Zhongxing Xu | Indent code. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Evan Cheng | 80 column violation. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Bob Wilson | Fix more NEON instruction encodings. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Chris Lattner | Add half precision floating point support (float16... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Chris Lattner | add haiku support, patch by Paul Davey! |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Set symbol values in MachO MCStreamer. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | Minor formatting tweaks. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Switch assembler API to using MCExpr instead of... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Remove unneeded context argument to MCExpr::Evaluate*. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: Tweak variable assignment diagnostics, and make... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Daniel Dunbar | MC: When parsing a variable reference, substitute absol... |
commit | commitdiff | tree | snapshot |
next |