Fix a node mapping problem that was causing the pool allocator to locally allocate
[oota-llvm.git] / lib /
2004-03-03 Chris LattnerFix a node mapping problem that was causing the pool...
2004-03-03 Chris LattnerSPECIFY a target data to initialize the CBE target...
2004-03-03 Chris LattnerAdd a new constructor
2004-03-03 Chris LattnerDon't emit things like malloc(16*1). Allocation instru...
2004-03-02 Chris LattnerFINALLY be able to get symbolic type names in the globa...
2004-03-02 Chris LattnerReally, only if reopen
2004-03-02 Misha BrukmanDoxygenify comments.
2004-03-02 Misha BrukmanImplement ExtractCodeRegion()
2004-03-02 Misha BrukmanMake a note that this is usually used via bugpoint.
2004-03-01 Misha BrukmanDoxygenify some comments.
2004-03-01 Alkis EvlogimenosAdd a spiller option to llc. A simple spiller will...
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-03-01 Misha Brukman* If a badref has a name, print it out for ease of...
2004-03-01 Chris LattnerCorrectly add an array marker on a node when appropriate!
2004-03-01 Misha Brukman* Add implementation of ExtractBasicBlock()
2004-03-01 Chris LattnerAdd this back, as its absence introduces assertions...
2004-03-01 Tanya Lattnerfix bug in previous checkin
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-03-01 Tanya LattnerAdding new Modulo Scheduling graph files.
2004-03-01 Tanya LattnerRemoving old graph files with new graph files that...
2004-03-01 Chris LattnerExpand on my note-to-self
2004-03-01 Chris LattnerHandle passing constant integers to functions much...
2004-03-01 Chris LattnerFix a minor code-quality issue. When passing 8 and...
2004-03-01 Chris LattnerDisable tail duplication in a case that breaks on Olden/tsp
2004-02-29 Misha Brukman* Remove function to find "main" in a Module, there...
2004-02-29 Chris LattnerFix -debug-pass=Executions, which relied on Function...
2004-02-29 Chris LattnerFix bug: test/Regression/Transforms/LowerInvoke/2004...
2004-02-29 Chris LattnerAdd an assert
2004-02-29 Chris LattnerAdd back #include I messed up
2004-02-29 Chris LattnerUrg, forgot to check this in.
2004-02-29 Chris LattnerMove the private MachineInstrAnnot.h into a private...
2004-02-29 Chris LattnerRemove use of an ugly header
2004-02-29 Chris LattnerMove methods out of .h file
2004-02-29 Chris LattnerDo not use explicit casts that hide the dependence...
2004-02-29 Alkis EvlogimenosAdd instruction name description.
2004-02-29 Alkis EvlogimenosUse correct template for SHLD and SHRD instructions...
2004-02-29 Alkis EvlogimenosImprove allocation order:
2004-02-29 Alkis EvlogimenosA big X86 instruction rename. The instructions are...
2004-02-29 Brian GaekeRemove dead member variables of SparcV9SchedInfo and...
2004-02-29 Chris LattnerEliminate the X86-specific BMI functions, using BuildMI...
2004-02-29 Chris LattnerFix a miscompilation of 197.parser that occurs when...
2004-02-29 Chris LattnerFix PR255: [tailduplication] Single basic block loops...
2004-02-29 Chris LattnerAdjust to change in TII ctor arguments
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2004-02-29 Chris LattnerThese two virtual methods are never called.
2004-02-29 Chris LattnerRemove a TON of flags that noone cares about
2004-02-29 Chris LattnerNoone calls these virtual methods
2004-02-29 Chris LattnerThis is the only file in the system that uses this...
2004-02-29 Chris LattnerImplement initial prolog/epilog code insertion methods.
2004-02-29 Chris Lattnerint64_t -> int
2004-02-29 Alkis EvlogimenosUse correct template for ADC instruction with memory...
2004-02-29 Chris LattnerAdd an instruction selector capable of selecting 'ret...
2004-02-28 Alkis EvlogimenosSHLD and SHRD take 32-bit operands but an 8-bit immedia...
2004-02-28 Alkis EvlogimenosFloating point loads/stores act on memory operands...
2004-02-28 Alkis EvlogimenosRename instruction templates to be easier to the human...
2004-02-28 Alkis EvlogimenosUncomment instructions that take both an immediate...
2004-02-28 Alkis EvlogimenosEach instruction now has both an ImmType and a MemType...
2004-02-28 Brian GaekeFix typo in comment
2004-02-28 Chris LattnerImplement switch->br and br->switch folding by ripping...
2004-02-28 Chris LattnerChange this so that LLC actually tries to run the code...
2004-02-28 Chris LattnerSparcV8 now builds.
2004-02-28 Chris Lattnerfine grainify namespacification
2004-02-28 Chris LattnerFinegrainify namespacification
2004-02-28 Chris LattnerTab completion is our friend.
2004-02-28 Chris LattnerClean up rules
2004-02-28 Chris LattnerBring this directory into "it actually compiles" land
2004-02-28 Chris LattnerFix multiple inclusion problem
2004-02-28 Chris Lattnerif there is already a prototype for malloc/free, use...
2004-02-28 Alkis EvlogimenosDo not generate instructions with mismatched memory...
2004-02-28 Chris LattnerRename AddUsesToWorkList -> AddUsersToWorkList, as...
2004-02-28 Chris LattnerTurn 'free null' into nothing
2004-02-28 Misha BrukmanRight, it's really Extractor, not Extraction.
2004-02-28 Misha BrukmanA pass that uses the generic CodeExtractor to rip out...
2004-02-28 Misha BrukmanA generic code extractor: given a list of BasicBlocks...
2004-02-28 Alkis EvlogimenosFurther comment updates.
2004-02-28 Alkis EvlogimenosUpdate comments.
2004-02-28 Alkis EvlogimenosMy previous commit broke the jit. The shift instruction...
2004-02-27 Brian GaekeTurn off the SparcV9MachineCodeDestructionPass for...
2004-02-27 Brian GaekeCorrect DestroyMachineFunction's getPassName
2004-02-27 Chris LattnerOnly clone global nodes between graphs if both graphs...
2004-02-27 Chris LattnerADD MORE FUNCTIONS!
2004-02-27 Alkis EvlogimenosFix argument size for SHL, SHR, SAR, SHLD and SHRD...
2004-02-27 Alkis EvlogimenosFix encoding of ADD and SUB family of instructions...
2004-02-27 Alkis EvlogimenosRename MRMS[0-7]{r,m} to MRM[0-7]{r,m}.
2004-02-27 Chris Lattnersetcond instructions don't have aliasing implications.
2004-02-27 Chris LattnerFix Regression/Assembler/2004-02-27-SelfUseAssertError.ll
2004-02-27 Alkis EvlogimenosAdd memory operand folding support for the SETcc family of
2004-02-27 Alkis EvlogimenosAdd memory operand folding support for SHLD and SHRD...
2004-02-27 Alkis EvlogimenosAdd memory operand folding support for SHL, SHR and...
2004-02-27 Alkis EvlogimenosRename SHL, SHR, SAR, SHLD and SHLR instructions to...
2004-02-27 Chris LattnerImplement test/Regression/Transforms/InstCombine/canoni...
2004-02-27 Alkis EvlogimenosRename member function to be consistent with the rest.
2004-02-27 Alkis EvlogimenosMake spiller push stores right after the definition...
2004-02-27 Alkis EvlogimenosFix crash caused by passing register 0 to
2004-02-26 Alkis EvlogimenosClear maps right after basic block is processed.
2004-02-26 John CriswellFixes for PR258 and PR259.
2004-02-26 Chris LattnerBe a good little compiler and handle direct calls effic...
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-26 Chris LattnerSince LLVM uses structure type equivalence, it isn...
2004-02-26 Chris LattnerUse a map instead of annotations
next