summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Do not try to descend into optional build directories if they do notStephen Wilson2011-02-20
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Fix typo.Nick Lewycky2011-02-20
* PR9218: SimplifyDemandedVectorElts can return a non-null value that is notEli Friedman2011-02-19
* Minor x86 README updates.Eli Friedman2011-02-19
* Add modules to codegen as soon as possible. This reduces the link timeRafael Espindola2011-02-19
* Try to fix the MC/AsmParser/section.s failure on the llvm-x86_64-linux-vg_leakCameron Zwarich2011-02-19
* implement PR9264: disambiguating 'bt mem, imm' as a btl.Chris Lattner2011-02-19
* rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byteChris Lattner2011-02-19
* Stores of null pointers should turn into memset, we weren't recognizingChris Lattner2011-02-19
* Implement rdar://9009151, transforming strided loop stores ofChris Lattner2011-02-19
* Add the PARSE_ARGUMENTS CMake macro to LLVM so I can use it to cleanJeffrey Yasskin2011-02-19
* Allow getting the address of the value in a PointerUnion or PointerIntPair if...Argyrios Kyrtzidis2011-02-19
* Fix typos.Eric Christopher2011-02-19
* Add ImmutableMap methods 'manualRetain()', 'manualRelease()', and 'getRootWit...Ted Kremenek2011-02-19
* Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...Devang Patel2011-02-19
* DIE numbers do not add any value in this test. Devang Patel2011-02-19
* Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().Jakob Stoklund Olesen2011-02-19
* Avoid dangling else warnings.Joerg Sonnenberger2011-02-19
* Missed member rename for naming convention.Jakob Stoklund Olesen2011-02-19
* This method belonged in VirtRegMap.Jakob Stoklund Olesen2011-02-19
* Separate timers for local and global splitting.Jakob Stoklund Olesen2011-02-19
* Make "-opt [-emit-llvm]" work for .ll files.Mikhail Glushenkov2011-02-19
* Provide enums to build complex address calucation expressions.Devang Patel2011-02-18
* Remove unused tag.Devang Patel2011-02-18
* These tags are now covered by dwarf::TagString().Devang Patel2011-02-18
* Provide tag strings for llvm specific tags.Devang Patel2011-02-18
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-18
* Now that -loop-idiom uses TargetLibraryInfo properly, it doesn'tChris Lattner2011-02-18
* Use VirtRegMap's Virt2SplitMap to keep track of the original live range befor...Jakob Stoklund Olesen2011-02-18
* add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner2011-02-18
* Make loop-idiom use TargetLibraryInfo to determine whether it is allowedChris Lattner2011-02-18
* add memset and memcpy, though they are always available for now.Chris Lattner2011-02-18
* rearrange some comments, no functionality change.Chris Lattner2011-02-18
* Have opt set up a specific TargetLibraryInfo for modulesChris Lattner2011-02-18
* CMake: updated list of tblgen source files.Oscar Fuentes2011-02-18
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Add VirtRegMap::rewrite() and use it in the new register allocators.Jakob Stoklund Olesen2011-02-18
* Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson2011-02-18
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Revert r125956, which broke the build if you _don't_ have lldb checked out.Owen Anderson2011-02-18
* Reapply r114997 now that the buildbots have been updated.Bill Wendling2011-02-18
* This patch lets LLDB build as an LLVM subproject. LLDB is not built inStephen Wilson2011-02-18
* Fix style and a typoBruno Cardoso Lopes2011-02-18
* Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes2011-02-18
* improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner2011-02-18
* Expose getTypeName to the C API. Patch by Patrick Walton.Rafael Espindola2011-02-18
* Add some transforms of the kind X-Y>X -> 0>Y which are valid when there is noDuncan Sands2011-02-18
* The objectsize intrinsic doesn't access any memory.Benjamin Kramer2011-02-18
* add a poor division by constant case.Chris Lattner2011-02-18