index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2011-05-11
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-05-11
Fix comment.
Bill Wendling
2011-05-10
Revert r131155 for now. It makes VMCore depend on Analysis and Transforms
Nick Lewycky
2011-05-10
Add support for plugins add passes to the default set of passes. The standar...
David Chisnall
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-09
Change a few std::maps to DenseMaps.
Dan Gohman
2011-05-08
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-08
PR9869: Add explicit destructor declarations to Operator subclasses, to allow
Eli Friedman
2011-05-07
Fix comments per Duncan's review.
Eli Friedman
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
2011-05-06
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
Yet more dead code.
Rafael Espindola
2011-05-06
Update comments.
Rafael Espindola
2011-05-06
More dead code elimination.
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-05
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
Fix typo. No functional change.
Nick Lewycky
2011-05-05
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-05
Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.
Hongbin Zheng
2011-05-05
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
llvmc: Make 'true' and 'false' instances of a 'Bool' class.
Mikhail Glushenkov
2011-05-04
Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.
Ted Kremenek
2011-05-04
If builder is initialized using an instruction as insertion point, then use t...
Devang Patel
2011-05-04
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
Remove dead intrinsics.
Bill Wendling
2011-05-03
Implement some basic simplifications involving min/max, for example
Duncan Sands
2011-05-03
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
Fix a comment.
Bob Wilson
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-05-02
Forgot to commit the changes to this file.
Duncan Sands
2011-05-02
Remove an unused variable in NDEBUG (found with -Wunused-variable).
Chandler Carruth
2011-05-02
Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...
Jakob Stoklund Olesen
2011-05-01
enhance memcpyopt to obey -fno-builtin and friends. This addresses a
Chris Lattner
2011-05-01
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...
NAKAMURA Takumi
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-30
Avoid using stale entries form the sibling value map.
Jakob Stoklund Olesen
2011-04-30
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-29
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-04-29
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
[next]