summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* COFF: Consistently format the DWARF sectionsDavid Majnemer2015-02-221-45/+44
* [Orc] Remove redundant using directive.Lang Hames2015-02-221-2/+0
* [Orc] Add header comment to IndirectionUtils.cpp.Lang Hames2015-02-221-0/+9
* IRCE: generalize InductiveRangeCheck::computeSafeIterationSpace toSanjoy Das2015-02-211-32/+57
* IRCE: use SCEVs instead of llvm::Value's for intermediateSanjoy Das2015-02-211-46/+30
* R600/SI: Use v_madmk_f32Matt Arsenault2015-02-211-4/+51
* R600/SI: Try to use v_madak_f32Matt Arsenault2015-02-212-0/+81
* R600/SI: Don't crash when getting immediate operand sizeMatt Arsenault2015-02-211-0/+7
* R600/SI: Fix mad*k definitionsMatt Arsenault2015-02-214-2/+40
* [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.Lang Hames2015-02-215-14/+29
* MachineInstr: Use range-based for loops. NFC.Benjamin Kramer2015-02-211-34/+20
* Calling memmove on a MachineOperand is totally safe.Benjamin Kramer2015-02-211-8/+2
* Remove dead prototype.Benjamin Kramer2015-02-211-1/+0
* X86: Remove custom lowering of SIGN_EXTEND_INREGBenjamin Kramer2015-02-211-68/+0
* Unconditionally create a new MCInstrInfo in the asm printer forEric Christopher2015-02-211-5/+4
* Remove obsolete comment.Eric Christopher2015-02-211-5/+0
* Have the MipsAsmPrinter fp stub emission code take a customEric Christopher2015-02-212-43/+59
* Turn an if+llvm_unreachable into an assert and reword comment.Eric Christopher2015-02-211-7/+4
* Endianness can be gotten from the DataLayout which we alreadyEric Christopher2015-02-211-1/+1
* X86: Call __main using the SelectionDAGDavid Majnemer2015-02-212-10/+13
* [obj2yaml/yaml2obj] Add SHT_GROUP support.Shankar Easwaran2015-02-211-1/+16
* Small cleanup. Don't use else when not needed.Davide Italiano2015-02-211-4/+2
* CodeGen: convert CCState interface to using ArrayRefsTim Northover2015-02-2112-58/+46
* Win64: Stack alignment constraints aren't applied during SET_FPREGDavid Majnemer2015-02-211-36/+25
* AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith2015-02-214-17/+92
* IR: Add helper to split debug info flags bitfieldDuncan P. N. Exon Smith2015-02-211-0/+24
* IR: Add debug info flag string conversionsDuncan P. N. Exon Smith2015-02-211-0/+19
* AsmParser: Use StringRef for keyword comparisons, NFCDuncan P. N. Exon Smith2015-02-211-10/+9
* [PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...Philip Reames2015-02-211-11/+26
* AsmParser: Use do{}while(false) in macros, NFCDuncan P. N. Exon Smith2015-02-201-11/+21
* Remove some unnecessary unreachables in favor of (sometimes implicit) assertionsDavid Blaikie2015-02-201-53/+34
* LiveRangeCalc: Don't start liveranges of PHI instruction at the block begin.Matthias Braun2015-02-201-5/+2
* Hide a bunch of advanced testing options in default opt --help outputPhilip Reames2015-02-201-7/+9
* Use short names for jumptable sections.Rafael Espindola2015-02-201-29/+25
* [RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]Philip Reames2015-02-201-8/+8
* [RewriteStatepointsForGC] Replace std::map with DenseMapPhilip Reames2015-02-201-2/+2
* [RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]Philip Reames2015-02-201-40/+38
* Used the cached subtarget off of the MachineFunction.Eric Christopher2015-02-202-5/+3
* X86: Remove pre-2010 dead code in mergeSPUpdatesDownReid Kleckner2015-02-201-36/+0
* LowerScalarImmediateShift - Merged v16i8 and v32i8 shift lowering. NFC.Simon Pilgrim2015-02-201-60/+13
* R600/SI: Remove v_sub_f64 pseudoMatt Arsenault2015-02-203-24/+5
* R600: Use new fmad node.Matt Arsenault2015-02-207-41/+28
* Add generic fmad DAG node.Matt Arsenault2015-02-204-95/+164
* [RewriteStatepointsForGC] More style cleanup [NFC]Philip Reames2015-02-201-15/+14
* [RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC]Philip Reames2015-02-201-49/+11
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-202-2/+2
* Grab the DataLayout off of the TargetMachine since that's whereEric Christopher2015-02-201-2/+2
* LoopRotate: When reconstructing loop simplify form don't split edges from ind...Benjamin Kramer2015-02-201-0/+2
* IR: Change MDFile to directly store the filename/directoryDuncan P. N. Exon Smith2015-02-201-5/+2
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-204-0/+531
OpenPOWER on IntegriCloud