oota-llvm.git
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...
2009-08-10 Owen AndersonContinue the SimpleValueType-ification.
2009-08-10 Erick TryzelaarFix ocaml "make check" tests, that wasn't finding the...
2009-08-10 Erick TryzelaarFix comment in llvm.mli.
2009-08-10 Erick TryzelaarConvert comments to C90-style so llvm-c can import...
2009-08-10 Erick TryzelaarFix docstring for ocaml binding's const_float.
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Remove some code which has been...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass...
2009-08-10 Devang PatelWe are not using FoldingSet for metadata uniquing anymore.
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Benjamin Kramerg++ 4.0 doesn't have std::vector::data.
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris Lattneradd a fixme
2009-08-10 Chris Lattnerarm only needs to emit one .align directive for hidden...
2009-08-10 Chris Lattnermake sure that arm nonlazypointers are aligned properly
2009-08-10 Chris LattnerFix a weird ppc64-specific link error during an llvm...
2009-08-10 Chris Lattnerfix some warnings for the MSVC build, by Yonggang Luo!
2009-08-10 Dan GohmanMake this comment more closely reflect the code.
2009-08-10 Dan GohmanAdd nounwind keywords.
2009-08-10 David GreeneAdd support for printing loop structure information...
2009-08-10 Devang PatelClarify limitations of a ModulePass requiring a Functio...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-10 David GoodwinCheckpoint scheduling itinerary changes.
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
2009-08-10 Evan ChengWatch out for empty BB.
2009-08-10 Evan Chengrev, rev16, and revsh do not set CPSR.
2009-08-10 Evan ChengDuh. Most 16-bit Thumb rr instructions are two-address...
2009-08-10 Evan ChengCPSR can be livein; transfer predicate operands correct...
2009-08-10 Evan ChengAdd support for folding loads / stores into 16-bit...
2009-08-10 Evan Cheng80 col violation.
2009-08-10 Evan ChengUse tMOVgpr2gpr instead of t2MOVr.
2009-08-10 Daniel DunbarAdd support for a user supplied pointer argument to...
2009-08-10 Bruno Cardoso... Move ConstantExpr handling to ResolveConstantExpr metho...
2009-08-10 Evan ChengAdd support to reduce most of 32-bit Thumb2 arithmetic...
2009-08-10 Evan ChengAlways use the 16-bit tMOVgpr2gpr instead of the 32...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-10 Chris Lattneradd a simple back() method to StringRef.
next