oota-llvm.git
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Eric ChristopherMove the string pools down into the units. No functiona...
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-08 Tim NorthoverSpecify complete triple for fp128 tests.
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-08 Nadav RotemDocs: mention that we support float reductions when...
2013-01-08 Eli BenderskyRename statistic for instruction fragments -> relaxable
2013-01-08 Nadav RotemCode cleanup: refactor the switch statements in the...
2013-01-08 Nadav RotemRename the enum members to match the LLVM coding style.
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-08 Joel JonesAdd highlighting for "int" keyword
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-08 Tim NorthoverAllow ELF64 relocation type to be more than 8 bits.
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-08 Eric ChristopherAdd the C testcase to this file.
2013-01-08 Sean SilvaUpdate README.txt to more accurately reflect reality.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherFix comment.
2013-01-08 Lenny MaioraniSplit changeset_ty using iterators instead of loops.
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 Jakob Stoklund... Pack MachineOperand bitfields better.
2013-01-07 Jakob Stoklund... Pack MachineInstr fields better.
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Eli BenderskyAdd some additional tests for the .bundle_lock align_to...
2013-01-07 Bill WendlingRemove dead directory.
2013-01-07 Shuxin YangCosmetical changne in order to conform to coding std.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Michael GottesmanFixed EOL whitespace.
2013-01-07 Jim GrosbachARM: Copy-paste error.
2013-01-07 Jim GrosbachARM: Fix a few copy-paste errors.
2013-01-07 Chad Rosier[ms-inline asm] Make sure the NullStreamParser doesn...
2013-01-07 Eric ChristopherAdd more comments to what's going on here.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-07 David BlaikieMake test/DebugInfo/member-pointers.ll portable by...
2013-01-07 Joel JonesClaim ".td" files. Improve README cp command. Drop...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthRemove the long defunct 'DefaultPasses' header. We...
2013-01-07 Chandler CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthRemove LSR's use of the random AddrMode struct. These...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 David TweedFix a mistaken commit that included some debugging...
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2013-01-07 Silviu BarangaMake the MergeGlobals pass correctly handle the address...
2013-01-07 Dmitri GribenkoDocumentation: add a note that Clang on Mageia 2 can...
2013-01-07 NAKAMURA TakumiR600/SIISelLowering.cpp: Suppress a warning. [-Wunused...
2013-01-07 NAKAMURA TakumiCallingConvLower.h: Use bitfields like unsigned:1 inste...
2013-01-07 Chandler CarruthSimplify LoopVectorize to require target transform...
2013-01-07 Chandler CarruthMerge the unused header file for LoopVectorizer into...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-07 Tim NorthoverAdd LICENSE.TXT covering contributions made by ARM.
2013-01-07 Chandler CarruthFix a slew of indentation and parameter naming style...
2013-01-07 Chandler CarruthSwitch LoopIdiom pass to directly require target transf...
2013-01-07 Bill WendlingRough out a new c'tor for the AttrBuilder class.
2013-01-07 Craig TopperRemove more unnecessary # operators with nothing to...
2013-01-07 David BlaikieDocumentation updates for pointer-to-member debug info...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-07 Craig TopperRemove # from the beginning and end of def names. The...
2013-01-07 Craig TopperRemove # from the beginning and end of def names.
2013-01-07 Craig TopperRevert r171140. We don't actually need to support ...
2013-01-07 Craig TopperRemove unnecessary # tokens at the beginning and end...
2013-01-07 Chandler CarruthMake SimplifyCFG simply depend upon TargetTransformInfo...
2013-01-07 Chandler CarruthMove the initialization to the Analysis library as...
2013-01-07 Eric ChristopherUpdate comment.
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Sean Silvatblgen, docs: Add initial syntax reference.
2013-01-07 Sean SilvaSimplify TableGen type-compatibility checks.
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-07 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-07 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-07 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-06 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-06 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-06 Michael Gottesman[ObjCARC Debug Messages] - Added missing newline.
2013-01-06 Michael GottesmanAdded debug statement to ObjCARC when we replace objc_a...
2013-01-06 Michael GottesmanAdded 2x Debug statements to ObjCARC that log when...
2013-01-06 Dmitri GribenkoDocumentation: add clang 3.0 + libstdc++ 4.7.x as a...
2013-01-06 Michael GottesmanAdded debug message in ObjCARC when we remove a no...
2013-01-06 Michael GottesmanAdded debug message to ObjCARC when we transform an...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2013-01-06 Evan ChengFix for PR14739. It's not safe to fold a load into...
2013-01-06 Andrew TrickFix a crash in LSR replaceCongruentIVs.
2013-01-06 Michael J.... [objdump] Use correct format specifiers and fix C+...
next