Casting: assert that pointer arguments to isa<> are non-null.
[oota-llvm.git] / tools /
2012-09-20 Tim NorthoverMake sure lli compiles all code before invalidating...
2012-09-19 Andrew TrickSilence -Wnon-virtual-dtor in llvm-stress.
2012-09-18 Jan SjödinAdd hidden flag to exclude aliases from output.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-06 Bill WendlingExplicitly erase the file from disk if something bad...
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Jan Wen VoungFix a bug.
2012-09-05 Jan Wen Voungrevert the additional stuff.
2012-09-05 Jan Wen VoungClean up llvm-bcanalyzer to print to consistent streams.
2012-09-05 Jim GrosbachUpdate CMakeList.txt for new lli sources.
2012-09-05 Jim GrosbachMCJIT: Add faux remote target execution to lli for...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-09-01 Logan ChienCode cleanup: tools/opt/opt.cpp
2012-08-28 Jim GrosbachLLI: move instruction cache tweaks.
2012-08-28 Jack CarterSome of the instructions in the Mips instruction set...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-27 Rafael EspindolaPass -lLTO after gold-plugin.o so that it gets used...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-08 Bill WendlingRemove some coding violations. No functionality change.
2012-08-08 Bill WendlingCache a commonly used reference.
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-07 Jim GrosbachTidy up a bit.
2012-08-06 Bill WendlingReduce indentation by early exiting.
2012-08-06 Bill WendlingAdd a way to grab the target options from the LTO comma...
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-08-04 NAKAMURA Takumillc: Try to suppress failures since r161262 .
2012-08-03 Bob WilsonFix memcmp code-gen to honor -fno-builtin.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Chad RosierTweak prose.
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Evan ChengNeed a space.
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-27 Duncan SandsWhen users ask for -mcpu=help or -mattr=help, just...
2012-06-26 Rafael EspindolaFix llc's -print-before=pass and -print-after=pass.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Evan ChengForgot this patch in r159023.
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Nadav Rotemllvm-stress: Stabalize (by using an ordered container...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-13 Rafael EspindolaUse LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require...
2012-06-11 Benjamin KramerObject file output from llc isn't experimental anymore.
2012-06-06 Michael J. Spencer[llvm-nm] Update documentation to cover object file...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-05-30 David BlaikieReinstate -O3 for LTO.
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-19 Benjamin KramerRemove extra semicolons.
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-05-15 Daniel Dunbarllvm-config: Use sys::fs::equivalent instead of string...
2012-05-15 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-11 Rafael EspindolaFix a use after free when the streamer is destroyed...
2012-05-09 Bob WilsonDo not install llvm-config-host for cross-builds of...
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-03 Pete CooperPR12729: Change 'llvm-objdump' to display the available...
2012-05-02 John McCallFix unintentional use of operator bool.
2012-04-29 Eli BenderskyRemove redundant line (the memory manager is set above...
2012-04-26 Evan ChengDumpSegment64Command() wasn't returning correct result...
2012-04-26 Michael J. Spencer[CMake] Restructure how Clang, Polly and other external...
2012-04-25 Chris Lattneropenbsd doesn't support soname, patch by Brad Smith!
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-18 Nick LewyckyMove the JIT flags from llc to lli. These flags showed...
2012-04-17 Joe Groffallow opt to take a -mtriple option
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-15 Nadav RotemDo not convert between fp128 <-> ppc_fp128 since there...
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-10 Dylan Noblesmithllvm-stress: stop abusing ConstantFP::get()
2012-04-10 Dylan Noblesmithllvm-stress: don't make vectors of x86_mmx type
2012-04-09 Bill WendlingRevert the 'EnableInitializing' flag. There is debate...
2012-04-09 Bill WendlingApply the scope restrictions after parsing the command...
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-05 Bill WendlingThe internalize pass can be dangerous for LTO.
2012-04-03 Anton KorobeynikovSet soname for FreeBSD as well.
2012-04-03 Bill WendlingReformatting. No functionality change.
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-04-02 Bill WendlingHack the hack. If we have a situation where an ASM...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
next