aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2006-03-08Add a helper method for running static ctors/dtors in the module.Chris Lattner
2006-02-09simplify this code now that each constant pool entry is not separately allocatedChris Lattner
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner
2006-02-09rename fields of constant pool entriesChris Lattner
2006-02-07The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen
2006-02-07Teach the interpreter to handle global variables that are added to a module a...Jeff Cohen
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-22Add #include of <iostream>Chris Lattner
2006-01-20Fixed InitializeMemory to handle ConstantPacked.Robert Bocchino
2006-01-07Wrap long lines.Chris Lattner
2006-01-07wrap long lineChris Lattner
2005-10-23Fix a nasty bug that was causing miscompilation of global variablesChris Lattner
2005-10-23Shrinkify to match llcChris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-01one cannot allocate a global, until one is done initializing the global pointersAndrew Lenharth
2005-07-30Keep tabs and trailing spaces out.Jeff Cohen
2005-07-29support near allocations for the JITAndrew Lenharth
2005-07-28Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-25fix a warning on 32-bit systemsChris Lattner
2005-07-22the JIT memory manager will construct a GOT if you want it too. Also, it pla...Andrew Lenharth
2005-07-20count the number of relocations performed.Chris Lattner
2005-07-12For PR540:Reid Spencer
2005-07-11fix long linesChris Lattner
2005-06-18core changes for varargsAndrew Lenharth
2005-05-12Fix a really horrible problem that causes the JIT to miscompile any programChris Lattner
2005-05-06Make the stub functions be tail callsChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-18Add support for targets that require stubs for external functions.Chris Lattner
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-02-27Use const iterators where possible. Patch by Evan Jones!Chris Lattner
2005-02-20Fix problems running the HowToUseJIT on powerpc, and probably problems withChris Lattner
2005-02-02This is no longer needed. Global variables with undef initializers can beChris Lattner
2005-01-21If the interpreter tries to execute an external function, kill it. Of courseChris Lattner
2005-01-16Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner
2005-01-10Rework constant pool handling so that function constant pools are no longerChris Lattner
2005-01-08Silence warningsChris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2005-01-08Silence VS warningsChris Lattner
2004-12-20Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer
2004-12-17Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer
2004-12-17Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer
2004-12-13Get rid of some leaks found by VC leak detector.Reid Spencer
2004-12-05Properly implement a fix for PR475Chris Lattner