summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix some examplesJohn Wiegley2011-07-11
* Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2011-07-11
* Most MCCodeEmitter's don't meed MCContext.Evan Cheng2011-07-11
* Use get(0 Instead of Create()David Greene2011-07-11
* Disassembler doesn't need TargetMachine anymore.Evan Cheng2011-07-11
* struct Init -> class Init.Evan Cheng2011-07-11
* Fix BuildDavid Greene2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-11
* Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach2011-07-11
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* Modified demo to work with non const Type parameters as is required by newGarrison Venn2011-07-11
* test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...NAKAMURA Takumi2011-07-11
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* Add a missing test for r134882.Cameron Zwarich2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Remove mentions of type planes.Jay Foad2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-11
* Fix <rdar://problem/9751331>.Cameron Zwarich2011-07-11
* Silence -Wunused-variable in release builds.Chandler Carruth2011-07-10
* Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth2011-07-10
* Use BranchProbability instead of floating points in IfConverter.Jakub Staszak2011-07-10
* - Make BranchProbability constructor public.Jakub Staszak2011-07-10
* Don't analyze block if it's not considered for ifcvt anymore.Jakub Staszak2011-07-10
* finish a thought.Chris Lattner2011-07-10
* Move the loads after the calls so that the fix forRafael Espindola2011-07-09
* Use CHECK-NEXT.Rafael Espindola2011-07-09
* Remove tests for APIs that were removed.Nick Lewycky2011-07-09
* Update OCaml bindings. Opaque types are gone, type holders are gone and theNick Lewycky2011-07-09
* the various ConstantExpr::get*Ty methods existed to work with issues aroundChris Lattner2011-07-09
* don't load element before checking to see if it is valid.Chris Lattner2011-07-09
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-09
* stop using WriteTypeSymbolic.Chris Lattner2011-07-09
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* add a #includeChris Lattner2011-07-09
* fix a really bad bug that would cause nested cursors to break,Chris Lattner2011-07-09
* more tests not making the jump into the brave new world.Chris Lattner2011-07-09
* remove some crufy old tests that aren't adding much valueChris Lattner2011-07-09
* remove a test that doesn't make sense in the new world.Chris Lattner2011-07-09
* test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts.NAKAMURA Takumi2011-07-09
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-09
* lit/LitConfig.py: Demote Win32 message "Unable to find 'bash.exe'" from Warni...NAKAMURA Takumi2011-07-09
* Revert accidental commit.Evan Cheng2011-07-09
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Oops, didn't mean to commit that.Jakob Stoklund Olesen2011-07-09
* Added test cases for GVN signed intrinsics recognition, r134777.Lang Hames2011-07-09
* Added recognition for signed add/sub/mul with overflow intrinsics to GVN as p...Lang Hames2011-07-09
* Hoist spills within a basic block.Jakob Stoklund Olesen2011-07-09