oota-llvm.git
2009-08-11 Dan GohmanOptimize exact sdiv by a constant power of 2 to ashr.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Chris Lattnernow that JumpTableDirective can differentate picness...
2009-08-11 Chris Lattnersplit "JumpTableDirective" (an existing hack) into...
2009-08-11 Chris Lattner"TAI::JumpTableDirective" is always null for current...
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Daniel Dunbarllvm-mc/AsmMatcher: Fix two thinkos in determining...
2009-08-11 Dan GohmanUse wchar.h to get wchar_t, not ctype.h.
2009-08-11 Dan GohmanDon't set the isexact flag if an sdiv operator has...
2009-08-11 Jim GrosbachAdd Thumb2 eh_sjlj_setjmp implementation
2009-08-11 Daniel DunbarSimplify ConstantExpr::getInBoundsGetElementPtr and...
2009-08-11 Daniel DunbarRevert 78680 until I figure out why it completely broke...
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 David GoodwinUse DEBUG macro for debug output.
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Daniel DunbarRemove some unnecessary LoadInst constructors, missed...
2009-08-11 Chris Lattnermake owen happy by being explicit.
2009-08-11 David GoodwinAdd some debug output.
2009-08-11 Benjamin KramerFix struct/class mismatch.
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-11 Devang PatelFix cut-n-pasto in comment.
2009-08-11 Jim Grosbachfix GetInstSizeInBytes for eh_sjlj_setjmp
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-11 Dan GohmanAvoid implicitly depending on Instructions.h.
2009-08-11 Chris Lattnermove some 32-bit instrs to x86instrinfo.td
2009-08-11 Benjamin KramerRevert 78662 to fix broken windows build. Add a comment...
2009-08-11 Benjamin KramerThis void is implicit in C++.
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Dan GohmanSimplify this code. The case where one class is GR64Reg...
2009-08-11 Dan GohmanAdd an explicit keyword.
2009-08-11 Dan GohmanConstantFolder and NoFolder no longer require their...
2009-08-11 Chris Lattnernow that these are in file-check format, we can merge...
2009-08-11 Dan GohmanFix a typo in an assertion string.
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-08-11 Dan GohmanAdd a comment about the additional meaning of setPreser...
2009-08-11 Dan GohmanDon't assume that external global variables are aligned...
2009-08-11 Dan GohmanRemove unnecessary throw() specifications; LLVM doesn...
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
2009-08-11 Jim GrosbachMove ~ARMConstantPoolValue() to the .cpp file to avoid...
2009-08-11 Dan GohmanRemove unnecessary casts.
2009-08-11 Dan GohmanAdd const qualifiers.
2009-08-11 Dan GohmanRemove an unnecessary mutable.
2009-08-11 Shantonu SenRegenerate per request of Gabor Greif (r78628)
2009-08-11 Benjamin KramerSilence MSVC warning.
2009-08-11 Evan ChengFix the previous accidental commit. Now shrinking commo...
2009-08-11 Evan ChengFix Thumb2 load / store addressing mode matching code...
2009-08-11 Evan Cheng80 column violation.
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-08-11 Evan ChengCosmetic changes.
2009-08-11 Evan ChengAdding a blank line back.
2009-08-11 Devang PatelLink metadata.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-11 Jakob Stoklund... Rebuild RegScavenger::DistanceMap each time it is needed.
2009-08-11 Daniel DunbarFix a -Asserts warning.
2009-08-11 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Bob WilsonFix a few more places in TableGen that need to handle...
2009-08-11 Daniel Dunbarllvm-mc/X86: Parse '*' correctly (in the way the matche...
2009-08-11 Daniel Dunbarllvm-mc: Accept .word as a synonym for .short
2009-08-11 Daniel Dunbarllvm-mc: Honor -o option (and add -f).
2009-08-11 Daniel Dunbarllvm-mc: Sketch parsing for .file, .line, and .loc...
2009-08-11 Daniel Dunbarllvm-mc: Fix darwin .section parsing. It was skipping...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Implement automatic classification...
2009-08-11 Sanjiv GuptaFixed more problems caused by 78142.
2009-08-11 David GoodwinReplace DOUT.
2009-08-11 Bob WilsonUse new EVT::vAny type to combine Neon intrinsics for...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-11 Sean CallananAdded the x86 INT instructions; both the special-case...
2009-08-11 David GoodwinFix bug in NEON convert for single-precision FP. This...
2009-08-11 Gabor GreifLay the groundwork for my upcoming ilist sentinel shrin...
2009-08-11 Jim GrosbachAdd stdlib.h
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 Evan ChengEnable Thumb2 instruction shrinking (32-bit to 16-bit...
2009-08-10 Lang HamesModified VNInfo. The "copy" member is now a union which...
2009-08-10 Dan GohmanFix a bug in the DAGCombiner's handling of multiple...
2009-08-10 Dan GohmanFix a bug where DAGCombine was producing an illegal...
2009-08-10 David GoodwinUse FileCheck.
2009-08-10 David GoodwinUse FileCheck... its good for you...
2009-08-10 Devang PatelRemove MDNode from ValueMap when MDNode is destroyed.
2009-08-10 David GoodwinFix test.
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Eric ChristopherWhitespace, 80-column, and isTwoAddress -> Constraints...
2009-08-10 Devang PatelRename MDNodeSet as MDNodes.
2009-08-10 David GoodwinFix test.
2009-08-10 Devang PatelAlign comments.
2009-08-10 David GoodwinUse NEON for single-precision int<->FP conversions.
2009-08-10 Devang PatelDo not rely on magic "llvm.dbg.*" global variable name...
2009-08-10 Devang PatelKeep track of DIType.
2009-08-10 Owen AndersonRemove a bunch of debugging code that was slowing PBQP...
2009-08-10 Eric ChristopherFix up whitespace, remove commented out code.
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Disambiguate i64i8imm.
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Daniel DunbarRename ConvertType to ConvertConstant to avoid a name...
2009-08-10 Owen AndersonSimpleValueType-ify a few more methods on TargetLowering.
2009-08-10 Evan ChengHandle the constantfp created during post-legalization...
next